cleaning comment and test
[qwp] / qml / qwp / content / BoutonMenu.qml
1 import QtQuick 1.0
2
3 ListModel {
4
5     ListElement {
6         name: "schBt"
7         bouton: "content/vue.png"
8         btmenu: "Configuration"
9         action: ""
10         vueON: 1
11     }
12     /*
13     ListElement {
14         //name: "Jim Williams"
15         bouton: "content/progress.png"
16         btmenu: ""
17         action: "onoff"
18     }
19     ListElement {
20         //name: "John Brown"
21         bouton: "content/meet.png"
22         btmenu: "UserChoice"
23         action: ""
24     } */
25     ListElement {
26         name: "closeBt"
27         bouton: "content/cancel.png"
28         btmenu: ""
29         action: ""
30         vueON: 0
31     }
32 }
33