cleaning comment and test
[qwp] / qml / qwp / content / BoutonMenu.qml
diff --git a/qml/qwp/content/BoutonMenu.qml b/qml/qwp/content/BoutonMenu.qml
new file mode 100644 (file)
index 0000000..bbc79c1
--- /dev/null
@@ -0,0 +1,33 @@
+import QtQuick 1.0
+
+ListModel {
+
+    ListElement {
+        name: "schBt"
+        bouton: "content/vue.png"
+        btmenu: "Configuration"
+        action: ""
+        vueON: 1
+    }
+    /*
+    ListElement {
+        //name: "Jim Williams"
+        bouton: "content/progress.png"
+        btmenu: ""
+        action: "onoff"
+    }
+    ListElement {
+        //name: "John Brown"
+        bouton: "content/meet.png"
+        btmenu: "UserChoice"
+        action: ""
+    } */
+    ListElement {
+        name: "closeBt"
+        bouton: "content/cancel.png"
+        btmenu: ""
+        action: ""
+        vueON: 0
+    }
+}
+