summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqprogressbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve TQProgressBar repaint optimizationSlávek Banko2014-09-161-1/+1
|
* Add repaint optimization to TQProgressBarFrerich Raabe2014-09-161-0/+2
| | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now.
* Automated update from Qt3Timothy Pearson2012-11-061-0/+8
|
* Automated update from Qt3Timothy Pearson2012-10-201-6/+6
|
* Automated update from Qt3Timothy Pearson2012-02-131-2/+2
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-0/+149