]> git.tdb.fi Git - r2c2.git/blobdiff - data/trainlistdialog.ui
Complete rewrite of the engineer UI
[r2c2.git] / data / trainlistdialog.ui
diff --git a/data/trainlistdialog.ui b/data/trainlistdialog.ui
new file mode 100644 (file)
index 0000000..a1ebf79
--- /dev/null
@@ -0,0 +1,50 @@
+layout
+{
+       margin
+       {
+               top 2;
+               horizontal 8;
+               bottom 6;
+       };
+};
+
+column
+{
+       row
+       {
+               label "lbl_title"
+               {
+                       text "Trains";
+               };
+
+               split;
+
+               action_button "btn_close" 0
+               {
+                       style "red_cross";
+               };
+       };
+
+       list "lst_trains"
+       {
+               view_size 10;
+       };
+
+       row
+       {
+               button "btn_new"
+               {
+                       text "New";
+               };
+
+               button "btn_show"
+               {
+                       text "Show";
+               };
+       };
+};
+
+draghandle "";
+expand true false;
+constraint COPY_HEIGHT "lbl_title";
+constraint LEFT_OF "btn_close";