KXML Syntax queries

2015-06-30 Thread Ronnie Thomas
Hello kde-devel, I was trying to understand the syntax and architecture of the XMLGUI system from the tutorial posted at techbase.kde.org https://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology In the section marked DefineGroup, there are 2 attributes present in the tag : 'name

Debugging a KControl Module

2015-03-26 Thread Ronnie Thomas
Hello everyone, I'm trying to find out how to launch a certain KControl Module after building it. Is there a way to open kcm's built separately using kcmshell5. Or do we have to install it over the existing kcm. For Eg:- if I build sddm-kcm from the git repository, do I need to 'make install' it?