El Tuesday 06 October 2015, a les 10:32:27, Christian Gagneraud va escriure: > On 19/09/15 13:55, Juan Carlos Torres wrote: > > Greetings, > > > > I've started porting some of the "Basics of KDE 4 Programming" tutorials > > over to KF5 code[1] just to get the ball rolling on updating our docs. > > They are basically just a direct port of the code found in the main > > tutorials, with some annotations and references to porting guides or API > > docs. > > [...] > > > https://techbase.kde.org/Development/Tutorials/Using_KActions/KF5 > > On this page it is said that "KAction has been deprecated in favor of > QAction and QWidgetAction.", if that's the case how to you integrate QA > and QWA with KXmlGui files?
Like that example does. actionCollection()->addAction("clear", clearAction); Cheers, Albert > > My 2 cents, > Krys > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe > >> << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<