X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fremote%2Fconnectdialog.ui;fp=data%2Fremote%2Fconnectdialog.ui;h=3cf45fc6125cb649e816cabc7fca7515f599c2d2;hb=f8873062b146028c07f55ad625d2767e45133c27;hp=0000000000000000000000000000000000000000;hpb=a9bbf8d37a2f94a720897fe4f0ab06a016779c69;p=r2c2.git diff --git a/data/remote/connectdialog.ui b/data/remote/connectdialog.ui new file mode 100644 index 0000000..3cf45fc --- /dev/null +++ b/data/remote/connectdialog.ui @@ -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"; + }; + }; +};