Warning, /plasma/plasma-vault/plasma/README is written in an unsupported language. File is not indexed.
0001 Plasma Applet mixed C++/QML Template 0002 ---------------------- 0003 0004 -- Build instructions -- 0005 0006 cd /where/your/applet/is/generated 0007 mkdir build 0008 cd build 0009 cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX .. 0010 make 0011 make install 0012 0013 (MYPREFIX is where you install your Plasma setup, replace it accordingly) 0014 0015 Restart plasma to load the applet 0016 (in a terminal type: 0017 kquitapp plasmashell 0018 and then 0019 plasmashell) 0020 0021 or view it with 0022 plasmoidviewer -a YourAppletName 0023 0024 -- Tutorials and resources -- 0025 The explanation of the template 0026 https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted 0027 0028 Plasma QML API explained 0029 https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API