Home
last modified time | relevance | path

Searched refs:showWidgetsOnRun (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Doptions.cpp65 showWidgetsOnRun = true; in Options()
H A Doptions.h65 bool showWidgetsOnRun; variable
H A Dconfigdialog.cpp196 showWidgetsOnRunCheckBox->setChecked(m_options->showWidgetsOnRun);
483 m_options->showWidgetsOnRun = showWidgetsOnRunCheckBox->isChecked();
H A Dqutecsound.cpp1998 if (m_options->enableWidgets && m_options->showWidgetsOnRun && fileName.endsWith(".csd")) { in play()
5179 m_options->showWidgetsOnRun = settings.value("showWidgetsOnRun", true).toBool(); in readSettings()
5414 settings.setValue("showWidgetsOnRun", m_options->showWidgetsOnRun); in writeSettings()