Home
last modified time | relevance | path

Searched refs:setHtmlFullScreen (Results 1 – 2 of 2) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dqutecsound.h238 void setHtmlFullScreen(bool full);
H A Dqutecsound.cpp2422 void CsoundQt::setHtmlFullScreen(bool full) in setHtmlFullScreen() function in CsoundQt
3871 connect(viewHtmlFullScreenAct, SIGNAL(toggled(bool)), this, SLOT(setHtmlFullScreen(bool))); in createActions()