Qt-interest Archive, March 2008
generic property editor
Message 1 in thread
Hi All,
for my application I would need a property editor. Something very similar to
QT designer - should contain handling of groups, attributes, subattributes
(eventually conditional). Is there some common approach, e.g. generic
library, which everyone uses?
I guess that this stuff is pretty common for all sort of GUI interfaces,
however hacking the core part from designer seems to me a bit difficult.
Any ideas?
thanks
d.
Message 2 in thread
look at QtPropertyBrower. a part of QtSolutions. its realy nice, and
may be twisted to your needs.
Knut
2008/3/5, dejfson <dejfson@xxxxxxxxx>:
> Hi All,
> for my application I would need a property editor. Something very similar to
> QT designer - should contain handling of groups, attributes, subattributes
> (eventually conditional). Is there some common approach, e.g. generic
> library, which everyone uses?
> I guess that this stuff is pretty common for all sort of GUI interfaces,
> however hacking the core part from designer seems to me a bit difficult.
>
> Any ideas?
>
> thanks
>
> d.
>
--
[ signature omitted ]
Message 3 in thread
Hi,
the IDE "HaiQ" has such a property editor - which is free.
See: http://groups.google.com/group/haiq
There is a "haiqpropertyeditor" and "haiqpropertywidget" in:
https://haiq.svn.sourceforge.net/svnroot/haiq/src/plugins/system/settingsdlg/
Or see the "QPropertyEditor"
http://www.qt-apps.org/content/show.php/QPropertyEditor?content=68684
ciao,
Chris
Message 4 in thread
* Christian Dähn wrote, On 2008-3-6 21:18:
> Hi,
>
> the IDE "HaiQ" has such a property editor - which is free.
>
> See: http://groups.google.com/group/haiq
>
> There is a "haiqpropertyeditor" and "haiqpropertywidget" in:
> https://haiq.svn.sourceforge.net/svnroot/haiq/src/plugins/system/settingsdlg/
>
> Or see the "QPropertyEditor"
> http://www.qt-apps.org/content/show.php/QPropertyEditor?content=68684
>
> ciao,
> Chris
>
Thanks. I need one too, but both of above are for qt4. Is there any
qt3-available property editor implementations?
I've simply looked into source code of property editor in qt-designer.
It looks complicated and has many dependencies. Has there been anyone
trying to split the code and make it a generic widget?
--
[ signature omitted ]