mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
246 lines
6.5 KiB
XML
246 lines
6.5 KiB
XML
<ui version="4.0" >
|
|
<author>Volker Krause <vkrause@kde.org></author>
|
|
<class>KNode::PostNewsTechnicalWidgetBase</class>
|
|
<widget class="KCModule" name="PostNewsTechnicalWidgetBase" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>410</width>
|
|
<height>423</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>General</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="3" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="kcfg_generateMessageID" >
|
|
<property name="text" >
|
|
<string>&Generate message-id</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" >
|
|
<widget class="KLineEdit" name="kcfg_hostname" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" >
|
|
<widget class="QLabel" name="mHostLabel" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Ho&st name:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>kcfg_hostname</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>Enco&ding:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>mEncoding</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QComboBox" name="mEncoding" />
|
|
</item>
|
|
<item row="2" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="kcfg_UseOwnCharset" >
|
|
<property name="text" >
|
|
<string>Use o&wn default charset when replying</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" >
|
|
<widget class="QComboBox" name="mCharset" />
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="label_2" >
|
|
<property name="text" >
|
|
<string>Cha&rset:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>mCharset</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
<property name="title" >
|
|
<string>Header</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>8</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item rowspan="4" row="0" column="0" >
|
|
<widget class="QListWidget" name="mHeaderList" />
|
|
</item>
|
|
<item row="5" column="0" colspan="2" >
|
|
<widget class="QCheckBox" name="kcfg_noUserAgent" >
|
|
<property name="text" >
|
|
<string>Do not add the "&User-Agent" identification header</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1" >
|
|
<widget class="QPushButton" name="mEditButton" >
|
|
<property name="text" >
|
|
<string>&Edit...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QPushButton" name="mDeleteButton" >
|
|
<property name="text" >
|
|
<string>Dele&te</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" >
|
|
<widget class="QPushButton" name="mAddButton" >
|
|
<property name="text" >
|
|
<string>&Add...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2" >
|
|
<widget class="QLabel" name="label_4" >
|
|
<property name="text" >
|
|
<string><qt>Placeholders for replies: <b>%NAME</b>=sender's name, <b>%EMAIL</b>=sender's address</qt></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KCModule</class>
|
|
<extends></extends>
|
|
<header>kcmodule.h</header>
|
|
<container>1</container>
|
|
<pixmap></pixmap>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>KLineEdit</class>
|
|
<extends></extends>
|
|
<header>klineedit.h</header>
|
|
<container>0</container>
|
|
<pixmap></pixmap>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>kcfg_generateMessageID</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>mHostLabel</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>29</x>
|
|
<y>119</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>35</x>
|
|
<y>140</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>kcfg_generateMessageID</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>kcfg_hostname</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>126</x>
|
|
<y>116</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>131</x>
|
|
<y>133</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>mCharset</sender>
|
|
<signal>activated(int)</signal>
|
|
<receiver>PostNewsTechnicalWidgetBase</receiver>
|
|
<slot>changed()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>319</x>
|
|
<y>39</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>409</x>
|
|
<y>43</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>mEncoding</sender>
|
|
<signal>activated(int)</signal>
|
|
<receiver>PostNewsTechnicalWidgetBase</receiver>
|
|
<slot>changed()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>372</x>
|
|
<y>67</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>408</x>
|
|
<y>72</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|