From 90825e2392b2d70e43c7a25b8a3752299a933894 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/pyqt/examples3/SQL/frmconnect.ui | 245 ++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 python/pyqt/examples3/SQL/frmconnect.ui (limited to 'python/pyqt/examples3/SQL/frmconnect.ui') diff --git a/python/pyqt/examples3/SQL/frmconnect.ui b/python/pyqt/examples3/SQL/frmconnect.ui new file mode 100644 index 00000000..a6fc15cc --- /dev/null +++ b/python/pyqt/examples3/SQL/frmconnect.ui @@ -0,0 +1,245 @@ + +frmConnect + + + frmConnect + + + + 0 + 0 + 415 + 154 + + + + Connecting + + + true + + + + unnamed + + + 11 + + + 6 + + + + Layout7 + + + + unnamed + + + 0 + + + 6 + + + + buttonOK + + + &OK + + + true + + + true + + + Connect to Database + + + + + buttonCancel + + + &Cancel + + + Cancel Connecting + + + + + buttonHelp + + + &Help + + + About Connecting + + + + + spacer + + + Vertical + + + Expanding + + + + + + + grpConnection + + + + + + + unnamed + + + 11 + + + 6 + + + + txtName + + + 16 + + + Database User ID + + + + + lblDatabase + + + &Database + + + cmbDatabase + + + + + lblServer + + + &Server + + + cmbServer + + + + + lblName + + + &Name + + + txtName + + + + + cmbDatabase + + + true + + + true + + + false + + + Database Name + + + + + txtPasswd + + + 16 + + + Password + + + Database User Password + + + + + lblPasswd + + + &Password + + + txtPasswd + + + + + cmbServer + + + true + + + true + + + false + + + Database Server Address + + + + + + + + + buttonOK + clicked() + frmConnect + accept() + + + buttonCancel + clicked() + frmConnect + reject() + + + + txtName + txtPasswd + cmbServer + cmbDatabase + buttonOK + buttonCancel + buttonHelp + + + -- cgit v1.2.3