Skip to content

sailfishos/nemo-qml-plugin-contextkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContextKit QML bindings

Usage:

# some.qml
import org.freedesktop.contextkit 1.0

ContextProperty {
   key: "KeyGroup.Key"
   value: optionalDefaultValueBeforeUpdate

   onValueChanged: console.log("Value updated:", value)
}


Load examples/allkeys.qml to see all supported keys and their values.

About

No description, website, or topics provided.

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
LICENSE.LGPL

Stars

Watchers

Forks

Packages

No packages published