Re: Using KDE services in QML

2013-04-24 Thread Michael Spencer
On Thursday, April 25, 2013 01:02:57 AM Sebastian Kügler wrote: > On Wednesday, April 24, 2013 15:31:39 Michael Spencer wrote: > > > > So what is the best way to access localization features and KIcons > > > > from > > > > QML? > > > > > >

Re: Using KDE services in QML

2013-04-24 Thread Michael Spencer
Sorry, I missed that because I was only looking in mainwindow.cpp, where the view was created, and didn't see that it called code the in the main application to initialize kdeclarative. Thanks for the help, I think I know enough now to be able to learn from KTouch, since it uses kdecl

Re: Using KDE services in QML

2013-04-24 Thread Michael Spencer
On Wednesday, April 24, 2013 10:47:37 PM Albert Astals Cid wrote: > El Dimecres, 24 d'abril de 2013, a les 15:31:39, Michael Spencer va escriure: > > On Wednesday, April 24, 2013 08:40:18 PM Albert Astals Cid wrote: > > > El Dimecres, 24 d'abril de 2013, a les

Re: Using KDE services in QML

2013-04-24 Thread Michael Spencer
On Wednesday, April 24, 2013 08:40:18 PM Albert Astals Cid wrote: > El Dimecres, 24 d'abril de 2013, a les 12:49:09, Michael Spencer va escriure: > > In the Plasma tutorial [1], there is mention of extensions that let me > > using Q/KIcons and localization. I tried adding the

Using KDE services in QML

2013-04-24 Thread Michael Spencer
and window to contain the QML view, so if I need to, I could provide services through that, but I'm not sure how. [1] http://techbase.kde.org/Development/Tutorials/Plasma/QML/GettingStarted Thank you, -- Michael Spencer https://iBeliever.github.io >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: moc isn't being called for the output of custom commands

2013-04-20 Thread Michael Spencer
On Saturday, April 20, 2013 07:15:12 PM argonel wrote: Hi, On Sat, Apr 20, 2013 at 5:55 PM, Michael Spencer wrote: Hello, I have a small script that helps to generate parts of a Qt class. I then call it from a CMake file, using a couple custom commands in a function: Here is

moc isn't being called for the output of custom commands

2013-04-20 Thread Michael Spencer
The list of source files is identical regardless of whether I add the file by hand or it gets added as a result of the custom commands. It's just the moc doesn't get called if the file is produced as a result of a custom command. I am doing the custom commands wrong? How do I fix this so moc is called on the output of my custom commands? Thank you, Michael Spencer >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<