Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.h60 TabTypeDownloads enumerator
H A Dnewstabwidget.cpp86 if (type_ != TabTypeDownloads) { in NewsTabWidget()
112 if (type_ == TabTypeDownloads) in NewsTabWidget()
146 if (type_ == TabTypeDownloads) { in ~NewsTabWidget()
155 if (type_ != TabTypeDownloads) { in disconnectObjects()
468 if (type_ == TabTypeDownloads) return; in setSettings()
613 if (type_ != TabTypeDownloads) { in retranslateStrings()
641 if (type_ == NewsTabWidget::TabTypeDownloads) return; in setAutoLoadImages()
2022 if (type_ == TabTypeDownloads) return; in openInExternalBrowserNews()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp6440 } else if (widget->type_ == NewsTabWidget::TabTypeDownloads) { in slotTabCurrentChanged()
7126 if (currentNewsTab->type_ == NewsTabWidget::TabTypeDownloads) return; in browserZoom()
7150 if (currentNewsTab->type_ == NewsTabWidget::TabTypeDownloads) return; in slotPrint()
7167 if (currentNewsTab->type_ == NewsTabWidget::TabTypeDownloads) return; in slotPrintPreview()
7706 if (currentNewsTab->type_ == NewsTabWidget::TabTypeDownloads) return; in slotSavePageAs()
7940 if (currentNewsTab->type_ == NewsTabWidget::TabTypeDownloads) return; in showCustomizeToolbarDlg()
8145 if (widget->type_ == NewsTabWidget::TabTypeDownloads) { in showDownloadManager()
8152 widget = new NewsTabWidget(this, NewsTabWidget::TabTypeDownloads); in showDownloadManager()
8177 if (widget->type_ == NewsTabWidget::TabTypeDownloads) { in updateInfoDownloads()