[Qt-interest] List of Progress Bar
Andre Somers
andre at familiesomers.nl
Mon Nov 9 11:52:14 CET 2009
linux newbie wrote:
> Hi,
>
> I like to create list of progress bar's. Can anyone let me know, how
> to proceed? Is there any example code that I can look at?
>
Easy way:
get the Qxt library from http://www.libqxt.org/, and use their
QxtItemDelegate with your own model, or use their QxtListWidget and
QxtListWidgetItem classes if you don't want to deal with the model yourself.
There are also hard ways. :-)
André
More information about the Qt-interest-old
mailing list