Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. import org.nemomobile.configuration 1.0
  2. ...
  3. ..
  4.  
  5. ConfigurationGroup {
  6. id: config
  7. path: "/apps/btry"
  8. property bool showEnableChargingSwitch: false
  9. property bool autoHandleUSBCharging: false
  10. property string fontSize: "Large"
  11. }
  12.  
  13. ConfigurationValue {
  14. id: showEnableChargingSwitch
  15. key: "/apps/btry/showEnableChargingSwitch"
  16. defaultValue: false
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement