Development/Tutorials/Plasma2/QML2/Basic ListView: Difference between revisions
Appearance
< Development | Tutorials
build a refrerence to the previous tutorial on thello world and wrote an original introduction. |
No edit summary |
||
Line 2: | Line 2: | ||
==Import from Hello World== | ==Import from Hello World== | ||
Please refer to the [[Development/Tutorials/ | Please refer to the [[Development/Tutorials/Plasma5/QML2/HelloWorld|Hello World]] tutorial to create the directory structure as well as the '''CMakeLists.txt''' and the '''metadata.desktop'''. | ||
== Costumize your Plasmoid == | == Costumize your Plasmoid == |
Latest revision as of 01:50, 6 January 2020
Note
This is very much a work in progress. I only have so much free time each day. Keep checking back.
Import from Hello World
Please refer to the Hello World tutorial to create the directory structure as well as the CMakeLists.txt and the metadata.desktop.
Costumize your Plasmoid
Feel free to rename the Hello World title with your own. For practicity we will name this plasmoid as Konqui in honor of the KDE mascot.
Your First QML Code
We're done with the boilerplate setup for now. It's time to start creating something interesting.