From kde-panel-devel Tue Apr 08 04:39:10 2008 From: "Aaron J. Seigo" Date: Tue, 08 Apr 2008 04:39:10 +0000 To: kde-panel-devel Subject: Re: Applet::createConfigurationInterface Message-Id: <200804072239.10450.aseigo () kde ! org> X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=120762959130677 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============0811318213==" --===============0811318213== Content-Type: multipart/signed; boundary="nextPart1646481.hFppvgkZHP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1646481.hFppvgkZHP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 =3D new QWidget(parent); /* fill page with widgets */ parent->addPage(page); } =2D-=20 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 --nextPart1646481.hFppvgkZHP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQBH+vbu1rcusafx20MRAqnrAJwK0dZO6eK8rP3PlmQhkAf6CZ9/QwCeKqi2 LMWyr9SeNhDaL1lPF8+3Q5g= =lx6y -----END PGP SIGNATURE----- --nextPart1646481.hFppvgkZHP-- --===============0811318213== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Panel-devel mailing list Panel-devel@kde.org https://mail.kde.org/mailman/listinfo/panel-devel --===============0811318213==--