X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fqwp%2Fcontent%2FBoutonMenu.qml;fp=qml%2Fqwp%2Fcontent%2FBoutonMenu.qml;h=bbc79c1612cc482786e8b6ae7cddd2fcaec3f80e;hb=537e6ec61f576a4a3a40e30e900c55ea219a55c6;hp=0000000000000000000000000000000000000000;hpb=d7b563a1a6f5a9388c4a1f99ffd1099a97796dae;p=qwp diff --git a/qml/qwp/content/BoutonMenu.qml b/qml/qwp/content/BoutonMenu.qml new file mode 100644 index 0000000..bbc79c1 --- /dev/null +++ b/qml/qwp/content/BoutonMenu.qml @@ -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 + } +} +