mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
124 lines
4.2 KiB
XML
124 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>InvitationSettings</class>
|
|
<widget class="QWidget" name="InvitationSettings">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>572</width>
|
|
<height>297</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>Groupware Compatibility && Legacy Options</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="mLegacyMangleFromTo">
|
|
<property name="toolTip">
|
|
<string>Turn this option on in order to make Outlook(tm) understand your answers to invitation replies</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Mangle From:/To: headers in replies to invitations</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mLegacyBodyInvites">
|
|
<property name="toolTip">
|
|
<string>Turn this option on in order to make Outlook(tm) understand your answers to invitations</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Send &invitations in the mail body</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mExchangeCompatibleInvitations">
|
|
<property name="toolTip">
|
|
<string>Microsoft Outlook, when used in combination with a Microsoft Exchange server,
|
|
has a problem understanding standards-compliant groupware email.
|
|
Turn this option on to send groupware invitations in a way that Microsoft Exchange understands.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Exchange-compatible invitation &naming</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mOutlookCompatibleInvitationComments">
|
|
<property name="toolTip">
|
|
<string>Send invitation reply comments in a way that Microsoft Outlook(tm) understands.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Outlook compatible invitation reply comments</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mOutlookCompatibleInvitationComparisons">
|
|
<property name="toolTip">
|
|
<string>Display invitation update differences in the Microsoft Outlook(tm) style.</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>When viewing invitation updates, show the differences in the Microsoft Outlook style.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show invitation update differences in the Outlook style</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="mAutomaticSending">
|
|
<property name="toolTip">
|
|
<string>When this is on, the user will not see the mail composer window. Invitation mails are sent automatically.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Automatic invitation sending</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="title">
|
|
<string>Options</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="mDeleteInvitations">
|
|
<property name="text">
|
|
<string>Delete invitation emails after the reply to them has been sent</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|