Home
last modified time | relevance | path

Searched refs:ProgressBarWithText (Results 1 – 4 of 4) sorted by relevance

/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/reusable/
H A Dprogressbarwithtext.cpp8 ProgressBarWithText::ProgressBarWithText(QWidget* parent) : QProgressBar(parent) {} in ProgressBarWithText() function in ProgressBarWithText
10 QString ProgressBarWithText::text() const { in text()
H A Dprogressbarwithtext.h8 class ProgressBarWithText : public QProgressBar {
10 explicit ProgressBarWithText(QWidget* parent = nullptr);
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/toolbars/
H A Dstatusbar.h10 class ProgressBarWithText; variable
42 ProgressBarWithText* m_barProgressFeeds;
44 ProgressBarWithText* m_barProgressDownload;
H A Dstatusbar.cpp19 m_barProgressFeeds = new ProgressBarWithText(this); in StatusBar()
28 m_barProgressDownload = new ProgressBarWithText(this); in StatusBar()