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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -