]> git.tdb.fi Git - r2c2.git/blobdiff - data/remote/connectdialog.ui
Add a new remote control program with GLtk-based UI
[r2c2.git] / data / remote / connectdialog.ui
diff --git a/data/remote/connectdialog.ui b/data/remote/connectdialog.ui
new file mode 100644 (file)
index 0000000..3cf45fc
--- /dev/null
@@ -0,0 +1,44 @@
+layout
+{
+       margin
+       {
+               top 2;
+               horizontal 6;
+               bottom 8;
+       };
+};
+
+column
+{
+       label ""
+       {
+               text "Connect to server";
+       };
+
+       grid 2
+       {
+               label ""
+               {
+                       text "Host";
+               };
+
+               entry "ent_host";
+
+               label ""
+               {
+                       text "Port";
+               };
+
+               entry "ent_port";
+       };
+
+       row
+       {
+               split;
+
+               action_button "" 0
+               {
+                       text "Connect";
+               };
+       };
+};