plasma-framework/templates/cpp-plasmoid
Sebastian Kügler 94070a6aec make preview naming consistent with template name
This will allow to install the template correctly, once
https://git.reviewboard.kde.org/r/126226/ is in.
2015-12-03 02:28:58 +01:00
..
src SVN_SILENT made messages (.desktop file) - always resolve ours 2015-12-02 08:47:47 +00:00
CMakeLists.txt add a couple of plasmoid templates for kapptemplate/kdevelop 2015-11-30 15:02:43 +01:00
cpp-plasmoid.kdevtemplate make preview naming consistent with template name 2015-12-03 02:28:58 +01:00
cpp-plasmoid.png make preview naming consistent with template name 2015-12-03 02:28:58 +01:00
Messages.sh add a couple of plasmoid templates for kapptemplate/kdevelop 2015-11-30 15:02:43 +01:00
README add a couple of plasmoid templates for kapptemplate/kdevelop 2015-11-30 15:02:43 +01:00

Plasma Applet mixed C++/QML Template
----------------------

-- Build instructions --

cd /where/your/applet/is/generated
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX .. 
make 
make install

(MYPREFIX is where you install your Plasma setup, replace it accordingly)

Restart plasma to load the applet 
(in a terminal type: 
kquitapp plasmashell 
and then
plasmashell)

or view it with 
plasmoidviewer -a YourAppletName

-- Tutorials and resources --
The explanation of the template
http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted

Plasma techbase pages
http://techbase.kde.org/Projects/Plasma

Plasma QML API explained
http://techbase.kde.org/Development/Tutorials/Plasma/QML/API