]> git.tdb.fi Git - r2c2.git/blob - data/timetablepanel.ui
Add a common base class for dialogs that need to update dynamically
[r2c2.git] / data / timetablepanel.ui
1 style "group";
2 layout
3 {
4         margin
5         {
6                 horizontal 0;
7                 vertical 0;
8         };
9 };
10
11 column
12 {
13         list "lst_timetable";
14         expand true false;
15
16         row
17         {
18                 entry "ent_time"
19                 {
20                         edit_size 8 1;
21                 };
22
23                 dropdown "drp_type"
24                 {
25                         item "Arrive";
26                         item "Depart";
27                         item "Through";
28                 };
29
30                 label "lbl_target"
31                 {
32                         text "No selection";
33                 };
34         };
35
36         row
37         {
38                 button "btn_insert"
39                 {
40                         text "Ins";
41                 };
42
43                 button "btn_delete"
44                 {
45                         text "Del";
46                 };
47
48                 button "btn_apply"
49                 {
50                         text "Apply";
51                 };
52
53                 split;
54
55                 button "btn_pick"
56                 {
57                         text "Pick";
58                 };
59         };
60 };