]> git.tdb.fi Git - r2c2.git/blobdiff - data/telemetrydialog.ui
Add a dialog to display telemetry data from the driver
[r2c2.git] / data / telemetrydialog.ui
diff --git a/data/telemetrydialog.ui b/data/telemetrydialog.ui
new file mode 100644 (file)
index 0000000..a5bad4d
--- /dev/null
@@ -0,0 +1,45 @@
+layout
+{
+       margin
+       {
+               top 2;
+               horizontal 8;
+               bottom 6;
+       };
+};
+
+column
+{
+       row
+       {
+               label "lbl_title"
+               {
+                       text "Telemetry";
+               };
+
+               split;
+
+               action_button "btn_close" 0
+               {
+                       style "red_cross";
+               };
+       };
+
+       panel "pnl_content"
+       {
+               style "group";
+               layout
+               {
+                       margin
+                       {
+                               horizontal 0;
+                               vertical 0;
+                       };
+               };
+       };
+};
+
+draghandle "";
+expand true false;
+constraint COPY_HEIGHT "lbl_title";
+constraint LEFT_OF "btn_close";