Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h197 int notificationFontSize_; variable
H A Dmainwindow.cpp1995 notificationFontSize_ = settings.value("notificationFontSize", qApp->font().pointSize()).toInt(); in loadSettings()
2355 settings.setValue("notificationFontSize", notificationFontSize_); in saveSettings()
3509 strFont = QString("%1, %2").arg(notificationFontFamily_).arg(notificationFontSize_); in showOptionDlg()
3952notificationFontSize_ = optionsDialog_->fontsTree_->topLevelItem(4)->text(2).section(", ", 1).toIn… in showOptionDlg()
/dports/net/quiterss/quiterss-0.19.4_1/src/notifications/
H A Dnotificationswidget.cpp70 fontSize = mainApp->mainWindow()->notificationFontSize_; in NotificationWidget()