Warning, /pim/incidenceeditor/src/ui/template_management_dialog_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>TemplateManagementDialog_base</class>
0004  <widget class="QWidget" name="TemplateManagementDialog_base">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>664</width>
0010     <height>390</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Template Management</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <property name="margin">
0018     <number>0</number>
0019    </property>
0020    <item row="0" column="0" colspan="2">
0021     <widget class="QLabel" name="m_introLabel">
0022      <property name="frameShape">
0023       <enum>QFrame::NoFrame</enum>
0024      </property>
0025      <property name="text">
0026       <string comment="@label">Select a template and click &lt;i&gt;Apply&lt;/i&gt; to apply it to this item. Click &lt;i&gt;New&lt;/i&gt; to create a new template based on the current item settings.</string>
0027      </property>
0028      <property name="wordWrap">
0029       <bool>true</bool>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="1" column="0">
0034     <widget class="QListWidget" name="m_listBox">
0035      <property name="sizePolicy">
0036       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0037        <horstretch>0</horstretch>
0038        <verstretch>0</verstretch>
0039       </sizepolicy>
0040      </property>
0041      <property name="toolTip">
0042       <string>The list of managed templates</string>
0043      </property>
0044      <property name="whatsThis">
0045       <string>This is a list of all the templates you have currently accessible for creating new calendar items.</string>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="1" column="1">
0050     <layout class="QVBoxLayout" name="verticalLayout_2">
0051      <item>
0052       <layout class="QVBoxLayout" name="verticalLayout">
0053        <item>
0054         <widget class="QPushButton" name="m_buttonAdd">
0055          <property name="toolTip">
0056           <string>Create a new template from the current settings</string>
0057          </property>
0058          <property name="whatsThis">
0059           <string>Click on this button to create a new template based on the current settings in the editor. You can use this template to quickly add new items in the future.</string>
0060          </property>
0061          <property name="text">
0062           <string>&amp;New...</string>
0063          </property>
0064         </widget>
0065        </item>
0066        <item>
0067         <widget class="QPushButton" name="m_buttonRemove">
0068          <property name="enabled">
0069           <bool>false</bool>
0070          </property>
0071          <property name="toolTip">
0072           <string>Remove the currently selected template</string>
0073          </property>
0074          <property name="whatsThis">
0075           <string>Clicking this button will permanently remove the selected template from your list of managed templates.</string>
0076          </property>
0077          <property name="text">
0078           <string>&amp;Remove</string>
0079          </property>
0080         </widget>
0081        </item>
0082        <item>
0083         <widget class="QPushButton" name="m_buttonApply">
0084          <property name="toolTip">
0085           <string>Apply the selected template settings</string>
0086          </property>
0087          <property name="whatsThis">
0088           <string>Clicking this button will apply the settings from the selected template to the item you are currently editing.</string>
0089          </property>
0090          <property name="text">
0091           <string>Apply</string>
0092          </property>
0093         </widget>
0094        </item>
0095       </layout>
0096      </item>
0097      <item>
0098       <spacer name="verticalSpacer">
0099        <property name="orientation">
0100         <enum>Qt::Vertical</enum>
0101        </property>
0102        <property name="sizeHint" stdset="0">
0103         <size>
0104          <width>20</width>
0105          <height>108</height>
0106         </size>
0107        </property>
0108       </spacer>
0109      </item>
0110     </layout>
0111    </item>
0112   </layout>
0113  </widget>
0114  <resources/>
0115  <connections/>
0116 </ui>