Warning, /pim/akonadi-calendar/src/publishdialog_base.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>PublishDialog_base</class>
0004  <widget class="QWidget" name="PublishDialog_base">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>410</width>
0010     <height>340</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="spacing">
0027     <number>6</number>
0028    </property>
0029    <item row="0" column="0">
0030     <widget class="QListWidget" name="mListWidget">
0031      <property name="minimumSize">
0032       <size>
0033        <width>300</width>
0034        <height>250</height>
0035       </size>
0036      </property>
0037      <property name="toolTip">
0038       <string>The list of addressees to receive the invitation</string>
0039      </property>
0040      <property name="whatsThis">
0041       <string>This is a list of all the addresses you have currently selected to receive the iCalendar invitation.</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="0" column="1" rowspan="2">
0046     <layout class="QVBoxLayout" name="verticalLayout_2">
0047      <item>
0048       <layout class="QVBoxLayout" name="verticalLayout">
0049        <item>
0050         <widget class="QPushButton" name="mNew">
0051          <property name="toolTip">
0052           <string>Create a new recipient</string>
0053          </property>
0054          <property name="whatsThis">
0055           <string>Click this button and you will be able to enter a name and email for a new addressee to add to the recipients list</string>
0056          </property>
0057          <property name="text">
0058           <string>&amp;New</string>
0059          </property>
0060         </widget>
0061        </item>
0062        <item>
0063         <widget class="QPushButton" name="mRemove">
0064          <property name="toolTip">
0065           <string>Remove the recipient currently selected</string>
0066          </property>
0067          <property name="whatsThis">
0068           <string>Click this button to remove the recipient currently selected from the list</string>
0069          </property>
0070          <property name="text">
0071           <string>&amp;Remove</string>
0072          </property>
0073         </widget>
0074        </item>
0075        <item>
0076         <widget class="QPushButton" name="mSelectAddressee">
0077          <property name="toolTip">
0078           <string>Select a recipient from your address book</string>
0079          </property>
0080          <property name="whatsThis">
0081           <string>Click this button to show another dialog where you will be able to select a recipient from your address book</string>
0082          </property>
0083          <property name="text">
0084           <string>&amp;Select...</string>
0085          </property>
0086         </widget>
0087        </item>
0088       </layout>
0089      </item>
0090      <item>
0091       <spacer>
0092        <property name="orientation">
0093         <enum>Qt::Vertical</enum>
0094        </property>
0095        <property name="sizeType">
0096         <enum>QSizePolicy::Expanding</enum>
0097        </property>
0098        <property name="sizeHint" stdset="0">
0099         <size>
0100          <width>14</width>
0101          <height>258</height>
0102         </size>
0103        </property>
0104       </spacer>
0105      </item>
0106     </layout>
0107    </item>
0108    <item row="1" column="0">
0109     <layout class="QGridLayout" name="gridLayout">
0110      <item row="0" column="0">
0111       <widget class="QLabel" name="TextLabel1">
0112        <property name="text">
0113         <string comment="recipient name">Name:</string>
0114        </property>
0115        <property name="buddy">
0116         <cstring>mNameLineEdit</cstring>
0117        </property>
0118       </widget>
0119      </item>
0120      <item row="0" column="1">
0121       <widget class="QLineEdit" name="mNameLineEdit">
0122        <property name="toolTip">
0123         <string>The recipient's name</string>
0124        </property>
0125        <property name="whatsThis">
0126         <string>This field contains the name of the recipient</string>
0127        </property>
0128        <property name="ClearButtonEnabled" stdset="0">
0129         <bool>true</bool>
0130        </property>
0131       </widget>
0132      </item>
0133      <item row="1" column="0">
0134       <widget class="QLabel" name="TextLabel2">
0135        <property name="text">
0136         <string comment="recipient email">E&amp;mail:</string>
0137        </property>
0138        <property name="buddy">
0139         <cstring>mEmailLineEdit</cstring>
0140        </property>
0141       </widget>
0142      </item>
0143      <item row="1" column="1">
0144       <widget class="QLineEdit" name="mEmailLineEdit">
0145        <property name="toolTip">
0146         <string>The recipient's email address</string>
0147        </property>
0148        <property name="whatsThis">
0149         <string>This field contains the email address of the recipient</string>
0150        </property>
0151        <property name="text">
0152         <string/>
0153        </property>
0154        <property name="ClearButtonEnabled" stdset="0">
0155         <bool>true</bool>
0156        </property>
0157       </widget>
0158      </item>
0159     </layout>
0160    </item>
0161   </layout>
0162  </widget>
0163  <tabstops>
0164   <tabstop>mListWidget</tabstop>
0165   <tabstop>mNew</tabstop>
0166   <tabstop>mRemove</tabstop>
0167   <tabstop>mSelectAddressee</tabstop>
0168   <tabstop>mNameLineEdit</tabstop>
0169   <tabstop>mEmailLineEdit</tabstop>
0170  </tabstops>
0171  <resources/>
0172  <connections/>
0173 </ui>