Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.h188 QCheckBox *fullscreenModeNotify_; variable
H A Doptionsdialog.cpp1117 fullscreenModeNotify_ = new QCheckBox(tr("Do not show notification in fullscreen mode")); in createNotifierWidget()
1119 fullscreenModeNotify_->hide(); in createNotifierWidget()
1195 notificationLayoutV->addWidget(fullscreenModeNotify_); in createNotifierWidget()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h721 bool fullscreenModeNotify_; variable
H A Dmainwindow.cpp2115 fullscreenModeNotify_ = settings.value("fullscreenModeNotify", true).toBool(); in loadSettings()
2419 settings.setValue("fullscreenModeNotify", fullscreenModeNotify_); in saveSettings()
3486 optionsDialog_->fullscreenModeNotify_->setChecked(fullscreenModeNotify_); in showOptionDlg()
3923 fullscreenModeNotify_ = optionsDialog_->fullscreenModeNotify_->isChecked(); in showOptionDlg()
6814 if (fullscreenModeNotify_) { in showNotification()