diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-07-28 15:46:19 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2022-07-30 17:54:15 +0000 |
commit | e602246539fd7435aaeb440fcb7f852c92c8426b (patch) | |
tree | 35e09f5d93c67158e6c1160d6d9b27ae8a0bf966 /examples3/SQL/frmconnect.ui | |
parent | b34531364d5c0d3be7056d87011afd8bd538a0e7 (diff) | |
download | pytqt-e602246539fd7435aaeb440fcb7f852c92c8426b.tar.gz pytqt-e602246539fd7435aaeb440fcb7f852c92c8426b.zip |
Remove Qt V2 support and example files
Build files for pyuic2 have been removed along with the examples for
version 2 of Qt and the build/configure scripts have been amended
accordingly. The "examples3" directory has been renamed to just
"examples".
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'examples3/SQL/frmconnect.ui')
-rw-r--r-- | examples3/SQL/frmconnect.ui | 245 |
1 files changed, 0 insertions, 245 deletions
diff --git a/examples3/SQL/frmconnect.ui b/examples3/SQL/frmconnect.ui deleted file mode 100644 index f2017ee..0000000 --- a/examples3/SQL/frmconnect.ui +++ /dev/null @@ -1,245 +0,0 @@ -<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> -<class>frmConnect</class> -<widget class="TQDialog"> - <property name="name"> - <cstring>frmConnect</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>415</width> - <height>154</height> - </rect> - </property> - <property name="caption"> - <string>Connecting</string> - </property> - <property name="sizeGripEnabled"> - <bool>true</bool> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>11</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQLayoutWidget" row="0" column="1"> - <property name="name"> - <cstring>Layout7</cstring> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQPushButton"> - <property name="name"> - <cstring>buttonOK</cstring> - </property> - <property name="text"> - <string>&OK</string> - </property> - <property name="autoDefault"> - <bool>true</bool> - </property> - <property name="default"> - <bool>true</bool> - </property> - <property name="toolTip" stdset="0"> - <string>Connect to Database</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>buttonCancel</cstring> - </property> - <property name="text"> - <string>&Cancel</string> - </property> - <property name="toolTip" stdset="0"> - <string>Cancel Connecting</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>buttonHelp</cstring> - </property> - <property name="text"> - <string>&Help</string> - </property> - <property name="toolTip" stdset="0"> - <string>About Connecting</string> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer</cstring> - </property> - <property name="orientation"> - <enum>Vertical</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - </spacer> - </vbox> - </widget> - <widget class="TQGroupBox" row="0" column="0"> - <property name="name"> - <cstring>grpConnection</cstring> - </property> - <property name="title"> - <string></string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>11</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQLineEdit" row="0" column="1"> - <property name="name"> - <cstring>txtName</cstring> - </property> - <property name="maxLength"> - <number>16</number> - </property> - <property name="toolTip" stdset="0"> - <string>Database User ID</string> - </property> - </widget> - <widget class="TQLabel" row="3" column="0"> - <property name="name"> - <cstring>lblDatabase</cstring> - </property> - <property name="text"> - <string>&Database</string> - </property> - <property name="buddy" stdset="0"> - <cstring>cmbDatabase</cstring> - </property> - </widget> - <widget class="TQLabel" row="2" column="0"> - <property name="name"> - <cstring>lblServer</cstring> - </property> - <property name="text"> - <string>&Server</string> - </property> - <property name="buddy" stdset="0"> - <cstring>cmbServer</cstring> - </property> - </widget> - <widget class="TQLabel" row="0" column="0"> - <property name="name"> - <cstring>lblName</cstring> - </property> - <property name="text"> - <string>&Name</string> - </property> - <property name="buddy" stdset="0"> - <cstring>txtName</cstring> - </property> - </widget> - <widget class="TQComboBox" row="3" column="1"> - <property name="name"> - <cstring>cmbDatabase</cstring> - </property> - <property name="editable"> - <bool>true</bool> - </property> - <property name="autoCompletion"> - <bool>true</bool> - </property> - <property name="duplicatesEnabled"> - <bool>false</bool> - </property> - <property name="toolTip" stdset="0"> - <string>Database Name</string> - </property> - </widget> - <widget class="TQLineEdit" row="1" column="1"> - <property name="name"> - <cstring>txtPasswd</cstring> - </property> - <property name="maxLength"> - <number>16</number> - </property> - <property name="echoMode"> - <enum>Password</enum> - </property> - <property name="toolTip" stdset="0"> - <string>Database User Password</string> - </property> - </widget> - <widget class="TQLabel" row="1" column="0"> - <property name="name"> - <cstring>lblPasswd</cstring> - </property> - <property name="text"> - <string>&Password</string> - </property> - <property name="buddy" stdset="0"> - <cstring>txtPasswd</cstring> - </property> - </widget> - <widget class="TQComboBox" row="2" column="1"> - <property name="name"> - <cstring>cmbServer</cstring> - </property> - <property name="editable"> - <bool>true</bool> - </property> - <property name="autoCompletion"> - <bool>true</bool> - </property> - <property name="duplicatesEnabled"> - <bool>false</bool> - </property> - <property name="toolTip" stdset="0"> - <string>Database Server Address</string> - </property> - </widget> - </grid> - </widget> - </grid> -</widget> -<connections> - <connection> - <sender>buttonOK</sender> - <signal>clicked()</signal> - <receiver>frmConnect</receiver> - <slot>accept()</slot> - </connection> - <connection> - <sender>buttonCancel</sender> - <signal>clicked()</signal> - <receiver>frmConnect</receiver> - <slot>reject()</slot> - </connection> -</connections> -<tabstops> - <tabstop>txtName</tabstop> - <tabstop>txtPasswd</tabstop> - <tabstop>cmbServer</tabstop> - <tabstop>cmbDatabase</tabstop> - <tabstop>buttonOK</tabstop> - <tabstop>buttonCancel</tabstop> - <tabstop>buttonHelp</tabstop> -</tabstops> -<layoutdefaults spacing="6" margin="11"/> -</UI> |