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.
koffice/kexi/widget/kexidbconnectionwidgetdetai...

190 lines
7.5 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KexiDBConnectionWidgetDetailsBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>KexiDBConnectionWidgetDetailsBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>297</width>
<height>171</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout8</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>chkUseSocket</cstring>
</property>
<property name="text">
<string>Use socket &amp;file instead of TCP/IP port:</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout6</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<spacer>
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox">
<property name="name">
<cstring>chkSocketDefault</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Default</string>
<comment>socket: default</comment>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>customSocketEdit</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</hbox>
</widget>
<spacer row="0" column="1">
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>129</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout9</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="KTextEdit" row="1" column="0">
<property name="name">
<cstring>descriptionEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>&amp;Description:</string>
</property>
<property name="buddy" stdset="0">
<cstring>descriptionEdit</cstring>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>chkSocketDefault</sender>
<signal>toggled(bool)</signal>
<receiver>KexiDBConnectionWidgetDetailsBase</receiver>
<slot>slotCBToggled(bool)</slot>
</connection>
<connection>
<sender>chkUseSocket</sender>
<signal>toggled(bool)</signal>
<receiver>KexiDBConnectionWidgetDetailsBase</receiver>
<slot>slotCBToggled(bool)</slot>
</connection>
</connections>
<tabstops>
<tabstop>customSocketEdit</tabstop>
<tabstop>descriptionEdit</tabstop>
<tabstop>chkUseSocket</tabstop>
<tabstop>chkSocketDefault</tabstop>
</tabstops>
<Q_SLOTS>
<slot access="protected">slotCBToggled( bool on )</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
<include location="local" impldecl="in implementation">kexidbconnectionwidgetdetailsbase.ui.h</include>
</includes>
</UI>