]> git.tdb.fi Git - r2c2.git/blob - data/remote/statusbar.ui
Add a new remote control program with GLtk-based UI
[r2c2.git] / data / remote / statusbar.ui
1 layout
2 {
3         margin
4         {
5                 horizontal 6;
6                 vertical 8;
7         };
8 };
9
10 row
11 {
12         grid 3
13         {
14                 indicator "ind_power_on"
15                 {
16                         style "green";
17                 };
18                 indicator "ind_power_off"
19                 {
20                         style "red";
21                 };
22                 indicator "ind_halt";
23                 button "btn_power_on"
24                 {
25                         text "On";
26                         style "green";
27                 };
28                 button "btn_power_off"
29                 {
30                         text "Off";
31                         style "red";
32                 };
33                 constraint COPY_WIDTH "btn_power_on";
34                 button "btn_halt"
35                 {
36                         text "Halt";
37                 };
38                 constraint COPY_WIDTH "btn_power_on";
39         };
40         label "lbl_status"
41         {
42                 style "digital";
43         };
44         expand;
45 };