mocking kcontrol infrastructure for quick kontrol module test
Gary L. Greene Jr.
greeneg at phoenuxos.com
Sun Aug 27 18:08:24 BST 2006
On Sunday 27 August 2006 12:45, Andriy Rysin wrote:
> Some time ago I was able to test kcmlayout module quickly without all the
> KCM infrastructure by creating a simple main.cpp file and linking it to the
> module files.
> The source was as simple as this:
>
> ...
> int main(int argc, char *argv[])
> {
> QApplication app(argc, argv);
>
> QWidget window;
>
> KInstance* inst = new KInstance("kcmlayout");
> new LayoutConfig(inst, &window);
>
> window.show();
> return app.exec();
> }
>
>
> Can somebody tell me how that could be done with new KGenericFactory
> approach?
> If I just change to LayoutConfig(window, emptyStringList) it asserts in
> kcmodule.cpp
>
> Thanks,
> Andriy
Why not use kcmshell to test it in?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060827/0142dc38/attachment.sig>
-------------- next part --------------
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
More information about the kde-core-devel
mailing list