Home
last modified time | relevance | path

Searched refs:QProgressIndicator (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/photoflare/photoflare-1.6.8/src/progress/
H A DQProgressIndicator.cpp23 QProgressIndicator::QProgressIndicator(QWidget* parent) in QProgressIndicator() function in QProgressIndicator
36 bool QProgressIndicator::isAnimated () const in isAnimated()
41 void QProgressIndicator::setDisplayedWhenStopped(bool state) in setDisplayedWhenStopped()
47 bool QProgressIndicator::isDisplayedWhenStopped() const in isDisplayedWhenStopped()
52 void QProgressIndicator::startAnimation() in startAnimation()
60 void QProgressIndicator::stopAnimation() in stopAnimation()
69 void QProgressIndicator::setAnimationDelay(int delay) in setAnimationDelay()
80 void QProgressIndicator::setColor(const QColor & color) in setColor()
86 void QProgressIndicator::setSize(const QSize& size) in setSize()
91 QSize QProgressIndicator::sizeHint() const in sizeHint()
[all …]
H A DQProgressIndicator.h31 class QProgressIndicator : public QWidget
39 QProgressIndicator(QWidget* parent = nullptr);
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A DQProgressIndicator.cpp14 QProgressIndicator::QProgressIndicator(QWidget *parent) in QProgressIndicator() function in QProgressIndicator
21 bool QProgressIndicator::isAnimated() const in isAnimated()
26 void QProgressIndicator::setDisplayedWhenStopped(bool state) in setDisplayedWhenStopped()
33 bool QProgressIndicator::isDisplayedWhenStopped() const in isDisplayedWhenStopped()
38 void QProgressIndicator::startAnimation() in startAnimation()
46 void QProgressIndicator::stopAnimation() in stopAnimation()
56 void QProgressIndicator::setAnimationDelay(int delay) in setAnimationDelay()
67 void QProgressIndicator::setColor(const QColor &color) in setColor()
74 QSize QProgressIndicator::sizeHint() const in sizeHint()
79 int QProgressIndicator::heightForWidth(int w) const in heightForWidth()
[all …]
H A DQProgressIndicator.h23 class QProgressIndicator : public QWidget
30 explicit QProgressIndicator(QWidget *parent = nullptr);
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/3rdparty/QProgressIndicator/
H A DQProgressIndicator.cpp29 QProgressIndicator::QProgressIndicator(QWidget* parent) in QProgressIndicator() function in QProgressIndicator
36 bool QProgressIndicator::isAnimated () const in isAnimated()
41 void QProgressIndicator::setDisplayedWhenStopped(bool state) in setDisplayedWhenStopped()
48 bool QProgressIndicator::isDisplayedWhenStopped() const in isDisplayedWhenStopped()
53 void QProgressIndicator::startAnimation() in startAnimation()
61 void QProgressIndicator::stopAnimation() in stopAnimation()
71 void QProgressIndicator::setAnimationDelay(int delay) in setAnimationDelay()
82 void QProgressIndicator::setColor(const QColor & color) in setColor()
89 QSize QProgressIndicator::sizeHint() const in sizeHint()
94 int QProgressIndicator::heightForWidth(int w) const in heightForWidth()
[all …]
H A DREADME.md3 The QProgressIndicator class lets an application display a progress indicator to show that a length…
6 <img src="https://raw.github.com/mojocorp/QProgressIndicator/master/screen-capture-1.png" >
7 <img src="https://raw.github.com/mojocorp/QProgressIndicator/master/screen-capture-2.png" >
H A DQProgressIndicator.h38 class QProgressIndicator : public QWidget
45 QProgressIndicator(QWidget* parent = nullptr);
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/QProgressIndicator/
H A DQProgressIndicator.cpp29 QProgressIndicator::QProgressIndicator(QWidget* parent) in QProgressIndicator() function in QProgressIndicator
41 bool QProgressIndicator::isAnimated () const in isAnimated()
46 void QProgressIndicator::setDisplayedWhenStopped(bool state) in setDisplayedWhenStopped()
53 bool QProgressIndicator::isDisplayedWhenStopped() const in isDisplayedWhenStopped()
58 void QProgressIndicator::startAnimation() in startAnimation()
66 void QProgressIndicator::stopAnimation() in stopAnimation()
76 void QProgressIndicator::setAnimationDelay(int delay) in setAnimationDelay()
87 void QProgressIndicator::setColor(const QColor & color) in setColor()
94 QSize QProgressIndicator::sizeHint() const in sizeHint()
99 int QProgressIndicator::heightForWidth(int w) const in heightForWidth()
[all …]
H A DREADME.md3 The QProgressIndicator class lets an application display a progress indicator to show that a length…
6 <img src="https://raw.github.com/mojocorp/QProgressIndicator/master/screen-capture-1.png" >
7 <img src="https://raw.github.com/mojocorp/QProgressIndicator/master/screen-capture-2.png" >
H A DQProgressIndicator.h38 class QProgressIndicator : public QWidget
45 QProgressIndicator(QWidget* parent = nullptr);
/dports/sysutils/qtpass/QtPass-1.3.2/src/
H A Dqprogressindicator.cpp8 QProgressIndicator::QProgressIndicator(QWidget *parent) in QProgressIndicator() function in QProgressIndicator
17 void QProgressIndicator::setDisplayedWhenStopped(bool state) { in setDisplayedWhenStopped()
23 bool QProgressIndicator::isDisplayedWhenStopped() const { in isDisplayedWhenStopped()
27 void QProgressIndicator::startAnimation() { in startAnimation()
34 void QProgressIndicator::stopAnimation() { in stopAnimation()
43 void QProgressIndicator::setAnimationDelay(int delay) { in setAnimationDelay()
53 void QProgressIndicator::setColor(const QColor &color) { in setColor()
63 QSize QProgressIndicator::sizeHint() const { return {20, 20}; } in sizeHint()
70 int QProgressIndicator::heightForWidth(int w) const { return w; } in heightForWidth()
75 void QProgressIndicator::timerEvent(QTimerEvent * /*event*/) { in timerEvent()
[all …]
H A Dqprogressindicator.h16 class QProgressIndicator : public QWidget {
33 explicit QProgressIndicator(QWidget *parent = 0);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/progress_indicator/
H A DQProgressIndicator.sip1 //Define the SIP wrapper to the QProgressIndicator widget
18 #include <QProgressIndicator.h>
38 class QProgressIndicator : QWidget {
41 #include <QProgressIndicator.h>
46 QProgressIndicator(QWidget *parent /TransferThis/ = 0, int size = 64, int interval = 0);
H A DQProgressIndicator.cpp18 QProgressIndicator::QProgressIndicator(QWidget* parent, int size, int interval) in QProgressIndicator() function in QProgressIndicator
29 bool QProgressIndicator::isAnimated () const in isAnimated()
34 void QProgressIndicator::setDisplaySize(QSize size) in setDisplaySize()
38 void QProgressIndicator::setSizeHint(int size) in setSizeHint()
42 void QProgressIndicator::setSizeHint(QSize size) in setSizeHint()
48 void QProgressIndicator::startAnimation() in startAnimation()
56 void QProgressIndicator::start() { startAnimation(); } in start()
58 void QProgressIndicator::stopAnimation() in stopAnimation()
66 void QProgressIndicator::stop() { stopAnimation(); } in stop()
68 QSize QProgressIndicator::sizeHint() const in sizeHint()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dsharelinkwidget.h122 QProgressIndicator *_pi_create;
123 QProgressIndicator *_pi_password;
124 QProgressIndicator *_pi_date;
125 QProgressIndicator *_pi_editing;
H A Dnotificationwidget.h24 class QProgressIndicator; variable
55 QProgressIndicator *_progressIndi;
H A Dsharedialog.h27 class QProgressIndicator; variable
73 QProgressIndicator *_progressIndicator;
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/manager/
H A Dfocusmanager.h18 class QProgressIndicator; variable
40 QProgressIndicator *focusPI { nullptr };
H A Dguidemanager.h18 class QProgressIndicator; variable
38 QProgressIndicator *guidePI { nullptr };
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/wizard/
H A Downcloudhttpcredspage.h24 class QProgressIndicator; variable
56 QProgressIndicator *_progressIndi;
H A Downcloudadvancedsetuppage.h24 class QProgressIndicator; variable
78 QProgressIndicator *_progressIndi;
H A Downcloudsetuppage.h31 class QProgressIndicator; variable
82 QProgressIndicator *_progressIndi;
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/wizard/
H A Downcloudhttpcredspage.h24 class QProgressIndicator; variable
60 QProgressIndicator *_progressIndi;
H A Dflow2authwidget.h25 class QProgressIndicator; variable
65 QProgressIndicator *_progressIndi;
H A Downcloudsetuppage.h33 class QProgressIndicator; variable
89 QProgressIndicator *_progressIndi;

123