Monitoring bandwidth usage app
-
wrote on 26 Dec 2011, 21:13 last edited by
I am designing an application that monitors my bandwidth usage. I need to see how much and the rate that data (download and upload) is being transferred to and from my computer.
I don't what classes would help me with what I need to do.
I am very new to the Qt library, any help would be greatly appreciated.
-
wrote on 27 Dec 2011, 14:50 last edited by
Qt will help you to visualize the data, probably using some additional graphing/charting library. Gathering the actual data is platform dependent and not part of the standard Qt libs. Maybe Qt Mobility has some means for that.
2/2