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. How do I use PropertyBrowser?
QtWS25 Last Chance

How do I use PropertyBrowser?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 495 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.
  • D Offline
    D Offline
    Dan203
    wrote on last edited by
    #1

    I need a property grid for my application. I see that there is a QtPropertyBrowser in the tools section of the source, but I'm not sure how to use it. Is that built into the Qt DLLs already? Or do I need to build that myself? If I need to build it myself can anyone explain exactly what needs to be done? Do I need to build a "tools" DLL? Are there instructions on how to do that somewhere?

    I'm using Qt as LGPL in a commercial application so I can't include any of the code directly in my project. I need some way to link to it externally.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Bonnie
      wrote on last edited by
      #2

      Those should be inner classes used by the designer.
      I think the codes are compiled in QtDesigner/QtDesignerComponents module, but not exported, so you can't use the classes / functions directly.

      D 1 Reply Last reply
      0
      • B Bonnie

        Those should be inner classes used by the designer.
        I think the codes are compiled in QtDesigner/QtDesignerComponents module, but not exported, so you can't use the classes / functions directly.

        D Offline
        D Offline
        Dan203
        wrote on last edited by
        #3

        @Bonnie is there any way to use that control? Or do you know of a similar one I could use?

        B 1 Reply Last reply
        0
        • D Dan203

          @Bonnie is there any way to use that control? Or do you know of a similar one I could use?

          B Offline
          B Offline
          Bonnie
          wrote on last edited by Bonnie
          #4

          @Dan203
          I could only say I think it can't be used as the way you want easily. I'm not sure is there any complicated way.
          Also these classes should be written for the designer, they may even be not suitable for your case.
          Maybe It's better to just use QTreeWidget or Model/View to write your own.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            Do you mean this one ?

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

            D 1 Reply Last reply
            0
            • SGaistS SGaist

              Hi,

              Do you mean this one ?

              D Offline
              D Offline
              Dan203
              wrote on last edited by
              #6

              @SGaist said in How do I use PropertyBrowser?:

              Hi,

              Do you mean this one ?

              Yes, that one looks like it'll work. Thank you

              1 Reply Last reply
              0

              • Login

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