Where can I get a widget like this one in Qt?Attachment 11133. I want to create an exact widget as the one in the picture but I can't find anything similar to it in Qt.
thanking you in advance.
Printable View
Where can I get a widget like this one in Qt?Attachment 11133. I want to create an exact widget as the one in the picture but I can't find anything similar to it in Qt.
thanking you in advance.
In general this can be implemented with a QListView and a custom delegate (10 minutes of work).
Hide the scrollbars and use custom buttons for scrolling.
Or, use a QTableView. One row, no headers. And add two buttons on each end. Horizontal scrolling is automatic.