You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytqt/examples3/SQL/frmconnect.ui

246 lines
9.1 KiB

<!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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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>