Which Widget Should I Use?
QML and Qt Quick
4
Posts
3
Posters
1.1k
Views
1
Watching
-
I'm new to Qt and so far it's been amazing.
I'm looking for an item-based widget, a list, the one with details at the top (exactly like the one used in µTorrent). I mean the list of torrents and their details (Size, Downloaded, Done...). How can I create one with Qt?
Thank you.
-
Looks like you are talking about the toolBar?
If you are using QtQuick, you can try the control components
If you are using QWidget, you can try QMainWindow -
Hi and welcome to devnet,
Search for the torrent example in Qt's documentation, you'll have everything you need to get started.