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?
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
Post a Comment