QWidget or QML

2013-06-24 Thread Wolfgang Mader
Dear list, this is a general question for which I need example applications which happen to be Dolphin and KDevelop. Since I have not talked to the respective maintainers, I want to make clear that I do not plan to step on any ones toes, they just serve as an example. (Please let me know if you

Re: KDE/Qt + emacs in Kubuntu

2013-06-24 Thread David Faure
Le lundi 24 juin 2013 11:02:15 Leonardo Giordani a écrit : > Hi all, > > anyone using emacs to develop KDE/Qt applications under Kubuntu? > I'm on Kubuntu 13.04 and I'm fighting with cc-mode since i get the > following bad indentation: > > class PlasmaTutorial1 : public Plasma::Applet > { > Q_O

KDE/Qt + emacs in Kubuntu

2013-06-24 Thread Leonardo Giordani
Hi all, anyone using emacs to develop KDE/Qt applications under Kubuntu? I'm on Kubuntu 13.04 and I'm fighting with cc-mode since i get the following bad indentation: class PlasmaTutorial1 : public Plasma::Applet { Q_OBJECT public: [...] private: [...] }; "public" is always indented. T