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.
tdepim/knode/smtpaccountwidget_base.ui

224 lines
7.6 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KNConfig::SmtpAccountWidgetBase</class>
<widget class="TDECModule">
<property name="name">
<cstring>SmtpAccountWidgetBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>306</width>
<height>320</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>mUseExternalMailer</cstring>
</property>
<property name="text">
<string>&amp;Use external mailer</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>mServerLabel</cstring>
</property>
<property name="text">
<string>&amp;Server:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mServer</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>mPortLabel</cstring>
</property>
<property name="text">
<string>&amp;Port:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mPort</cstring>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>mUserLabel</cstring>
</property>
<property name="text">
<string>&amp;User:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mUser</cstring>
</property>
</widget>
<widget class="TQLabel" row="5" column="0">
<property name="name">
<cstring>mPasswordLabel</cstring>
</property>
<property name="text">
<string>Pass&amp;word:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mPassword</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>mLogin</cstring>
</property>
<property name="text">
<string>Server requires &amp;authentication</string>
</property>
</widget>
<spacer row="7" column="2">
<property name="name">
<cstring>mSpacer</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
<widget class="KLineEdit" row="5" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>mPassword</cstring>
</property>
<property name="echoMode">
<enum>Password</enum>
</property>
</widget>
<widget class="KLineEdit" row="4" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>mUser</cstring>
</property>
</widget>
<widget class="KIntNumInput" row="2" column="1">
<property name="name">
<cstring>mPort</cstring>
</property>
<property name="value">
<number>25</number>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>65536</number>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>mServer</cstring>
</property>
</widget>
<widget class="TQButtonGroup" row="6" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>mEncGroup</cstring>
</property>
<property name="title">
<string>Encryption</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>mEncNone</cstring>
</property>
<property name="text">
<string>None</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>mEncSSL</cstring>
</property>
<property name="text">
<string>SSL</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>mEncTLS</cstring>
</property>
<property name="text">
<string>TLS</string>
</property>
</widget>
</vbox>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>mServer</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>changed()</slot>
</connection>
<connection>
<sender>mPort</sender>
<signal>valueChanged(int)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>changed()</slot>
</connection>
<connection>
<sender>mUseExternalMailer</sender>
<signal>toggled(bool)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>useExternalMailerToggled(bool)</slot>
</connection>
<connection>
<sender>mUser</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>changed()</slot>
</connection>
<connection>
<sender>mPassword</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>changed()</slot>
</connection>
<connection>
<sender>mLogin</sender>
<signal>toggled(bool)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>loginToggled(bool)</slot>
</connection>
<connection>
<sender>mEncGroup</sender>
<signal>clicked(int)</signal>
<receiver>SmtpAccountWidgetBase</receiver>
<slot>changed()</slot>
</connection>
</connections>
<slots>
<slot access="protected">useExternalMailerToggled(bool)</slot>
<slot access="protected">loginToggled(bool)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in declaration">tdecmodule.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>