]> git.tdb.fi Git - r2c2.git/blob - data/remote/connectdialog.ui
Add a new remote control program with GLtk-based UI
[r2c2.git] / data / remote / connectdialog.ui
1 layout
2 {
3         margin
4         {
5                 top 2;
6                 horizontal 6;
7                 bottom 8;
8         };
9 };
10
11 column
12 {
13         label ""
14         {
15                 text "Connect to server";
16         };
17
18         grid 2
19         {
20                 label ""
21                 {
22                         text "Host";
23                 };
24
25                 entry "ent_host";
26
27                 label ""
28                 {
29                         text "Port";
30                 };
31
32                 entry "ent_port";
33         };
34
35         row
36         {
37                 split;
38
39                 action_button "" 0
40                 {
41                         text "Connect";
42                 };
43         };
44 };