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. Qt Widgets - what to use for property editor?
Forum Updated to NodeBB v4.3 + New Features

Qt Widgets - what to use for property editor?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.7k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    fordfanboi
    wrote on last edited by
    #1

    I'm porting our project from Toolkit Pro and can't seem to find a replacement for the property grid. I can force the QTableView to be a property editor, but surely there's a Property Editor widget already there like the one you use in QtDesigner. Where can I find this widget? Thanks!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Welcome to DevNet

      I don't think that there is a ready to use property editor widget.
      You can take a look on designer source code to find what they use.
      Also there is an article in Qt Quarterly about "property browser":http://doc.qt.digia.com/qq/qq18-propertybrowser.html

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fordfanboi
        wrote on last edited by
        #3

        That's pretty surprising that Qt doesn't already have an implementation of a property grid. O.O

        Do you know if there are plans for one anytime soon? I'd rather just make use of what's available inside the SDK and could massage an existing view for the time being then implement the official solution down the road.

        Thanks

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andreyc
          wrote on last edited by
          #4

          Well, there is "Qt Solutions":https://qt.gitorious.org/qt-solutions/qt-solutions/source/19115c764ab298827ba472fc19cc7480af32a825:
          repository.
          It is not a part of official Qt framework but it is located in official Qt repository.
          And the property browser that I talked in a post above is "here":https://qt.gitorious.org/qt-solutions/qt-solutions/source/19115c764ab298827ba472fc19cc7480af32a825:qtpropertybrowser

          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