Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h191 int newsListFontSize_; variable
H A Dmainwindow.cpp1989 newsListFontSize_ = settings.value("newsFontSize", qApp->font().pointSize()).toInt(); in loadSettings()
2349 settings.setValue("newsFontSize", newsListFontSize_); in saveSettings()
3503 strFont = QString("%1, %2").arg(newsListFontFamily_).arg(newsListFontSize_); in showOptionDlg()
3946 newsListFontSize_ = optionsDialog_->fontsTree_->topLevelItem(1)->text(2).section(", ", 1).toInt(); in showOptionDlg()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.cpp483 QFont(mainWindow_->newsListFontFamily_, mainWindow_->newsListFontSize_)); in setSettings()