Hi,
I have a Qt app which I am little-by-little "moving" to KDE, with this I
mean I am switching from Qt classes to KDE ones where possible.
With this I am now adding new KStandardAction(s), very quick and easy,
but AFAIU these only provides predefined menu items via XMLGUI
technology, but not the slot implementation code. So for example, if I
want to use the copy KStandardAction, I anyway need to write the source
code for the slot this action is connected to.
Question, for such common and standard actions, isn't there a way to
easily get this code? Or I can just take it out from other KDE apps
(i.e. Kate)?
What's the way you do this? Is there a best practice?
Thanks,
Jan
Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<