Searched refs:m_cbFormat (Results 1 – 2 of 2) sorted by relevance
177 QCheckBox* m_cbFormat; variable
267 m_cbFormat = new QCheckBox(i18n("Auto &format titles and names"), formatGroup); in initGeneralPage()268 m_cbFormat->setWhatsThis(i18n("If checked, titles and names will " in initGeneralPage()270 connect(m_cbFormat, &QAbstractButton::clicked, this, &ConfigDialog::slotModified); in initGeneralPage()271 formatGroupLayout->addWidget(m_cbFormat); in initGeneralPage()704 m_cbFormat->setChecked(autoFormat); in readGeneralConfig()798 Config::setAutoFormat(m_cbFormat->isChecked()); in saveGeneralConfig()