Home
last modified time | relevance | path

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

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dqutegraph.cpp565 acceptTablesCheckBox = new QCheckBox(dialog); in createPropertiesDialog()
566 acceptTablesCheckBox->setText("Enable tables"); in createPropertiesDialog()
567 acceptTablesCheckBox->setToolTip("Enable the display of tables. Each time a table is " in createPropertiesDialog()
573 acceptTablesCheckBox->setChecked(property("QCS_enableTables").toBool()); in createPropertiesDialog()
574 layout->addWidget(acceptTablesCheckBox, 9, 0, Qt::AlignLeft|Qt::AlignVCenter); in createPropertiesDialog()
635 setProperty("QCS_enableTables", acceptTablesCheckBox->isChecked()); in applyProperties()
638 m_enableTables = acceptTablesCheckBox->isChecked(); in applyProperties()
H A Dqutegraph.h83 QCheckBox *acceptTablesCheckBox; variable