]> git.tdb.fi Git - r2c2.git/blob - data/telemetrydialog.ui
Add a dialog to display telemetry data from the driver
[r2c2.git] / data / telemetrydialog.ui
1 layout
2 {
3         margin
4         {
5                 top 2;
6                 horizontal 8;
7                 bottom 6;
8         };
9 };
10
11 column
12 {
13         row
14         {
15                 label "lbl_title"
16                 {
17                         text "Telemetry";
18                 };
19
20                 split;
21
22                 action_button "btn_close" 0
23                 {
24                         style "red_cross";
25                 };
26         };
27
28         panel "pnl_content"
29         {
30                 style "group";
31                 layout
32                 {
33                         margin
34                         {
35                                 horizontal 0;
36                                 vertical 0;
37                         };
38                 };
39         };
40 };
41
42 draghandle "";
43 expand true false;
44 constraint COPY_HEIGHT "lbl_title";
45 constraint LEFT_OF "btn_close";