import QtTest 1.0
import QtQuick 2.0
import Nemo.Configuration 1.0
Item {
ConfigurationGroup {
id: settings1
path: "/opt/tests/org/nemomobile/configuration/group"
ConfigurationGroup {
id: child1
path: "child1"
property int integerProperty: 4
property real realProperty: 12.5
property bool booleanProperty: false
property string stringProperty: "default"
property variant stringListProperty: [ "one", "two", "three" ]
This file has been truncated. show original