Development/Tutorials/Plasma2/QML2/Basic ListView: Difference between revisions

    From KDE TechBase
    (Blanked the page)
    No edit summary
     
    (2 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    {{Note|1=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 [[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 ==
    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.

    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.