Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [solved] Trying to link my own static libarry
QtWS25 Last Chance

[solved] Trying to link my own static libarry

Scheduled Pinned Locked Moved General and Desktop
staticlibrarylinking
23 Posts 2 Posters 8.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tapsa
    wrote on 16 Jun 2015, 22:11 last edited by Tapsa
    #21

    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.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 17 Jun 2015, 07:48 last edited by
      #22

      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

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • T Offline
        T Offline
        Tapsa
        wrote on 17 Jun 2015, 08:25 last edited by
        #23

        Thank you.
        I'll be subclassing text/combo/check boxes as well.

        1 Reply Last reply
        0

        21/23

        16 Jun 2015, 22:11

        • Login

        • Login or register to search.
        21 out of 23
        • First post
          21/23
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved