]> git.tdb.fi Git - r2c2.git/blob - data/clockdialog.ui
Remove a queued block reservation if the block is released
[r2c2.git] / data / clockdialog.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 "Clock";
18                 };
19
20                 split;
21
22                 action_button "btn_close" 0
23                 {
24                         style "red_cross";
25                 };
26         };
27
28         label "placeholder";
29
30         row
31         {
32                 label ""
33                 {
34                         text "Rate";
35                 };
36
37                 entry "ent_rate";
38
39                 button "btn_rate"
40                 {
41                         text "Set";
42                 };
43
44                 split;
45
46                 button "btn_stop"
47                 {
48                         text "Stop";
49                 };
50         };
51
52         row
53         {
54                 label ""
55                 {
56                         text "Time";
57                 };
58
59                 entry "ent_hour";
60
61                 label ""
62                 {
63                         text ":";
64                 };
65
66                 entry "ent_minute";
67
68                 button "btn_time"
69                 {
70                         text "Set";
71                 };
72         };
73 };
74
75 indicator "ind_stopped";
76 constraint ALIGN_LEFT "btn_stop";
77 constraint ALIGN_RIGHT "btn_stop";
78 constraint ABOVE "btn_stop";
79
80 draghandle "";
81 expand true false;
82 constraint COPY_HEIGHT "lbl_title";
83 constraint LEFT_OF "btn_close";