]> git.tdb.fi Git - r2c2.git/blobdiff - data/controlpanel.ui
Complete rewrite of the engineer UI
[r2c2.git] / data / controlpanel.ui
diff --git a/data/controlpanel.ui b/data/controlpanel.ui
new file mode 100644 (file)
index 0000000..dceab53
--- /dev/null
@@ -0,0 +1,64 @@
+style "group";
+layout
+{
+       margin
+       {
+               horizontal 0;
+               vertical 0;
+       };
+};
+
+column
+{
+       row
+       {
+               label "lbl1"
+               {
+                       text "Protocol:";
+               };
+
+               label "lbl_protocol";
+       };
+
+       row
+       {
+               label "lbl2"
+               {
+                       text "Address:";
+               };
+               constraint COPY_WIDTH "lbl1";
+
+               label "lbl_address";
+       };
+
+       panel "pnl_functions"
+       {
+               style "group";
+               layout
+               {
+                       margin
+                       {
+                               horizontal 0;
+                               vertical 0;
+                       };
+               };
+       };
+
+       row
+       {
+               button "btn_place"
+               {
+                       text "Place";
+               };
+
+               button "btn_take"
+               {
+                       text "Take";
+               };
+
+               button "btn_view"
+               {
+                       text "View";
+               };
+       };
+};