Searched refs:notificationFontSize_ (Results 1 – 3 of 3) sorted by relevance
197 int notificationFontSize_; variable
1995 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()3952 …notificationFontSize_ = optionsDialog_->fontsTree_->topLevelItem(4)->text(2).section(", ", 1).toIn… in showOptionDlg()
70 fontSize = mainApp->mainWindow()->notificationFontSize_; in NotificationWidget()