Warning, /pim/incidenceeditor/src/ui/dialogdesktop.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>EventOrTodoDesktop</class>
0004  <widget class="QWidget" name="EventOrTodoDesktop">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1255</width>
0010     <height>1206</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="mainVerticalLayout">
0014    <item>
0015     <widget class="CalendarSupport::MessageWidget" name="mMessageWidget" native="true">
0016      <property name="visible">
0017       <bool>true</bool>
0018      </property>
0019      <property name="toolTip">
0020       <string>A message on this incidence item</string>
0021      </property>
0022      <property name="whatsThis">
0023       <string>Use this message to correct the item parameters.</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QGridLayout" name="gridLayout">
0029      <property name="leftMargin">
0030       <number>0</number>
0031      </property>
0032      <property name="topMargin">
0033       <number>0</number>
0034      </property>
0035      <property name="rightMargin">
0036       <number>0</number>
0037      </property>
0038      <property name="bottomMargin">
0039       <number>0</number>
0040      </property>
0041      <item row="0" column="0">
0042       <widget class="QLabel" name="label">
0043        <property name="sizePolicy">
0044         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0045          <horstretch>0</horstretch>
0046          <verstretch>0</verstretch>
0047         </sizepolicy>
0048        </property>
0049        <property name="layoutDirection">
0050         <enum>Qt::LeftToRight</enum>
0051        </property>
0052        <property name="text">
0053         <string comment="@label:listbox The calendar to which the todo or event must be added">Calen&amp;dar:</string>
0054        </property>
0055        <property name="alignment">
0056         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0057        </property>
0058       </widget>
0059      </item>
0060      <item row="0" column="1">
0061       <widget class="QWidget" name="mCalSelectorPlaceHolder" native="true"/>
0062      </item>
0063      <item row="1" column="1">
0064       <widget class="QWidget" name="mInvitationBar" native="true">
0065        <layout class="QHBoxLayout" name="horizontalLayout_10">
0066         <property name="leftMargin">
0067          <number>0</number>
0068         </property>
0069         <property name="topMargin">
0070          <number>0</number>
0071         </property>
0072         <property name="rightMargin">
0073          <number>0</number>
0074         </property>
0075         <property name="bottomMargin">
0076          <number>0</number>
0077         </property>
0078         <item>
0079          <widget class="QLabel" name="label_7">
0080           <property name="text">
0081            <string comment="@info">You are Invited, what do you want to do?</string>
0082           </property>
0083          </widget>
0084         </item>
0085         <item>
0086          <widget class="QPushButton" name="mAcceptInvitationButton">
0087           <property name="toolTip">
0088            <string comment="@info:tooltip">Accept the invitation</string>
0089           </property>
0090           <property name="whatsThis">
0091            <string comment="@info:whatsthis">Click this button to accept the invitation.</string>
0092           </property>
0093           <property name="text">
0094            <string comment="@action:button Accept an invitation">Accept</string>
0095           </property>
0096           <property name="icon">
0097                   <iconset theme="dialog-ok"/>
0098           </property>
0099          </widget>
0100         </item>
0101         <item>
0102          <widget class="QPushButton" name="mDeclineInvitationButton">
0103           <property name="text">
0104            <string comment="@action:button decline an invitation">Decline</string>
0105           </property>
0106           <property name="icon">
0107                   <iconset theme="dialog-cancel"/>
0108             
0109           </property>
0110          </widget>
0111         </item>
0112         <item>
0113          <spacer name="horizontalSpacer_13">
0114           <property name="orientation">
0115            <enum>Qt::Horizontal</enum>
0116           </property>
0117           <property name="sizeHint" stdset="0">
0118            <size>
0119             <width>40</width>
0120             <height>20</height>
0121            </size>
0122           </property>
0123          </spacer>
0124         </item>
0125        </layout>
0126       </widget>
0127      </item>
0128      <item row="2" column="0">
0129       <widget class="QLabel" name="label_2">
0130        <property name="sizePolicy">
0131         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0132          <horstretch>0</horstretch>
0133          <verstretch>0</verstretch>
0134         </sizepolicy>
0135        </property>
0136        <property name="toolTip">
0137         <string comment="@info:tooltip">Set the summary</string>
0138        </property>
0139        <property name="whatsThis">
0140         <string comment="@info:whatsthis">Sets brief information that will be displayed in many places in the user interface.</string>
0141        </property>
0142        <property name="layoutDirection">
0143         <enum>Qt::LeftToRight</enum>
0144        </property>
0145        <property name="text">
0146         <string comment="@label">Summar&amp;y:</string>
0147        </property>
0148        <property name="alignment">
0149         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0150        </property>
0151        <property name="buddy">
0152         <cstring>mSummaryEdit</cstring>
0153        </property>
0154       </widget>
0155      </item>
0156      <item row="2" column="1">
0157       <widget class="QLineEdit" name="mSummaryEdit">
0158        <property name="sizePolicy">
0159         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0160          <horstretch>0</horstretch>
0161          <verstretch>0</verstretch>
0162         </sizepolicy>
0163        </property>
0164        <property name="toolTip">
0165         <string comment="@info:tooltip">Set the summary</string>
0166        </property>
0167        <property name="whatsThis">
0168         <string comment="@info:whatsthis">Sets brief information that will be displayed in many places in the user interface.</string>
0169        </property>
0170        <property name="clearButtonEnabled">
0171         <bool>true</bool>
0172        </property>
0173       </widget>
0174      </item>
0175      <item row="3" column="0">
0176       <widget class="QLabel" name="mLocationLabel">
0177        <property name="sizePolicy">
0178         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0179          <horstretch>0</horstretch>
0180          <verstretch>0</verstretch>
0181         </sizepolicy>
0182        </property>
0183        <property name="layoutDirection">
0184         <enum>Qt::LeftToRight</enum>
0185        </property>
0186        <property name="text">
0187         <string comment="@label">&amp;Location:</string>
0188        </property>
0189        <property name="alignment">
0190         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0191        </property>
0192        <property name="buddy">
0193         <cstring>mLocationEdit</cstring>
0194        </property>
0195       </widget>
0196      </item>
0197      <item row="3" column="1">
0198       <widget class="QLineEdit" name="mLocationEdit">
0199        <property name="sizePolicy">
0200         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0201          <horstretch>0</horstretch>
0202          <verstretch>0</verstretch>
0203         </sizepolicy>
0204        </property>
0205        <property name="toolTip">
0206         <string comment="@info:tooltip">Set the location</string>
0207        </property>
0208        <property name="whatsThis">
0209         <string comment="@info:whatsthis">Sets where the event or to-do will take place.</string>
0210        </property>
0211        <property name="clearButtonEnabled">
0212         <bool>true</bool>
0213        </property>
0214       </widget>
0215      </item>
0216      <item row="4" column="0" colspan="2">
0217       <widget class="Line" name="line">
0218        <property name="orientation">
0219         <enum>Qt::Horizontal</enum>
0220        </property>
0221       </widget>
0222      </item>
0223      <item row="5" column="0">
0224       <widget class="QLabel" name="mTaskLabel">
0225        <property name="text">
0226         <string comment="@label line containing to-do specific ui controls">Completion:</string>
0227        </property>
0228        <property name="alignment">
0229         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0230        </property>
0231       </widget>
0232      </item>
0233      <item row="5" column="1">
0234       <widget class="QWidget" name="mCompletionPriorityWidget" native="true">
0235        <layout class="QHBoxLayout" name="horizontalLayout_8">
0236         <property name="leftMargin">
0237          <number>0</number>
0238         </property>
0239         <property name="topMargin">
0240          <number>0</number>
0241         </property>
0242         <property name="rightMargin">
0243          <number>0</number>
0244         </property>
0245         <property name="bottomMargin">
0246          <number>0</number>
0247         </property>
0248         <item>
0249          <widget class="QSlider" name="mCompletionSlider">
0250           <property name="maximum">
0251            <number>100</number>
0252           </property>
0253           <property name="singleStep">
0254            <number>10</number>
0255           </property>
0256           <property name="tracking">
0257            <bool>true</bool>
0258           </property>
0259           <property name="orientation">
0260            <enum>Qt::Horizontal</enum>
0261           </property>
0262           <property name="tickPosition">
0263            <enum>QSlider::TicksBelow</enum>
0264           </property>
0265           <property name="tickInterval">
0266            <number>10</number>
0267           </property>
0268          </widget>
0269         </item>
0270         <item>
0271          <widget class="QLabel" name="mCompletedLabel">
0272           <property name="sizePolicy">
0273            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0274             <horstretch>0</horstretch>
0275             <verstretch>0</verstretch>
0276            </sizepolicy>
0277           </property>
0278           <property name="text">
0279            <string comment="@label:slider Showed after the to-do percentage completed slider">completed</string>
0280           </property>
0281          </widget>
0282         </item>
0283         <item>
0284          <widget class="QLabel" name="label_9">
0285           <property name="text">
0286            <string comment="@label:listbox priority of a to-do">Priority:</string>
0287           </property>
0288          </widget>
0289         </item>
0290         <item>
0291          <widget class="QComboBox" name="mPriorityCombo">
0292           <property name="currentIndex">
0293            <number>5</number>
0294           </property>
0295           <item>
0296            <property name="text">
0297             <string comment="@item:inlistbox Priority of a to-do">unspecified</string>
0298            </property>
0299           </item>
0300           <item>
0301            <property name="text">
0302             <string comment="@item:inlistbox Priority of a to-do">1 (highest)</string>
0303            </property>
0304           </item>
0305           <item>
0306            <property name="text">
0307             <string comment="@item:inlistbox Priority of a to-do">2</string>
0308            </property>
0309           </item>
0310           <item>
0311            <property name="text">
0312             <string comment="@item:inlistbox Priority of a to-do">3</string>
0313            </property>
0314           </item>
0315           <item>
0316            <property name="text">
0317             <string comment="@item:inlistbox Priority of a to-do">4</string>
0318            </property>
0319           </item>
0320           <item>
0321            <property name="text">
0322             <string comment="@item:inlistbox Priority of a to-do">5 (medium)</string>
0323            </property>
0324           </item>
0325           <item>
0326            <property name="text">
0327             <string comment="@item:inlistbox Priority of a to-do">6</string>
0328            </property>
0329           </item>
0330           <item>
0331            <property name="text">
0332             <string comment="@item:inlistbox Priority of a to-do">7</string>
0333            </property>
0334           </item>
0335           <item>
0336            <property name="text">
0337             <string comment="@item:inlistbox Priority of a to-do">8</string>
0338            </property>
0339           </item>
0340           <item>
0341            <property name="text">
0342             <string comment="@item:inlistbox Priority of a to-do">9 (lowest)</string>
0343            </property>
0344           </item>
0345          </widget>
0346         </item>
0347        </layout>
0348       </widget>
0349      </item>
0350      <item row="8" column="1">
0351       <layout class="QHBoxLayout" name="horizontalLayout_5">
0352        <item>
0353         <widget class="QCheckBox" name="mWholeDayCheck">
0354          <property name="sizePolicy">
0355           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0356            <horstretch>0</horstretch>
0357            <verstretch>0</verstretch>
0358           </sizepolicy>
0359          </property>
0360          <property name="whatsThis">
0361           <string comment="@info:whatsthis">Set if this to-do's start and due dates have times associated with them.</string>
0362          </property>
0363          <property name="text">
0364           <string comment="@option:check">All Day</string>
0365          </property>
0366          <property name="checked">
0367           <bool>true</bool>
0368          </property>
0369         </widget>
0370        </item>
0371        <item>
0372         <spacer name="horizontalSpacer_7">
0373          <property name="orientation">
0374           <enum>Qt::Horizontal</enum>
0375          </property>
0376          <property name="sizeType">
0377           <enum>QSizePolicy::Fixed</enum>
0378          </property>
0379          <property name="sizeHint" stdset="0">
0380           <size>
0381            <width>40</width>
0382            <height>20</height>
0383           </size>
0384          </property>
0385         </spacer>
0386        </item>
0387        <item>
0388         <widget class="QCheckBox" name="mFreeBusyCheck">
0389          <property name="text">
0390           <string comment="@option:check">Blocks me for other events</string>
0391          </property>
0392         </widget>
0393        </item>
0394        <item>
0395         <spacer name="horizontalSpacer_12">
0396          <property name="orientation">
0397           <enum>Qt::Horizontal</enum>
0398          </property>
0399          <property name="sizeHint" stdset="0">
0400           <size>
0401            <width>40</width>
0402            <height>20</height>
0403           </size>
0404          </property>
0405         </spacer>
0406        </item>
0407       </layout>
0408      </item>
0409      <item row="9" column="0">
0410       <widget class="QLabel" name="mStartLabel">
0411        <property name="sizePolicy">
0412         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0413          <horstretch>0</horstretch>
0414          <verstretch>0</verstretch>
0415         </sizepolicy>
0416        </property>
0417        <property name="layoutDirection">
0418         <enum>Qt::LeftToRight</enum>
0419        </property>
0420        <property name="text">
0421         <string comment="@label Start date/time of the event or todo">S&amp;tart:</string>
0422        </property>
0423        <property name="alignment">
0424         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0425        </property>
0426        <property name="buddy">
0427         <cstring>mStartDateEdit</cstring>
0428        </property>
0429       </widget>
0430      </item>
0431      <item row="9" column="1">
0432       <layout class="QHBoxLayout" name="horizontalLayout_2">
0433        <item>
0434         <widget class="QCheckBox" name="mStartCheck">
0435          <property name="text">
0436           <string/>
0437          </property>
0438         </widget>
0439        </item>
0440        <item>
0441         <widget class="KDateComboBox" name="mStartDateEdit">
0442          <property name="sizePolicy">
0443           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0444            <horstretch>0</horstretch>
0445            <verstretch>0</verstretch>
0446           </sizepolicy>
0447          </property>
0448          <property name="toolTip">
0449           <string comment="@info:tooltip">Set the start date</string>
0450          </property>
0451          <property name="whatsThis">
0452           <string comment="@info:whatsthis">Sets the start date for this to-do</string>
0453          </property>
0454         </widget>
0455        </item>
0456        <item>
0457         <widget class="KTimeComboBox" name="mStartTimeEdit">
0458          <property name="enabled">
0459           <bool>false</bool>
0460          </property>
0461          <property name="sizePolicy">
0462           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0463            <horstretch>0</horstretch>
0464            <verstretch>0</verstretch>
0465           </sizepolicy>
0466          </property>
0467          <property name="whatsThis">
0468           <string comment="@info:whatsthis">Sets the start time for this to-do.</string>
0469          </property>
0470         </widget>
0471        </item>
0472        <item>
0473         <widget class="IncidenceEditorNG::KTimeZoneComboBox" name="mTimeZoneComboStart">
0474          <property name="enabled">
0475           <bool>false</bool>
0476          </property>
0477          <property name="sizePolicy">
0478           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0479            <horstretch>0</horstretch>
0480            <verstretch>0</verstretch>
0481           </sizepolicy>
0482          </property>
0483          <property name="whatsThis">
0484           <string comment="@info:whatsthis">Select the timezone for this event. It will also affect recurrences</string>
0485          </property>
0486         </widget>
0487        </item>
0488        <item>
0489         <widget class="QLabel" name="mTimeZoneLabel">
0490          <property name="sizePolicy">
0491           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0492            <horstretch>0</horstretch>
0493            <verstretch>0</verstretch>
0494           </sizepolicy>
0495          </property>
0496          <property name="font">
0497           <font>
0498            <underline>false</underline>
0499           </font>
0500          </property>
0501          <property name="text">
0502           <string comment="@action">&lt;a href=&quot;hide&quot;&gt;&amp;lt;&amp;lt; Time zones&lt;/a&gt;</string>
0503          </property>
0504          <property name="textFormat">
0505           <enum>Qt::RichText</enum>
0506          </property>
0507          <property name="alignment">
0508           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0509          </property>
0510         </widget>
0511        </item>
0512        <item>
0513         <spacer name="horizontalSpacer_2">
0514          <property name="orientation">
0515           <enum>Qt::Horizontal</enum>
0516          </property>
0517          <property name="sizeHint" stdset="0">
0518           <size>
0519            <width>40</width>
0520            <height>20</height>
0521           </size>
0522          </property>
0523         </spacer>
0524        </item>
0525       </layout>
0526      </item>
0527      <item row="10" column="0">
0528       <widget class="QLabel" name="mEndLabel">
0529        <property name="sizePolicy">
0530         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0531          <horstretch>0</horstretch>
0532          <verstretch>0</verstretch>
0533         </sizepolicy>
0534        </property>
0535        <property name="layoutDirection">
0536         <enum>Qt::LeftToRight</enum>
0537        </property>
0538        <property name="text">
0539         <string comment="@label end date/time for an event or to-do">E&amp;nd:</string>
0540        </property>
0541        <property name="alignment">
0542         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0543        </property>
0544        <property name="buddy">
0545         <cstring>mEndDateEdit</cstring>
0546        </property>
0547       </widget>
0548      </item>
0549      <item row="10" column="1">
0550       <layout class="QHBoxLayout" name="horizontalLayout_4">
0551        <item>
0552         <widget class="QCheckBox" name="mEndCheck">
0553          <property name="text">
0554           <string/>
0555          </property>
0556         </widget>
0557        </item>
0558        <item>
0559         <widget class="KDateComboBox" name="mEndDateEdit">
0560          <property name="sizePolicy">
0561           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0562            <horstretch>0</horstretch>
0563            <verstretch>0</verstretch>
0564           </sizepolicy>
0565          </property>
0566          <property name="whatsThis">
0567           <string comment="@info:whatsthis">Sets the due date for this to-do.</string>
0568          </property>
0569         </widget>
0570        </item>
0571        <item>
0572         <widget class="KTimeComboBox" name="mEndTimeEdit">
0573          <property name="enabled">
0574           <bool>false</bool>
0575          </property>
0576          <property name="sizePolicy">
0577           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0578            <horstretch>0</horstretch>
0579            <verstretch>0</verstretch>
0580           </sizepolicy>
0581          </property>
0582          <property name="whatsThis">
0583           <string comment="@info:whatsthis">Sets the due time for this to-do.</string>
0584          </property>
0585         </widget>
0586        </item>
0587        <item>
0588         <widget class="IncidenceEditorNG::KTimeZoneComboBox" name="mTimeZoneComboEnd">
0589          <property name="enabled">
0590           <bool>false</bool>
0591          </property>
0592          <property name="sizePolicy">
0593           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0594            <horstretch>0</horstretch>
0595            <verstretch>0</verstretch>
0596           </sizepolicy>
0597          </property>
0598          <property name="whatsThis">
0599           <string comment="@info:whatsthis">Select the timezone for this event. It will also affect recurrences</string>
0600          </property>
0601         </widget>
0602        </item>
0603        <item>
0604         <spacer name="horizontalSpacer">
0605          <property name="orientation">
0606           <enum>Qt::Horizontal</enum>
0607          </property>
0608          <property name="sizeHint" stdset="0">
0609           <size>
0610            <width>40</width>
0611            <height>0</height>
0612           </size>
0613          </property>
0614         </spacer>
0615        </item>
0616       </layout>
0617      </item>
0618      <item row="11" column="0" colspan="2">
0619       <widget class="Line" name="line_2">
0620        <property name="orientation">
0621         <enum>Qt::Horizontal</enum>
0622        </property>
0623       </widget>
0624      </item>
0625      <item row="6" column="0" colspan="2">
0626       <widget class="KSeparator" name="mTaskSeparator"/>
0627      </item>
0628      <item row="12" column="0" colspan="2">
0629       <widget class="QTabWidget" name="mTabWidget">
0630        <property name="currentIndex">
0631         <number>0</number>
0632        </property>
0633        <widget class="QWidget" name="mGeneralTab">
0634         <attribute name="title">
0635          <string comment="@title:tab General settings for an event or to-do">General</string>
0636         </attribute>
0637         <layout class="QGridLayout" name="gridLayout_9">
0638          <item row="2" column="1">
0639           <widget class="Akonadi::TagWidget" name="mTagWidget" native="true"/>
0640          </item>
0641          <item row="2" column="2">
0642           <widget class="QLabel" name="mSecrecyLabel">
0643            <property name="sizePolicy">
0644             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0645              <horstretch>0</horstretch>
0646              <verstretch>0</verstretch>
0647             </sizepolicy>
0648            </property>
0649            <property name="toolTip">
0650             <string comment="@info:tooltip">Set the secrecy level</string>
0651            </property>
0652            <property name="whatsThis">
0653             <string comment="@info:whatsthis">Sets whether the access to this event or to-do is restricted. Please note that KOrganizer currently does not use this setting, so the implementation of the restrictions will depend on the groupware server. This means that events or to-dos marked as private or confidential may be visible to others.</string>
0654            </property>
0655            <property name="text">
0656             <string comment="@label:listbox sets the privacy option of the event or to-do">Access:</string>
0657            </property>
0658            <property name="alignment">
0659             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0660            </property>
0661           </widget>
0662          </item>
0663          <item row="0" column="0" colspan="4">
0664           <layout class="QHBoxLayout" name="horizontalLayout_6">
0665            <item>
0666             <widget class="QWidget" name="mEditToolBarPlaceHolder" native="true"/>
0667            </item>
0668            <item>
0669             <widget class="QLabel" name="mRichTextLabel">
0670              <property name="sizePolicy">
0671               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0672                <horstretch>0</horstretch>
0673                <verstretch>0</verstretch>
0674               </sizepolicy>
0675              </property>
0676              <property name="text">
0677               <string comment="@label">&lt;a href=\&quot;hide\&quot;&gt;Rich text &amp;gt;&amp;gt;&lt;/a&gt;</string>
0678              </property>
0679              <property name="textFormat">
0680               <enum>Qt::RichText</enum>
0681              </property>
0682             </widget>
0683            </item>
0684            <item>
0685             <spacer name="horizontalSpacer_9">
0686              <property name="orientation">
0687               <enum>Qt::Horizontal</enum>
0688              </property>
0689              <property name="sizeHint" stdset="0">
0690               <size>
0691                <width>40</width>
0692                <height>20</height>
0693               </size>
0694              </property>
0695             </spacer>
0696            </item>
0697           </layout>
0698          </item>
0699          <item row="2" column="0">
0700           <widget class="QLabel" name="mCategoryLabel">
0701            <property name="sizePolicy">
0702             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0703              <horstretch>0</horstretch>
0704              <verstretch>0</verstretch>
0705             </sizepolicy>
0706            </property>
0707            <property name="text">
0708             <string comment="@label">Tags:</string>
0709            </property>
0710           </widget>
0711          </item>
0712          <item row="2" column="3">
0713           <widget class="QComboBox" name="mSecrecyCombo">
0714            <property name="toolTip">
0715             <string comment="@info:tooltip">Set the secrecy level</string>
0716            </property>
0717            <property name="whatsThis">
0718             <string comment="@info:whatsthis">Sets whether the access to this event or to-do is restricted. Please note that KOrganizer currently does not use this setting, so the implementation of the restrictions will depend on the groupware server. This means that events or to-dos marked as private or confidential may be visible to others.</string>
0719            </property>
0720           </widget>
0721          </item>
0722          <item row="1" column="0" colspan="4">
0723           <widget class="KPIMTextEdit::RichTextComposerWidget" name="mDescriptionEdit"/>
0724          </item>
0725         </layout>
0726        </widget>
0727        <widget class="QWidget" name="mAttendeesTab">
0728         <attribute name="title">
0729          <string comment="@title:tab attendees of this event or to-do">Attendees</string>
0730         </attribute>
0731         <layout class="QGridLayout" name="gridLayout_3">
0732          <item row="0" column="0">
0733           <widget class="QLabel" name="label_3">
0734            <property name="text">
0735             <string comment="@label:listbox">Meeting organizer:</string>
0736            </property>
0737            <property name="alignment">
0738             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0739            </property>
0740           </widget>
0741          </item>
0742          <item row="0" column="1">
0743           <widget class="QStackedWidget" name="mOrganizerStack">
0744            <property name="sizePolicy">
0745             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0746              <horstretch>0</horstretch>
0747              <verstretch>0</verstretch>
0748             </sizepolicy>
0749            </property>
0750            <property name="currentIndex">
0751             <number>0</number>
0752            </property>
0753            <widget class="QWidget" name="page">
0754             <layout class="QGridLayout" name="gridLayout_2">
0755              <property name="leftMargin">
0756               <number>0</number>
0757              </property>
0758              <property name="topMargin">
0759               <number>0</number>
0760              </property>
0761              <property name="rightMargin">
0762               <number>0</number>
0763              </property>
0764              <property name="bottomMargin">
0765               <number>0</number>
0766              </property>
0767              <item row="0" column="0">
0768               <widget class="QComboBox" name="mOrganizerCombo">
0769                <property name="sizePolicy">
0770                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0771                  <horstretch>0</horstretch>
0772                  <verstretch>0</verstretch>
0773                 </sizepolicy>
0774                </property>
0775                <property name="toolTip">
0776                 <string comment="@info:tooltip">Set the organizer identity</string>
0777                </property>
0778                <property name="whatsThis">
0779                 <string comment="@info:whatsthis">Sets the identity corresponding to the organizer of this to-do or event. Identities can be set in the 'Personal' section of the KOrganizer configuration. In addition, identities are gathered from your KMail settings and from your address book.</string>
0780                </property>
0781               </widget>
0782              </item>
0783             </layout>
0784            </widget>
0785            <widget class="QWidget" name="page_2">
0786             <widget class="QLabel" name="mOrganizerLabel">
0787              <property name="geometry">
0788               <rect>
0789                <x>0</x>
0790                <y>7</y>
0791                <width>1000</width>
0792                <height>22</height>
0793               </rect>
0794              </property>
0795              <property name="sizePolicy">
0796               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0797                <horstretch>0</horstretch>
0798                <verstretch>0</verstretch>
0799               </sizepolicy>
0800              </property>
0801              <property name="text">
0802               <string comment="KDE::DoNotExtract">TextLabel</string>
0803              </property>
0804             </widget>
0805            </widget>
0806           </widget>
0807          </item>
0808          <item row="1" column="0">
0809           <widget class="QLabel" name="label_5">
0810            <property name="text">
0811             <string comment="@label participants of this event or to-do">Participants:</string>
0812            </property>
0813            <property name="alignment">
0814             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0815            </property>
0816           </widget>
0817          </item>
0818          <item row="1" column="1">
0819           <layout class="QHBoxLayout" name="horizontalLayout_7">
0820            <item>
0821             <widget class="QLabel" name="mConflictsLabel">
0822              <property name="text">
0823               <string/>
0824              </property>
0825             </widget>
0826            </item>
0827            <item>
0828             <widget class="QPushButton" name="mSolveButton">
0829              <property name="toolTip">
0830               <string comment="@info:tooltip">Schedule the meeting with your attendees.</string>
0831              </property>
0832              <property name="whatsThis">
0833               <string comment="@info:whatsthis">Opens the scheduling dialog, which will assist in picking a time slot that works for all attendees.</string>
0834              </property>
0835              <property name="text">
0836               <string comment="@action:button">Schedule...</string>
0837              </property>
0838             </widget>
0839            </item>
0840            <item>
0841             <spacer name="horizontalSpacer_5">
0842              <property name="orientation">
0843               <enum>Qt::Horizontal</enum>
0844              </property>
0845              <property name="sizeHint" stdset="0">
0846               <size>
0847                <width>13</width>
0848                <height>35</height>
0849               </size>
0850              </property>
0851             </spacer>
0852            </item>
0853            <item>
0854             <widget class="QPushButton" name="mGroupSubstitution">
0855              <property name="enabled">
0856               <bool>false</bool>
0857              </property>
0858              <property name="text">
0859               <string>Substitute with group members</string>
0860              </property>
0861             </widget>
0862            </item>
0863            <item>
0864             <widget class="QPushButton" name="mSelectButton">
0865              <property name="toolTip">
0866               <string comment="@info:tooltip">Select attendees from your address book.</string>
0867              </property>
0868              <property name="whatsThis">
0869               <string comment="@info:whatsthis">Opens your address book, allowing you to select new attendees from it.</string>
0870              </property>
0871              <property name="text">
0872               <string comment="@action:button">Select Attendees...</string>
0873              </property>
0874              <property name="icon">
0875                      <iconset theme="select"/>
0876                
0877              </property>
0878             </widget>
0879            </item>
0880           </layout>
0881          </item>
0882          <item row="2" column="0">
0883           <widget class="QLabel" name="label_4">
0884            <property name="text">
0885             <string>Privacy:</string>
0886            </property>
0887            <property name="alignment">
0888             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0889            </property>
0890           </widget>
0891          </item>
0892          <item row="2" column="1">
0893           <layout class="QHBoxLayout" name="horizontalLayout_12">
0894            <item>
0895             <widget class="QCheckBox" name="mSignItip">
0896              <property name="text">
0897               <string>Sign Invitation Email</string>
0898              </property>
0899              <property name="icon">
0900               <iconset theme="document-sign"/>
0901              </property>
0902             </widget>
0903            </item>
0904            <item>
0905             <widget class="QCheckBox" name="mEncryptItip">
0906              <property name="text">
0907               <string>Encrypt Invitation Email</string>
0908              </property>
0909              <property name="icon">
0910               <iconset theme="document-encrypt"/>
0911              </property>
0912             </widget>
0913            </item>
0914           </layout>
0915          </item>
0916          <item row="3" column="0" colspan="2">
0917           <widget class="QTableView" name="mAttendeeTable">
0918            <property name="editTriggers">
0919             <set>QAbstractItemView::AllEditTriggers</set>
0920            </property>
0921            <attribute name="verticalHeaderVisible">
0922             <bool>false</bool>
0923            </attribute>
0924           </widget>
0925          </item>
0926         </layout>
0927        </widget>
0928        <widget class="QWidget" name="mResourceTab">
0929         <attribute name="title">
0930          <string>Resources</string>
0931         </attribute>
0932         <layout class="QGridLayout" name="gridLayout_5">
0933          <item row="0" column="0">
0934           <widget class="QTableView" name="mResourcesTable">
0935            <property name="editTriggers">
0936             <set>QAbstractItemView::AllEditTriggers</set>
0937            </property>
0938            <property name="showGrid">
0939             <bool>true</bool>
0940            </property>
0941            <property name="gridStyle">
0942             <enum>Qt::SolidLine</enum>
0943            </property>
0944            <property name="wordWrap">
0945             <bool>false</bool>
0946            </property>
0947            <attribute name="horizontalHeaderHighlightSections">
0948             <bool>false</bool>
0949            </attribute>
0950            <attribute name="verticalHeaderVisible">
0951             <bool>false</bool>
0952            </attribute>
0953           </widget>
0954          </item>
0955          <item row="1" column="0">
0956           <layout class="QHBoxLayout" name="horizontalLayout_11">
0957            <item>
0958             <widget class="KLineEdit" name="mNewResource">
0959              <property name="trapEnterKeyEvent" stdset="0">
0960               <bool>true</bool>
0961              </property>
0962              <property name="showClearButton" stdset="0">
0963               <bool>true</bool>
0964              </property>
0965             </widget>
0966            </item>
0967            <item>
0968             <widget class="QPushButton" name="mBookResourceButton">
0969              <property name="text">
0970               <string>Book Resource</string>
0971              </property>
0972              <property name="autoDefault">
0973               <bool>false</bool>
0974              </property>
0975              <property name="default">
0976               <bool>false</bool>
0977              </property>
0978             </widget>
0979            </item>
0980            <item>
0981             <spacer name="horizontalSpacer_14">
0982              <property name="orientation">
0983               <enum>Qt::Horizontal</enum>
0984              </property>
0985              <property name="sizeType">
0986               <enum>QSizePolicy::Preferred</enum>
0987              </property>
0988              <property name="sizeHint" stdset="0">
0989               <size>
0990                <width>40</width>
0991                <height>0</height>
0992               </size>
0993              </property>
0994             </spacer>
0995            </item>
0996            <item>
0997             <widget class="QPushButton" name="mFindResourcesButton">
0998              <property name="text">
0999               <string>Find Resources...</string>
1000              </property>
1001              <property name="icon">
1002                      <iconset theme="search"/>
1003                
1004              </property>
1005             </widget>
1006            </item>
1007           </layout>
1008          </item>
1009         </layout>
1010        </widget>
1011        <widget class="QWidget" name="mReminderTab">
1012         <attribute name="title">
1013          <string comment="@title:tab Tab to configure reminders for events or to-do">Reminder</string>
1014         </attribute>
1015         <layout class="QGridLayout" name="gridLayout_17">
1016          <item row="0" column="0">
1017           <widget class="QLabel" name="mQuickAddReminderLabel">
1018            <property name="sizePolicy">
1019             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1020              <horstretch>0</horstretch>
1021              <verstretch>0</verstretch>
1022             </sizepolicy>
1023            </property>
1024            <property name="text">
1025             <string comment="@label">Add default reminder:</string>
1026            </property>
1027           </widget>
1028          </item>
1029          <item row="0" column="1">
1030           <widget class="QComboBox" name="mAlarmPresetCombo">
1031            <property name="sizePolicy">
1032             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1033              <horstretch>0</horstretch>
1034              <verstretch>0</verstretch>
1035             </sizepolicy>
1036            </property>
1037           </widget>
1038          </item>
1039          <item row="0" column="2">
1040           <widget class="QPushButton" name="mAlarmAddPresetButton">
1041            <property name="sizePolicy">
1042             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1043              <horstretch>0</horstretch>
1044              <verstretch>0</verstretch>
1045             </sizepolicy>
1046            </property>
1047            <property name="text">
1048             <string comment="@action:button Adds an reminder">Add</string>
1049            </property>
1050            <property name="icon">
1051                    <iconset theme="list-add"/>
1052              
1053            </property>
1054           </widget>
1055          </item>
1056          <item row="0" column="3">
1057           <spacer name="horizontalSpacer_3">
1058            <property name="orientation">
1059             <enum>Qt::Horizontal</enum>
1060            </property>
1061            <property name="sizeHint" stdset="0">
1062             <size>
1063              <width>141</width>
1064              <height>22</height>
1065             </size>
1066            </property>
1067           </spacer>
1068          </item>
1069          <item row="1" column="0" rowspan="5" colspan="4">
1070           <widget class="QListWidget" name="mAlarmList">
1071            <property name="editTriggers">
1072             <set>QAbstractItemView::NoEditTriggers</set>
1073            </property>
1074           </widget>
1075          </item>
1076          <item row="1" column="4">
1077           <widget class="QPushButton" name="mAlarmNewButton">
1078            <property name="text">
1079             <string comment="@action:button create a new reminder">New</string>
1080            </property>
1081            <property name="icon">
1082                    <iconset theme="entry-new"/>
1083              
1084            </property>
1085           </widget>
1086          </item>
1087          <item row="2" column="4">
1088           <widget class="QPushButton" name="mAlarmConfigureButton">
1089            <property name="text">
1090             <string comment="@action:button modify the selected reminder">Modify</string>
1091            </property>
1092            <property name="icon">
1093                    <iconset theme="entry-edit"/>
1094              
1095            </property>
1096           </widget>
1097          </item>
1098          <item row="3" column="4">
1099           <widget class="QPushButton" name="mAlarmToggleButton">
1100            <property name="text">
1101             <string comment="@action:button disables selected reminder">Disable</string>
1102            </property>
1103           </widget>
1104          </item>
1105          <item row="4" column="4">
1106           <widget class="QPushButton" name="mAlarmRemoveButton">
1107            <property name="text">
1108             <string comment="@action:button removes selected reminders">Remove</string>
1109            </property>
1110            <property name="icon">
1111                    <iconset theme="list-remove"/>
1112              
1113            </property>
1114           </widget>
1115          </item>
1116          <item row="5" column="4">
1117           <spacer name="verticalSpacer">
1118            <property name="orientation">
1119             <enum>Qt::Vertical</enum>
1120            </property>
1121            <property name="sizeHint" stdset="0">
1122             <size>
1123              <width>88</width>
1124              <height>126</height>
1125             </size>
1126            </property>
1127           </spacer>
1128          </item>
1129         </layout>
1130        </widget>
1131        <widget class="QWidget" name="mRecurrenceTab">
1132         <attribute name="title">
1133          <string comment="@title:tab">Recurrence</string>
1134         </attribute>
1135         <layout class="QGridLayout" name="gridLayout_19" columnstretch="0,1,0">
1136          <item row="0" column="0">
1137           <widget class="QLabel" name="mRepeatLabel">
1138            <property name="sizePolicy">
1139             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1140              <horstretch>0</horstretch>
1141              <verstretch>0</verstretch>
1142             </sizepolicy>
1143            </property>
1144            <property name="text">
1145             <string comment="@label whether or not this event or to-do repeats">Repeats:</string>
1146            </property>
1147            <property name="alignment">
1148             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1149            </property>
1150           </widget>
1151          </item>
1152          <item row="0" column="1" colspan="2">
1153           <layout class="QHBoxLayout" name="horizontalLayout_9">
1154            <item>
1155             <widget class="QComboBox" name="mRecurrenceTypeCombo">
1156              <property name="sizePolicy">
1157               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1158                <horstretch>0</horstretch>
1159                <verstretch>0</verstretch>
1160               </sizepolicy>
1161              </property>
1162              <item>
1163               <property name="text">
1164                <string comment="@item:inlistbox Lets the user chose how often an event recurs">Never</string>
1165               </property>
1166              </item>
1167              <item>
1168               <property name="text">
1169                <string comment="@item:inlistbox Lets the user chose how often an event recurs">Daily</string>
1170               </property>
1171              </item>
1172              <item>
1173               <property name="text">
1174                <string comment="@item:inlistbox Lets the user chose how often an event recurs">Weekly</string>
1175               </property>
1176              </item>
1177              <item>
1178               <property name="text">
1179                <string comment="@item:inlistbox Lets the user chose how often an event recurs">Monthly</string>
1180               </property>
1181              </item>
1182              <item>
1183               <property name="text">
1184                <string comment="@item:inlistbox Lets the user chose how often an event recurs">Yearly</string>
1185               </property>
1186              </item>
1187             </widget>
1188            </item>
1189            <item>
1190             <widget class="QLabel" name="mFrequencyLabel">
1191              <property name="sizePolicy">
1192               <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1193                <horstretch>0</horstretch>
1194                <verstretch>0</verstretch>
1195               </sizepolicy>
1196              </property>
1197              <property name="text">
1198               <string comment="@label repeats every [various options]">every</string>
1199              </property>
1200             </widget>
1201            </item>
1202            <item>
1203             <widget class="QSpinBox" name="mFrequencyEdit">
1204              <property name="sizePolicy">
1205               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1206                <horstretch>0</horstretch>
1207                <verstretch>0</verstretch>
1208               </sizepolicy>
1209              </property>
1210              <property name="minimum">
1211               <number>1</number>
1212              </property>
1213              <property name="maximum">
1214               <number>999</number>
1215              </property>
1216              <property name="value">
1217               <number>1</number>
1218              </property>
1219             </widget>
1220            </item>
1221            <item>
1222             <widget class="QLabel" name="mRecurrenceRuleLabel">
1223              <property name="sizePolicy">
1224               <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1225                <horstretch>0</horstretch>
1226                <verstretch>0</verstretch>
1227               </sizepolicy>
1228              </property>
1229              <property name="text">
1230               <string comment="@label Event or todo recurs every n day(s)">day(s)</string>
1231              </property>
1232             </widget>
1233            </item>
1234            <item>
1235             <widget class="QCheckBox" name="mThisAndFutureCheck">
1236              <property name="text">
1237               <string>This and future occurrences.</string>
1238              </property>
1239             </widget>
1240            </item>
1241            <item>
1242             <spacer name="horizontalSpacer_10">
1243              <property name="orientation">
1244               <enum>Qt::Horizontal</enum>
1245              </property>
1246              <property name="sizeHint" stdset="0">
1247               <size>
1248                <width>40</width>
1249                <height>20</height>
1250               </size>
1251              </property>
1252             </spacer>
1253            </item>
1254           </layout>
1255          </item>
1256          <item row="1" column="1" colspan="2">
1257           <widget class="QStackedWidget" name="mRepeatStack">
1258            <property name="sizePolicy">
1259             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1260              <horstretch>0</horstretch>
1261              <verstretch>0</verstretch>
1262             </sizepolicy>
1263            </property>
1264            <property name="currentIndex">
1265             <number>2</number>
1266            </property>
1267            <widget class="QWidget" name="never_page"/>
1268            <widget class="QWidget" name="daily_page">
1269             <layout class="QGridLayout" name="gridLayout_11">
1270              <property name="leftMargin">
1271               <number>0</number>
1272              </property>
1273              <property name="topMargin">
1274               <number>0</number>
1275              </property>
1276              <property name="rightMargin">
1277               <number>0</number>
1278              </property>
1279              <property name="bottomMargin">
1280               <number>0</number>
1281              </property>
1282             </layout>
1283            </widget>
1284            <widget class="QWidget" name="weekly_page">
1285             <layout class="QGridLayout" name="gridLayout_4">
1286              <property name="leftMargin">
1287               <number>0</number>
1288              </property>
1289              <property name="topMargin">
1290               <number>0</number>
1291              </property>
1292              <property name="rightMargin">
1293               <number>0</number>
1294              </property>
1295              <property name="bottomMargin">
1296               <number>0</number>
1297              </property>
1298              <item row="0" column="0">
1299               <widget class="IncidenceEditorNG::KWeekdayCheckCombo" name="mWeekDayCombo">
1300                <property name="sizePolicy">
1301                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1302                  <horstretch>0</horstretch>
1303                  <verstretch>0</verstretch>
1304                 </sizepolicy>
1305                </property>
1306                <property name="sizeAdjustPolicy">
1307                 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
1308                </property>
1309               </widget>
1310              </item>
1311             </layout>
1312            </widget>
1313            <widget class="QWidget" name="Monthly">
1314             <layout class="QGridLayout" name="gridLayout_6">
1315              <property name="leftMargin">
1316               <number>0</number>
1317              </property>
1318              <property name="topMargin">
1319               <number>0</number>
1320              </property>
1321              <property name="rightMargin">
1322               <number>0</number>
1323              </property>
1324              <property name="bottomMargin">
1325               <number>0</number>
1326              </property>
1327              <item row="0" column="0">
1328               <widget class="QComboBox" name="mMonthlyCombo">
1329                <property name="sizePolicy">
1330                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1331                  <horstretch>0</horstretch>
1332                  <verstretch>0</verstretch>
1333                 </sizepolicy>
1334                </property>
1335                <property name="sizeAdjustPolicy">
1336                 <enum>QComboBox::AdjustToContents</enum>
1337                </property>
1338               </widget>
1339              </item>
1340              <item row="0" column="1">
1341               <spacer name="horizontalSpacer_11">
1342                <property name="orientation">
1343                 <enum>Qt::Horizontal</enum>
1344                </property>
1345                <property name="sizeHint" stdset="0">
1346                 <size>
1347                  <width>40</width>
1348                  <height>20</height>
1349                 </size>
1350                </property>
1351               </spacer>
1352              </item>
1353             </layout>
1354            </widget>
1355            <widget class="QWidget" name="yearly_page">
1356             <layout class="QGridLayout" name="gridLayout_7">
1357              <property name="leftMargin">
1358               <number>0</number>
1359              </property>
1360              <property name="topMargin">
1361               <number>0</number>
1362              </property>
1363              <property name="rightMargin">
1364               <number>0</number>
1365              </property>
1366              <property name="bottomMargin">
1367               <number>0</number>
1368              </property>
1369              <item row="0" column="0">
1370               <widget class="QComboBox" name="mYearlyCombo">
1371                <property name="sizePolicy">
1372                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1373                  <horstretch>0</horstretch>
1374                  <verstretch>0</verstretch>
1375                 </sizepolicy>
1376                </property>
1377                <property name="sizeAdjustPolicy">
1378                 <enum>QComboBox::AdjustToContents</enum>
1379                </property>
1380               </widget>
1381              </item>
1382              <item row="0" column="1">
1383               <spacer name="horizontalSpacer_8">
1384                <property name="orientation">
1385                 <enum>Qt::Horizontal</enum>
1386                </property>
1387                <property name="sizeHint" stdset="0">
1388                 <size>
1389                  <width>40</width>
1390                  <height>20</height>
1391                 </size>
1392                </property>
1393               </spacer>
1394              </item>
1395             </layout>
1396            </widget>
1397           </widget>
1398          </item>
1399          <item row="2" column="0">
1400           <widget class="QLabel" name="mRecurrenceEndLabel">
1401            <property name="sizePolicy">
1402             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1403              <horstretch>0</horstretch>
1404              <verstretch>0</verstretch>
1405             </sizepolicy>
1406            </property>
1407            <property name="text">
1408             <string comment="@label recurrence ends on|after">Ends:</string>
1409            </property>
1410            <property name="alignment">
1411             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1412            </property>
1413           </widget>
1414          </item>
1415          <item row="2" column="1" colspan="2">
1416           <layout class="QHBoxLayout" name="horizontalLayout">
1417            <property name="spacing">
1418             <number>0</number>
1419            </property>
1420            <item>
1421             <widget class="QComboBox" name="mRecurrenceEndCombo">
1422              <property name="sizePolicy">
1423               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1424                <horstretch>0</horstretch>
1425                <verstretch>0</verstretch>
1426               </sizepolicy>
1427              </property>
1428              <item>
1429               <property name="text">
1430                <string comment="@item:inlistbox Specifies when a recurring events end">never</string>
1431               </property>
1432              </item>
1433              <item>
1434               <property name="text">
1435                <string comment="@item:inlistbox Specifies when a recurring events end">on</string>
1436               </property>
1437              </item>
1438              <item>
1439               <property name="text">
1440                <string comment="@item:inlistbox Specifies when a recurring events end">after</string>
1441               </property>
1442              </item>
1443             </widget>
1444            </item>
1445            <item>
1446             <widget class="QStackedWidget" name="mRecurrenceEndStack">
1447              <property name="sizePolicy">
1448               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1449                <horstretch>0</horstretch>
1450                <verstretch>0</verstretch>
1451               </sizepolicy>
1452              </property>
1453              <property name="currentIndex">
1454               <number>2</number>
1455              </property>
1456              <widget class="QWidget" name="no_end">
1457               <layout class="QGridLayout" name="gridLayout_16">
1458                <property name="leftMargin">
1459                 <number>0</number>
1460                </property>
1461                <property name="topMargin">
1462                 <number>0</number>
1463                </property>
1464                <property name="rightMargin">
1465                 <number>0</number>
1466                </property>
1467                <property name="bottomMargin">
1468                 <number>0</number>
1469                </property>
1470               </layout>
1471              </widget>
1472              <widget class="QWidget" name="end_on">
1473               <layout class="QGridLayout" name="gridLayout_14">
1474                <property name="leftMargin">
1475                 <number>0</number>
1476                </property>
1477                <property name="topMargin">
1478                 <number>0</number>
1479                </property>
1480                <property name="rightMargin">
1481                 <number>0</number>
1482                </property>
1483                <property name="bottomMargin">
1484                 <number>0</number>
1485                </property>
1486                <item row="0" column="0">
1487                 <widget class="KDateComboBox" name="mRecurrenceEndDate">
1488                  <property name="sizePolicy">
1489                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1490                    <horstretch>0</horstretch>
1491                    <verstretch>0</verstretch>
1492                   </sizepolicy>
1493                  </property>
1494                  <property name="whatsThis">
1495                   <string comment="@info:whatsthis">Date after which the event or to-do should stop recurring</string>
1496                  </property>
1497                 </widget>
1498                </item>
1499                <item row="0" column="1">
1500                 <spacer name="horizontalSpacer_6">
1501                  <property name="orientation">
1502                   <enum>Qt::Horizontal</enum>
1503                  </property>
1504                  <property name="sizeHint" stdset="0">
1505                   <size>
1506                    <width>276</width>
1507                    <height>18</height>
1508                   </size>
1509                  </property>
1510                 </spacer>
1511                </item>
1512               </layout>
1513              </widget>
1514              <widget class="QWidget" name="end_after">
1515               <layout class="QGridLayout" name="gridLayout_10">
1516                <property name="leftMargin">
1517                 <number>0</number>
1518                </property>
1519                <property name="topMargin">
1520                 <number>0</number>
1521                </property>
1522                <property name="rightMargin">
1523                 <number>0</number>
1524                </property>
1525                <property name="bottomMargin">
1526                 <number>0</number>
1527                </property>
1528                <property name="horizontalSpacing">
1529                 <number>0</number>
1530                </property>
1531                <item row="0" column="0">
1532                 <widget class="QSpinBox" name="mEndDurationEdit">
1533                  <property name="minimum">
1534                   <number>1</number>
1535                  </property>
1536                  <property name="maximum">
1537                   <number>9999</number>
1538                  </property>
1539                 </widget>
1540                </item>
1541                <item row="0" column="1">
1542                 <widget class="QLabel" name="mRecurrenceOccurrencesLabel">
1543                  <property name="sizePolicy">
1544                   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
1545                    <horstretch>0</horstretch>
1546                    <verstretch>0</verstretch>
1547                   </sizepolicy>
1548                  </property>
1549                  <property name="text">
1550                   <string comment="@label">occurrence(s)</string>
1551                  </property>
1552                 </widget>
1553                </item>
1554               </layout>
1555              </widget>
1556             </widget>
1557            </item>
1558           </layout>
1559          </item>
1560          <item row="3" column="0" rowspan="2">
1561           <widget class="QLabel" name="mExceptionsLabel">
1562            <property name="sizePolicy">
1563             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1564              <horstretch>0</horstretch>
1565              <verstretch>0</verstretch>
1566             </sizepolicy>
1567            </property>
1568            <property name="text">
1569             <string comment="@label exceptions for the recurrence">Exceptions:</string>
1570            </property>
1571            <property name="alignment">
1572             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1573            </property>
1574           </widget>
1575          </item>
1576          <item row="3" column="1" rowspan="2" colspan="2">
1577           <layout class="QHBoxLayout" name="horizontalLayout_3">
1578            <item>
1579             <widget class="KDateComboBox" name="mExceptionDateEdit">
1580              <property name="sizePolicy">
1581               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1582                <horstretch>0</horstretch>
1583                <verstretch>0</verstretch>
1584               </sizepolicy>
1585              </property>
1586             </widget>
1587            </item>
1588            <item>
1589             <widget class="QPushButton" name="mExceptionAddButton">
1590              <property name="enabled">
1591               <bool>false</bool>
1592              </property>
1593              <property name="text">
1594               <string comment="@action:button adds an exception on the recurrence">Add</string>
1595              </property>
1596              <property name="icon">
1597                      <iconset theme="list-add"/>
1598                
1599              </property>
1600             </widget>
1601            </item>
1602            <item>
1603             <spacer name="horizontalSpacer_4">
1604              <property name="orientation">
1605               <enum>Qt::Horizontal</enum>
1606              </property>
1607              <property name="sizeHint" stdset="0">
1608               <size>
1609                <width>40</width>
1610                <height>20</height>
1611               </size>
1612              </property>
1613             </spacer>
1614            </item>
1615           </layout>
1616          </item>
1617          <item row="5" column="1">
1618           <widget class="QListWidget" name="mExceptionList">
1619            <property name="sizePolicy">
1620             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1621              <horstretch>0</horstretch>
1622              <verstretch>0</verstretch>
1623             </sizepolicy>
1624            </property>
1625            <property name="selectionMode">
1626             <enum>QAbstractItemView::ExtendedSelection</enum>
1627            </property>
1628           </widget>
1629          </item>
1630          <item row="1" column="0">
1631           <widget class="QLabel" name="mOnLabel">
1632            <property name="text">
1633             <string comment="@label The event ends on [different options]">on:</string>
1634            </property>
1635            <property name="alignment">
1636             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1637            </property>
1638           </widget>
1639          </item>
1640          <item row="5" column="2">
1641           <layout class="QVBoxLayout" name="verticalLayout">
1642            <item>
1643             <widget class="QPushButton" name="mExceptionRemoveButton">
1644              <property name="enabled">
1645               <bool>false</bool>
1646              </property>
1647              <property name="text">
1648               <string comment="@action:button removes an exception">Remove</string>
1649              </property>
1650              <property name="icon">
1651                      <iconset theme="list-remove"/>
1652                
1653              </property>
1654             </widget>
1655            </item>
1656            <item>
1657             <spacer name="verticalSpacer_5">
1658              <property name="orientation">
1659               <enum>Qt::Vertical</enum>
1660              </property>
1661              <property name="sizeHint" stdset="0">
1662               <size>
1663                <width>20</width>
1664                <height>40</height>
1665               </size>
1666              </property>
1667             </spacer>
1668            </item>
1669           </layout>
1670          </item>
1671         </layout>
1672        </widget>
1673        <widget class="QWidget" name="mAttachmentsTab">
1674         <attribute name="title">
1675          <string comment="@title:tab configure attachments of an event or todo">Attachments</string>
1676         </attribute>
1677         <layout class="QGridLayout" name="gridLayout_18">
1678          <item row="0" column="0" rowspan="3">
1679           <widget class="QWidget" name="mAttachmentViewPlaceHolder" native="true">
1680            <property name="sizePolicy">
1681             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
1682              <horstretch>0</horstretch>
1683              <verstretch>0</verstretch>
1684             </sizepolicy>
1685            </property>
1686           </widget>
1687          </item>
1688          <item row="0" column="1">
1689           <widget class="QPushButton" name="mAddButton">
1690            <property name="sizePolicy">
1691             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1692              <horstretch>0</horstretch>
1693              <verstretch>0</verstretch>
1694             </sizepolicy>
1695            </property>
1696            <property name="toolTip">
1697             <string comment="@info:tooltip">Add an attachment</string>
1698            </property>
1699            <property name="whatsThis">
1700             <string comment="@info:whatsthis">Shows a dialog used to select an attachment to add to this event or to-do as link or as inline data.</string>
1701            </property>
1702            <property name="text">
1703             <string comment="@action:button adds an attachment">Add</string>
1704            </property>
1705            <property name="icon">
1706                    <iconset theme="list-add"/>
1707              
1708            </property>
1709           </widget>
1710          </item>
1711          <item row="1" column="1">
1712           <widget class="QPushButton" name="mRemoveButton">
1713            <property name="enabled">
1714             <bool>false</bool>
1715            </property>
1716            <property name="sizePolicy">
1717             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1718              <horstretch>0</horstretch>
1719              <verstretch>0</verstretch>
1720             </sizepolicy>
1721            </property>
1722            <property name="toolTip">
1723             <string comment="@info:tooltip">Remove the selected attachment</string>
1724            </property>
1725            <property name="whatsThis">
1726             <string comment="@info:whatsthis">Removes the attachment selected in the list above from this event or to-do.</string>
1727            </property>
1728            <property name="text">
1729             <string comment="@action:button remove an attachment">Remove</string>
1730            </property>
1731            <property name="icon">
1732                    <iconset theme="list-remove"/>
1733              
1734            </property>
1735           </widget>
1736          </item>
1737          <item row="2" column="1">
1738           <spacer name="verticalSpacer_4">
1739            <property name="orientation">
1740             <enum>Qt::Vertical</enum>
1741            </property>
1742            <property name="sizeHint" stdset="0">
1743             <size>
1744              <width>20</width>
1745              <height>210</height>
1746             </size>
1747            </property>
1748           </spacer>
1749          </item>
1750         </layout>
1751        </widget>
1752       </widget>
1753      </item>
1754     </layout>
1755    </item>
1756    <item>
1757     <widget class="QDialogButtonBox" name="buttonBox">
1758      <property name="standardButtons">
1759       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
1760      </property>
1761     </widget>
1762    </item>
1763   </layout>
1764  </widget>
1765  <customwidgets>
1766   <customwidget>
1767    <class>KComboBox</class>
1768    <extends>QComboBox</extends>
1769    <header>kcombobox.h</header>
1770   </customwidget>
1771   <customwidget>
1772    <class>KLineEdit</class>
1773    <extends>QLineEdit</extends>
1774    <header>klineedit.h</header>
1775   </customwidget>
1776   <customwidget>
1777    <class>KPIM::KCheckComboBox</class>
1778    <extends>KComboBox</extends>
1779    <header>Libkdepim/KCheckComboBox</header>
1780   </customwidget>
1781   <customwidget>
1782    <class>KPIMTextEdit::RichTextComposerWidget</class>
1783    <extends>QWidget</extends>
1784    <header>kpimtextedit/richtextcomposerwidget.h</header>
1785   </customwidget>
1786   <customwidget>
1787    <class>KDateComboBox</class>
1788    <extends>QComboBox</extends>
1789    <header>kdatecombobox.h</header>
1790   </customwidget>
1791   <customwidget>
1792    <class>KSeparator</class>
1793    <extends>QFrame</extends>
1794    <header>kseparator.h</header>
1795    <container>1</container>
1796   </customwidget>
1797   <customwidget>
1798    <class>KTimeComboBox</class>
1799    <extends>QComboBox</extends>
1800    <header>ktimecombobox.h</header>
1801   </customwidget>
1802   <customwidget>
1803    <class>IncidenceEditorNG::KWeekdayCheckCombo</class>
1804    <extends>KPIM::KCheckComboBox</extends>
1805    <header>kweekdaycheckcombo.h</header>
1806   </customwidget>
1807   <customwidget>
1808    <class>IncidenceEditorNG::KTimeZoneComboBox</class>
1809    <extends>QComboBox</extends>
1810    <header>ktimezonecombobox.h</header>
1811   </customwidget>
1812   <customwidget>
1813    <class>CalendarSupport::MessageWidget</class>
1814    <extends>QWidget</extends>
1815    <header>CalendarSupport/MessageWidget</header>
1816   </customwidget>
1817   <customwidget>
1818    <class>Akonadi::TagWidget</class>
1819    <extends>QWidget</extends>
1820    <header location="global">Akonadi/TagWidget</header>
1821    <container>1</container>
1822   </customwidget>
1823  </customwidgets>
1824  <tabstops>
1825   <tabstop>mCalSelectorPlaceHolder</tabstop>
1826   <tabstop>mAcceptInvitationButton</tabstop>
1827   <tabstop>mDeclineInvitationButton</tabstop>
1828   <tabstop>mSummaryEdit</tabstop>
1829   <tabstop>mLocationEdit</tabstop>
1830   <tabstop>mCompletionSlider</tabstop>
1831   <tabstop>mPriorityCombo</tabstop>
1832   <tabstop>mWholeDayCheck</tabstop>
1833   <tabstop>mFreeBusyCheck</tabstop>
1834   <tabstop>mStartCheck</tabstop>
1835   <tabstop>mStartDateEdit</tabstop>
1836   <tabstop>mStartTimeEdit</tabstop>
1837   <tabstop>mTimeZoneComboStart</tabstop>
1838   <tabstop>mEndCheck</tabstop>
1839   <tabstop>mEndDateEdit</tabstop>
1840   <tabstop>mEndTimeEdit</tabstop>
1841   <tabstop>mTimeZoneComboEnd</tabstop>
1842   <tabstop>mTabWidget</tabstop>
1843   <tabstop>mTagWidget</tabstop>
1844   <tabstop>mSecrecyCombo</tabstop>
1845   <tabstop>mSolveButton</tabstop>
1846   <tabstop>mSelectButton</tabstop>
1847   <tabstop>mOrganizerCombo</tabstop>
1848   <tabstop>mAlarmPresetCombo</tabstop>
1849   <tabstop>mAlarmAddPresetButton</tabstop>
1850   <tabstop>mAlarmList</tabstop>
1851   <tabstop>mAlarmNewButton</tabstop>
1852   <tabstop>mAlarmConfigureButton</tabstop>
1853   <tabstop>mAlarmToggleButton</tabstop>
1854   <tabstop>mAlarmRemoveButton</tabstop>
1855   <tabstop>mRecurrenceTypeCombo</tabstop>
1856   <tabstop>mFrequencyEdit</tabstop>
1857   <tabstop>mThisAndFutureCheck</tabstop>
1858   <tabstop>mWeekDayCombo</tabstop>
1859   <tabstop>mMonthlyCombo</tabstop>
1860   <tabstop>mYearlyCombo</tabstop>
1861   <tabstop>mRecurrenceEndCombo</tabstop>
1862   <tabstop>mRecurrenceEndDate</tabstop>
1863   <tabstop>mEndDurationEdit</tabstop>
1864   <tabstop>mExceptionDateEdit</tabstop>
1865   <tabstop>mExceptionAddButton</tabstop>
1866   <tabstop>mExceptionList</tabstop>
1867   <tabstop>mExceptionRemoveButton</tabstop>
1868   <tabstop>mAddButton</tabstop>
1869   <tabstop>mRemoveButton</tabstop>
1870  </tabstops>
1871  <resources/>
1872  <connections>
1873   <connection>
1874    <sender>mRecurrenceEndCombo</sender>
1875    <signal>activated(int)</signal>
1876    <receiver>mRecurrenceEndStack</receiver>
1877    <slot>setCurrentIndex(int)</slot>
1878    <hints>
1879     <hint type="sourcelabel">
1880      <x>144</x>
1881      <y>314</y>
1882     </hint>
1883     <hint type="destinationlabel">
1884      <x>144</x>
1885      <y>314</y>
1886     </hint>
1887    </hints>
1888   </connection>
1889   <connection>
1890    <sender>mRecurrenceTypeCombo</sender>
1891    <signal>activated(int)</signal>
1892    <receiver>mRepeatStack</receiver>
1893    <slot>setCurrentIndex(int)</slot>
1894    <hints>
1895     <hint type="sourcelabel">
1896      <x>142</x>
1897      <y>304</y>
1898     </hint>
1899     <hint type="destinationlabel">
1900      <x>104</x>
1901      <y>280</y>
1902     </hint>
1903    </hints>
1904   </connection>
1905   <connection>
1906    <sender>mNewResource</sender>
1907    <signal>returnPressed()</signal>
1908    <receiver>mBookResourceButton</receiver>
1909    <slot>click()</slot>
1910    <hints>
1911     <hint type="sourcelabel">
1912      <x>271</x>
1913      <y>805</y>
1914     </hint>
1915     <hint type="destinationlabel">
1916      <x>402</x>
1917      <y>808</y>
1918     </hint>
1919    </hints>
1920   </connection>
1921  </connections>
1922 </ui>