From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/network/ftpclient/connectdialog.ui | 244 ++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 examples/network/ftpclient/connectdialog.ui (limited to 'examples/network/ftpclient/connectdialog.ui') diff --git a/examples/network/ftpclient/connectdialog.ui b/examples/network/ftpclient/connectdialog.ui new file mode 100644 index 0000000..1531054 --- /dev/null +++ b/examples/network/ftpclient/connectdialog.ui @@ -0,0 +1,244 @@ + +ConnectDialog + + + ConnectDialog + + + + 0 + 0 + 384 + 165 + + + + Choose host to connect to + + + true + + + + unnamed + + + + Frame3 + + + StyledPanel + + + Raised + + + + unnamed + + + + TextLabel2 + + + &Remote Host: + + + host + + + + + TextLabel5 + + + &Username: + + + username + + + + + TextLabel6 + + + &Password: + + + password + + + + + password + + + + + + Password + + + + + username + + + anonymous + + + + + Layout21 + + + + unnamed + + + + host + + + + + TextLabel3 + + + P&ort: + + + port + + + + + port + + + + 1 + 0 + 0 + 0 + + + + 1000 + + + 21 + + + + + + + + + Spacer5 + + + Vertical + + + Expanding + + + + 31 + 0 + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 0 + 20 + + + + + + buttonOk + + + OK + + + 0 + + + true + + + true + + + + + buttonCancel + + + Cancel + + + 0 + + + true + + + + + + + + + buttonOk + clicked() + ConnectDialog + accept() + + + buttonCancel + clicked() + ConnectDialog + reject() + + + + host + port + username + password + buttonOk + buttonCancel + + + -- cgit v1.2.1