Warning, /pim/messagelib/templateparser/src/ui/customtemplates_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>CustomTemplatesBase</class>
0004  <widget class="QWidget" name="CustomTemplatesBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>743</width>
0010     <height>480</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="spacing">
0015     <number>6</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <widget class="QSplitter" name="splitter2">
0031      <property name="orientation">
0032       <enum>Qt::Horizontal</enum>
0033      </property>
0034      <property name="childrenCollapsible">
0035       <bool>false</bool>
0036      </property>
0037      <widget class="QWidget" name="layout9">
0038       <layout class="QVBoxLayout">
0039        <property name="spacing">
0040         <number>6</number>
0041        </property>
0042        <property name="leftMargin">
0043         <number>0</number>
0044        </property>
0045        <property name="topMargin">
0046         <number>0</number>
0047        </property>
0048        <property name="rightMargin">
0049         <number>0</number>
0050        </property>
0051        <property name="bottomMargin">
0052         <number>0</number>
0053        </property>
0054        <item>
0055         <layout class="QHBoxLayout">
0056          <property name="spacing">
0057           <number>6</number>
0058          </property>
0059          <property name="leftMargin">
0060           <number>0</number>
0061          </property>
0062          <property name="topMargin">
0063           <number>0</number>
0064          </property>
0065          <property name="rightMargin">
0066           <number>0</number>
0067          </property>
0068          <property name="bottomMargin">
0069           <number>0</number>
0070          </property>
0071          <item>
0072           <widget class="QLineEdit" name="mName">
0073            <property name="sizePolicy">
0074             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0075              <horstretch>0</horstretch>
0076              <verstretch>0</verstretch>
0077             </sizepolicy>
0078            </property>
0079            <property name="minimumSize">
0080             <size>
0081              <width>100</width>
0082              <height>0</height>
0083             </size>
0084            </property>
0085            <property name="toolTip">
0086             <string comment="@info:tooltip">Enter a name for the custom template</string>
0087            </property>
0088            <property name="whatsThis">
0089             <string comment="@info:whatsthis">To create a custom template, first enter a name for that template and press the '+' button.</string>
0090            </property>
0091           </widget>
0092          </item>
0093          <item>
0094           <widget class="QPushButton" name="mAdd">
0095            <property name="toolTip">
0096             <string comment="@info:tooltip">Add a new custom template</string>
0097            </property>
0098            <property name="whatsThis">
0099             <string comment="@info:whatsthis">Press this button if you want to create a new custom template with the specified name</string>
0100            </property>
0101           </widget>
0102          </item>
0103          <item>
0104           <widget class="QPushButton" name="mRemove">
0105            <property name="toolTip">
0106             <string comment="@info:tooltip">Remove the selected custom template</string>
0107            </property>
0108            <property name="whatsThis">
0109             <string comment="@info:whatsthis">Press this button if you want to remove the currently selected custom template</string>
0110            </property>
0111           </widget>
0112          </item>
0113          <item>
0114           <widget class="QPushButton" name="mDuplicate">
0115            <property name="toolTip">
0116             <string comment="@info:tooltip">Duplicate the selected custom template</string>
0117            </property>
0118            <property name="whatsThis">
0119             <string comment="@info:whatsthis">Press this button if you want to duplicate the currently selected custom template</string>
0120            </property>
0121           </widget>
0122          </item>
0123         </layout>
0124        </item>
0125        <item>
0126         <widget class="QTreeWidget" name="mList">
0127          <property name="sizePolicy">
0128           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0129            <horstretch>0</horstretch>
0130            <verstretch>0</verstretch>
0131           </sizepolicy>
0132          </property>
0133          <property name="toolTip">
0134           <string comment="@info:tooltip">List of custom templates available</string>
0135          </property>
0136          <property name="whatsThis">
0137           <string comment="@info:whatsthis">This is a list of all the custom templates available.</string>
0138          </property>
0139          <property name="rootIsDecorated">
0140           <bool>false</bool>
0141          </property>
0142          <property name="allColumnsShowFocus">
0143           <bool>true</bool>
0144          </property>
0145          <column>
0146           <property name="text">
0147            <string comment="@title:column Type of custom template">Type</string>
0148           </property>
0149          </column>
0150          <column>
0151           <property name="text">
0152            <string comment="@title:column Name of the custom template.">Name</string>
0153           </property>
0154          </column>
0155         </widget>
0156        </item>
0157        <item>
0158         <widget class="QLabel" name="mHelp"/>
0159        </item>
0160       </layout>
0161      </widget>
0162      <widget class="QFrame" name="mEditFrame">
0163       <property name="sizePolicy">
0164        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0165         <horstretch>12</horstretch>
0166         <verstretch>0</verstretch>
0167        </sizepolicy>
0168       </property>
0169       <property name="frameShape">
0170        <enum>QFrame::NoFrame</enum>
0171       </property>
0172       <property name="frameShadow">
0173        <enum>QFrame::Raised</enum>
0174       </property>
0175       <layout class="QVBoxLayout" name="verticalLayout_3">
0176        <property name="leftMargin">
0177         <number>0</number>
0178        </property>
0179        <property name="topMargin">
0180         <number>0</number>
0181        </property>
0182        <property name="rightMargin">
0183         <number>0</number>
0184        </property>
0185        <property name="bottomMargin">
0186         <number>0</number>
0187        </property>
0188        <item>
0189         <layout class="QHBoxLayout" name="horizontalLayout">
0190          <item>
0191           <layout class="QVBoxLayout" name="verticalLayout_2">
0192            <item>
0193             <widget class="QLabel" name="mToLabel">
0194              <property name="text">
0195               <string comment="@label:textbox Recipient mail address">To:</string>
0196              </property>
0197             </widget>
0198            </item>
0199            <item>
0200             <widget class="QLabel" name="mCCLabel">
0201              <property name="text">
0202               <string comment="@label">CC:</string>
0203              </property>
0204             </widget>
0205            </item>
0206           </layout>
0207          </item>
0208          <item>
0209           <layout class="QVBoxLayout" name="verticalLayout">
0210            <item>
0211             <widget class="TemplateParser::TemplateParserEmailAddressRequesterInterfaceWidget" name="mToEdit" native="true">
0212              <property name="sizePolicy">
0213               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0214                <horstretch>0</horstretch>
0215                <verstretch>0</verstretch>
0216               </sizepolicy>
0217              </property>
0218              <property name="toolTip">
0219               <string comment="@info:tooltip">Additional recipients of the message</string>
0220              </property>
0221              <property name="whatsThis">
0222               <string comment="@info:whatsthis">When using this template, the default recipients are those you enter here.  This is a comma-separated list of mail addresses.</string>
0223              </property>
0224             </widget>
0225            </item>
0226            <item>
0227             <widget class="TemplateParser::TemplateParserEmailAddressRequesterInterfaceWidget" name="mCCEdit" native="true">
0228              <property name="sizePolicy">
0229               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0230                <horstretch>0</horstretch>
0231                <verstretch>0</verstretch>
0232               </sizepolicy>
0233              </property>
0234              <property name="toolTip">
0235               <string comment="@info:tooltip">Additional recipients who get a copy of the message</string>
0236              </property>
0237              <property name="whatsThis">
0238               <string comment="@info:whatsthis">When using this template, the recipients you enter here will by default get a copy of this message.  This is a comma-separated list of mail addresses.</string>
0239              </property>
0240             </widget>
0241            </item>
0242           </layout>
0243          </item>
0244         </layout>
0245        </item>
0246        <item>
0247         <widget class="TemplateParser::TemplatesTextEdit" name="mEdit">
0248          <property name="sizePolicy">
0249           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0250            <horstretch>3</horstretch>
0251            <verstretch>1</verstretch>
0252           </sizepolicy>
0253          </property>
0254          <property name="toolTip">
0255           <string comment="@info:tooltip">The custom template</string>
0256          </property>
0257          <property name="whatsThis">
0258           <string comment="@info:whatsthis">This area contains the associated custom template.</string>
0259          </property>
0260         </widget>
0261        </item>
0262        <item>
0263         <layout class="QGridLayout">
0264          <property name="leftMargin">
0265           <number>0</number>
0266          </property>
0267          <property name="topMargin">
0268           <number>0</number>
0269          </property>
0270          <property name="rightMargin">
0271           <number>0</number>
0272          </property>
0273          <property name="bottomMargin">
0274           <number>0</number>
0275          </property>
0276          <property name="spacing">
0277           <number>6</number>
0278          </property>
0279          <item row="1" column="2">
0280           <widget class="QComboBox" name="mType">
0281            <item>
0282             <property name="text">
0283              <string comment="@item:inlistbox Universal custom template type.">Universal</string>
0284             </property>
0285            </item>
0286            <item>
0287             <property name="text">
0288              <string comment="@item:inlistbox Custom template type for message replies">Reply</string>
0289             </property>
0290            </item>
0291            <item>
0292             <property name="text">
0293              <string comment="@item:inlistbox Custom template type for reply-to-all messages">Reply to All</string>
0294             </property>
0295            </item>
0296            <item>
0297             <property name="text">
0298              <string comment="@item:inlistbox Custom template type for message forwards">Forward</string>
0299             </property>
0300            </item>
0301           </widget>
0302          </item>
0303          <item row="0" column="1">
0304           <widget class="QLabel" name="textLabel1_2">
0305            <property name="text">
0306             <string comment="@label">Shortc&amp;ut:</string>
0307            </property>
0308            <property name="alignment">
0309             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0310            </property>
0311            <property name="buddy">
0312             <cstring>mKeySequenceWidget</cstring>
0313            </property>
0314           </widget>
0315          </item>
0316          <item row="1" column="1">
0317           <widget class="QLabel" name="textLabel1">
0318            <property name="sizePolicy">
0319             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0320              <horstretch>1</horstretch>
0321              <verstretch>0</verstretch>
0322             </sizepolicy>
0323            </property>
0324            <property name="text">
0325             <string comment="@label">&amp;Template type:</string>
0326            </property>
0327            <property name="alignment">
0328             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0329            </property>
0330            <property name="buddy">
0331             <cstring>mType</cstring>
0332            </property>
0333           </widget>
0334          </item>
0335          <item row="0" column="2">
0336           <widget class="KKeySequenceWidget" name="mKeySequenceWidget"/>
0337          </item>
0338          <item row="0" column="0">
0339           <widget class="TemplateParser::TemplatesInsertCommandPushButton" name="mInsertCommand" native="true"/>
0340          </item>
0341         </layout>
0342        </item>
0343       </layout>
0344      </widget>
0345     </widget>
0346    </item>
0347   </layout>
0348  </widget>
0349  <customwidgets>
0350   <customwidget>
0351    <class>KKeySequenceWidget</class>
0352    <extends>QWidget</extends>
0353    <header>kkeysequencewidget.h</header>
0354   </customwidget>
0355   <customwidget>
0356    <class>TemplateParser::TemplatesTextEdit</class>
0357    <extends>QPlainTextEdit</extends>
0358    <header>templatestextedit.h</header>
0359   </customwidget>
0360   <customwidget>
0361    <class>TemplateParser::TemplatesInsertCommandPushButton</class>
0362    <extends>QWidget</extends>
0363    <header>templatesinsertcommandpushbutton.h</header>
0364   </customwidget>
0365   <customwidget>
0366    <class>TemplateParser::TemplateParserEmailAddressRequesterInterfaceWidget</class>
0367    <extends>QWidget</extends>
0368    <header>templateparseremailaddressrequesterinterfacewidget.h</header>
0369    <container>1</container>
0370   </customwidget>
0371  </customwidgets>
0372  <resources/>
0373  <connections/>
0374 </ui>