Skip to content
  • The Qml item is defined as:

    Kicker.AllAppsModel {
        id: allAppsModel
        paginate: false
        appletInterface: plasmoid
        Component.onCompleted: {
            allAppsModel.refresh();
            console.log("All Apps Model Count" + allAppsModel.count)
        }
    }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment