improved desktop UI
[mardrone] / mardrone / ConfigDialogAndroid.qml
index d3f719f..e1e2897 100644 (file)
@@ -5,15 +5,8 @@ Page {
         property color textColor:"white"
         property int textSize:30
         id:dialog
         property color textColor:"white"
         property int textSize:30
         id:dialog
-       tools:commonTools
-        Menu {
-            id:uiMenu
-            visualParent:pageStack
-            MenuLayout {
-                MenuItem { text:"MeeGo/Harmattan 854x480";  onClicked: { drone.confActiveUI="ardrone_harmattan.qml" }}
-                MenuItem { text:"Desktop";  onClicked: { drone.confActiveUI="ardrone_desktop.qml"}}
-           }
-        }
+ //    tools:commonTools
+
         Component.onCompleted: {
             console.debug("Appending items to choices",uiList.count())
             for(var j = 0; j < uiList.count();++j ) {
         Component.onCompleted: {
             console.debug("Appending items to choices",uiList.count())
             for(var j = 0; j < uiList.count();++j ) {