summaryrefslogtreecommitdiffstats
path: root/src/widgets/qprogressbar.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add ability to set progressbar orientationTimothy Pearson2012-11-061-0/+8
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+149