Home
last modified time | relevance | path

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

/dports/comms/wsjtz/wsjtx/
H A DConfiguration.cpp694 bool dbgBoth_; member in Configuration::impl
829 bool Configuration::dbgBoth() const {return m_->dbgBoth_;} in dbgBoth()
1492 ui_->rb_dbg_Both->setChecked(dbgBoth_); in initialize_models()
1676 dbgBoth_ = settings_->value("dbgBoth").toBool(); in read_settings()
1837 settings_->setValue("dbgBoth", dbgBoth_); in write_settings()
2355 dbgBoth_ = ui_->rb_dbg_Both->isChecked(); in accept()