From 527e77d8244fb25d0bab39857eebbdfbcbfb807a Mon Sep 17 00:00:00 2001 From: benmeyer Date: Wed, 02 Oct 2002 17:22:50 +0000 Subject: Add Connection function more filled in --- (limited to 'noncore/settings/networksettings/addconnection.ui') diff --git a/noncore/settings/networksettings/addconnection.ui b/noncore/settings/networksettings/addconnection.ui new file mode 100644 index 0000000..a349804 --- a/dev/null +++ b/noncore/settings/networksettings/addconnection.ui @@ -0,0 +1,153 @@ + +AddConnection + + QDialog + + name + AddConnection + + + geometry + + 0 + 0 + 233 + 268 + + + + caption + Add Network Connection + + + + margin + 11 + + + spacing + 6 + + + QPushButton + + name + cancelButton + + + text + &Cancel + + + + QPushButton + + name + addButton + + + text + &Add + + + + QListView + + + text + Services + + + clickable + true + + + resizeable + true + + + + name + registeredServicesList + + + sizePolicy + + 7 + 3 + + + + minimumSize + + 0 + 75 + + + + + + name + Spacer12 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + help + + + sizePolicy + + 5 + 4 + + + + text + + + + alignment + WordBreak|AlignTop|AlignLeft + + + vAlign + + + wordwrap + + + + + + + cancelButton + clicked() + AddConnection + reject() + + + addButton + clicked() + AddConnection + accept() + + + -- cgit v0.9.0.2