Applet::createConfigurationInterface
Aaron J. Seigo
aseigo at kde.org
Tue Apr 8 06:39:10 CEST 2008
On Monday 07 April 2008, Sebastian Kuegler wrote:
> From the API it's not easily visible how createConfigurationInterface() is
> supposed to be used. Can you give a brief outline how this function should
> be used in an applet?
you can look at the analog clock applet, but generally it's this:
void createConfigurationInterface(KConfigureDialog *parent)
{
QWidget *page = new QWidget(parent);
/* fill page with widgets */
parent->addPage(page);
}
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE core developer sponsored by Trolltech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/panel-devel/attachments/20080407/cc7e2afb/attachment.pgp
More information about the Panel-devel
mailing list