2015-11-30 14:58:35 +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
|
2016-08-05 15:10:28 +02:00
|
|
|
https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted
|
2015-11-30 14:58:35 +01:00
|
|
|
|
|
|
|
Plasma QML API explained
|
2016-08-05 15:10:28 +02:00
|
|
|
https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API
|