From da843f0c0571fd3d67d797c8fa80e2672056af4b Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 06 Jul 2004 18:34:54 +0000 Subject: CLEANUP: make networksettings directory structure packaging-friendly --- (limited to 'noncore/settings/networksettings/mainwindow/addconnection.ui') diff --git a/noncore/settings/networksettings/mainwindow/addconnection.ui b/noncore/settings/networksettings/mainwindow/addconnection.ui new file mode 100644 index 0000000..da6cf06 --- a/dev/null +++ b/noncore/settings/networksettings/mainwindow/addconnection.ui @@ -0,0 +1,158 @@ + +AddConnection + + QDialog + + name + AddConnection + + + geometry + + 0 + 0 + 229 + 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() + + + + registeredServicesList + addButton + cancelButton + + -- cgit v0.9.0.2