Is there a property editor widget ?
General and Desktop
5
Posts
3
Posters
2.9k
Views
1
Watching
-
wrote on 4 Feb 2014, 15:33 last edited by
Hello,
I need to use a property editor in my apps, and I know there's "this one":http://qt-apps.org/content/show.php/QPropertyEditor?content=68684 but I would like to know if anyone knows another one ?
Thanks
-
wrote on 4 Feb 2014, 16:21 last edited by
YAPE is on the same site, and QtDesigner also contains one.
-
wrote on 4 Feb 2014, 16:37 last edited by
YAPE also works with QObject based classes and in my app I want display properties about a project which is not encapsulated by a QObject based class due to compatibility with other dev IDE.
Can I use the QTDesigner's property editor in my app at runtime ?
-
wrote on 5 Feb 2014, 04:06 last edited by
Well you can try out qtpropertybrowser from "QtSolutions":https://qt.gitorious.org/qt-solutions
-
wrote on 5 Feb 2014, 08:01 last edited by
I'll give it a try.
Thanks.
1/5