[Qt-interest] List of Progress Bar
Constantin Makshin
cmakshin at gmail.com
Tue Nov 10 21:54:30 CET 2009
Yes, look at the QTableWidget::setItemWidget() function.
On Tue, 10 Nov 2009 13:33:30 +0300, linux newbie
<linux.newbie79 at gmail.com> wrote:
> Hi,
>
> Further to this discussion, is it possible to have progress bar in
> TableWidget? I like to have firmware upgrade status of terminals
> connected in my network. so, I need to have progress bar against each
> terminal name. Is it possible to proceed with TableWidgets? If not,
> can you please suggest an alternative way?
>
> Thanks
>
> On Tue, Nov 10, 2009 at 9:50 AM, linux newbie <linux.newbie79 at gmail.com>
> wrote:
>> Hi All,
>>
>> Thanks for your feedback. Let me proceed with QList and see how it goes.
>>
>> On Tue, Nov 10, 2009 at 7:06 AM, Constantin Makshin
>> <cmakshin at gmail.com> wrote:
>>> Is QListWidget::setItemWidget() harder than using delegates or some
>>> 3rd-party libraries? :)
>>>
>>> On Mon, 09 Nov 2009 13:52:14 +0300, Andre Somers
>>> <andre at familiesomers.nl>
>>> wrote:
>>>> 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é
>>>
>>> --
>>> Constantin Makshin
--
Constantin Makshin
More information about the Qt-interest-old
mailing list