GUI builder

Bernd Gehrmann bernd at physik.hu-berlin.de
Mon Feb 21 09:34:53 UTC 2000


In case someone wants to rewrite the dialog editor:
Qt 2.1 now has a public API for QMetaObject and
properties. That means, you can ask an object for
its signals and slots, the names and types of its
properties and - if a property is an enum - the
list of possible values. As a consequence, it's no
more necessary to write wrappers for all classes.
It's enough to have a factory per library (qt, kdeui,
khtml) that can create widgets by name. Everything
else can be handled on a higher level.

Bernd.







More information about the KDevelop-devel mailing list