[solved] Trying to link my own static libarry
-
wrote on 16 Jun 2015, 22:11 last edited by Tapsa
Nice, now I can rebuild my GUI with Qt.
Each item in that list view has its own rounded selection area with dotted outline.
It doesn't look/feel same to wxWidgets list box at all. Default QListView allows items to be moved around and edited their labels too. I disabled moving and label-editing. But if you say that QlistView can be made to look and feel like wxWidgets list box, then I will figure it out myself.You can mark this as solved. I don't know how to mark it.
-
If you need some special visualization then you can subclass QStyledItemDelegate. Apart from that, you have to ponder whether you want to keep the current look and feel of your application or have it more close to what the platform you are targeting offers.
To mark the thread as solved, you can simply edit the title and prepend [solved] :)
Also, consider up-voting the answer(s) that helped you, so other forum users may find them more easily
-
wrote on 17 Jun 2015, 08:25 last edited by
Thank you.
I'll be subclassing text/combo/check boxes as well.
21/23