plasma-framework/templates/qml-plasmoid-with-qml-extension
l10n daemon script 16f6c388e7 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-05-30 04:19:06 +02:00
..
package SVN_SILENT made messages (.desktop file) - always resolve ours 2017-05-20 04:16:47 +02:00
plugin Add template for Plasma QML Applet with QML extension 2017-05-19 14:23:13 +02:00
CMakeLists.txt Add template for Plasma QML Applet with QML extension 2017-05-19 14:23:13 +02:00
Messages.sh Add template for Plasma QML Applet with QML extension 2017-05-19 14:23:13 +02:00
qml-plasmoid-with-qml-extension.kdevtemplate SVN_SILENT made messages (.desktop file) - always resolve ours 2017-05-30 04:19:06 +02:00
README Add template for Plasma QML Applet with QML extension 2017-05-19 14:23:13 +02:00

Plasma Applet 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 QML part of the template
https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted

Plasma QML API explained
https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API