On Thu, Sep 29, 2011 at 6:50 PM, Cecil <cwestervelt....@gmail.com> wrote: > The elements are a lot similar to the underlying code in vc++ or even Vb > form files, but I am not finding size and location information etc.
You mean "size and location" of the widgets inside the menu applets? Without actually looking at the code, I suspect that these should be QGraphicsWidgets. Look for QGraphicsLayout instances: These are calculating size and location of the widgets automatically as the applet is resized. In any case, a very good read with many examples and the like is the Qt documentation at http://doc.qt.nokia.com. And the KDE API documentation you can find at http://api.kde.org (paste the name of the class in question into the search box at the bottom left). Greetings Stefan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<