Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.cpp600 switch (mainWindow_->newsLayout_) { in setSettings()
662 switch (mainWindow_->newsLayout_) { in setAutoLoadImages()
686 if (mainWindow_->newsLayout_ == 1) return; in slotNewsViewSelected()
1571 if (mainWindow_->newsLayout_ != 1) return; in loadNewspaper()
1863 if (mainWindow_->newsLayout_ == 1) return; in hideWebContent()
1987 switch (mainWindow_->newsLayout_) { in webHomePage()
2077 switch (mainWindow_->newsLayout_) { in setNewsLayout()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h247 int newsLayout_; variable
H A Dmainwindow.cpp2204 newsLayout_ = settings.value("newsLayout", 0).toInt(); in loadSettings()
2205 switch (newsLayout_) { in loadSettings()
2448 settings.setValue("newsLayout", newsLayout_); in saveSettings()
6502 newsLayout_ = action->data().toInt(); in setNewsLayout()
6503 switch (newsLayout_) { in setNewsLayout()
6515 if ((newsLayout_ + 1) >= layoutGroup_->actions().count()) in setNewsLayout()
6518 layoutGroup_->actions().at(newsLayout_ + 1)->setChecked(true); in setNewsLayout()
7709 if (newsLayout_ == 0) { in slotSavePageAs()