qt - how to reflect download progress onto QtableView or QtableWidget? -


i want make download tool.

i use following code downloading.

i facing problem:

i don’t know how reflect download progress onto qtableview or qtablewidget? especially, downloading 2 or more files @ same time. instance, how reflect download progress onto qtableview?

enter image description here

can give little sample? in advance!

you can use qtableview , item delegate.

there example of delegate draws progress bar in official doc: http://qt-project.org/doc/qt-4.8/qabstractitemdelegate.html


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -