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. What's the best method to create a GUI similar to Qt Designer's Property Editor?
QtWS25 Last Chance

What's the best method to create a GUI similar to Qt Designer's Property Editor?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 3.3k 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.
  • A Offline
    A Offline
    avidamic
    wrote on last edited by
    #1

    We are creating a new level editor for my company and need to implement a property editor similar to the one that Qt Designer has- where there are clickable headers to expand/collapse a section of properties. I may only want the grid to show when a header is expanded though.

    Was this done using a QTreeView with QTableWidgets as the tree item delegates? Or should I use a QTableWidget and implement my own multiple header class (to do the expand/collapse handling)?

    I looked through the forums already and didn't see anything similar to what I'm looking for.

    Thanks in advance for the advice.

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      There are several examples of property editors on "qt-apps":http://qt-apps.org/

      use property as search string and will have plenty examples.

      EDIT : the Qt Designer sources are available to look into too....

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • A Offline
        A Offline
        avidamic
        wrote on last edited by
        #3

        Thanks, Eddy.

        Looks like maybe QtPropertyBrowser from QtSolutions archive might be what I'm looking for. We are using the Qt commercial license so this would be safe to use, I'm assuming. BTW- is that the source for Qt Designer's property editor?

        1 Reply Last reply
        0
        • EddyE Offline
          EddyE Offline
          Eddy
          wrote on last edited by
          #4

          No I don't think so. Afaik Qt Designer existed before Qt Solutions. But I'm not sure. You could check it easily by comparing the sources.

          Qt Certified Specialist
          www.edalsolutions.be

          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