Warning, /pim/messagelib/templateparser/src/ui/templatesconfiguration_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>TemplatesConfigurationBase</class>
0004  <widget class="QWidget" name="TemplatesConfigurationBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>450</width>
0010     <height>541</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0015     <horstretch>3</horstretch>
0016     <verstretch>3</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>400</width>
0022     <height>300</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string comment="@title:window">Template Configuration</string>
0027   </property>
0028   <layout class="QVBoxLayout">
0029    <property name="spacing">
0030     <number>6</number>
0031    </property>
0032    <property name="leftMargin">
0033     <number>0</number>
0034    </property>
0035    <property name="topMargin">
0036     <number>0</number>
0037    </property>
0038    <property name="rightMargin">
0039     <number>0</number>
0040    </property>
0041    <property name="bottomMargin">
0042     <number>0</number>
0043    </property>
0044    <item>
0045     <widget class="QToolBox" name="toolBox1">
0046      <property name="sizePolicy">
0047       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0048        <horstretch>3</horstretch>
0049        <verstretch>3</verstretch>
0050       </sizepolicy>
0051      </property>
0052      <property name="minimumSize">
0053       <size>
0054        <width>0</width>
0055        <height>0</height>
0056       </size>
0057      </property>
0058      <property name="frameShape">
0059       <enum>QFrame::StyledPanel</enum>
0060      </property>
0061      <property name="frameShadow">
0062       <enum>QFrame::Sunken</enum>
0063      </property>
0064      <property name="currentIndex">
0065       <number>2</number>
0066      </property>
0067      <widget class="QWidget" name="page_new">
0068       <property name="geometry">
0069        <rect>
0070         <x>0</x>
0071         <y>0</y>
0072         <width>96</width>
0073         <height>86</height>
0074        </rect>
0075       </property>
0076       <attribute name="label">
0077        <string comment="@title Message template">New Message</string>
0078       </attribute>
0079       <layout class="QGridLayout" name="gridLayout">
0080        <item row="0" column="0">
0081         <widget class="TemplateParser::TemplatesTextEdit" name="textEdit_new">
0082          <property name="font">
0083           <font>
0084            <family>Monospace</family>
0085            <pointsize>9</pointsize>
0086           </font>
0087          </property>
0088          <property name="toolTip">
0089           <string comment="@info:tooltip">Create the template for new messages</string>
0090          </property>
0091          <property name="whatsThis">
0092           <string comment="@info:whatsthis">In this area you create the template for new email messages.  For more information about how to create the template, press the &quot;How does this work?&quot; link on this dialog.</string>
0093          </property>
0094         </widget>
0095        </item>
0096       </layout>
0097      </widget>
0098      <widget class="QWidget" name="page_reply">
0099       <property name="geometry">
0100        <rect>
0101         <x>0</x>
0102         <y>0</y>
0103         <width>256</width>
0104         <height>192</height>
0105        </rect>
0106       </property>
0107       <attribute name="label">
0108        <string comment="@title Message template">Reply to Sender</string>
0109       </attribute>
0110       <layout class="QHBoxLayout">
0111        <property name="spacing">
0112         <number>6</number>
0113        </property>
0114        <property name="leftMargin">
0115         <number>0</number>
0116        </property>
0117        <property name="topMargin">
0118         <number>0</number>
0119        </property>
0120        <property name="rightMargin">
0121         <number>0</number>
0122        </property>
0123        <property name="bottomMargin">
0124         <number>0</number>
0125        </property>
0126        <item>
0127         <widget class="TemplateParser::TemplatesTextEdit" name="textEdit_reply">
0128          <property name="sizePolicy">
0129           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0130            <horstretch>0</horstretch>
0131            <verstretch>0</verstretch>
0132           </sizepolicy>
0133          </property>
0134          <property name="font">
0135           <font>
0136            <family>Monospace</family>
0137            <pointsize>9</pointsize>
0138            <weight>50</weight>
0139            <italic>false</italic>
0140            <bold>false</bold>
0141            <underline>false</underline>
0142            <strikeout>false</strikeout>
0143           </font>
0144          </property>
0145          <property name="toolTip">
0146           <string comment="@info:tooltip">Create the template for message replies</string>
0147          </property>
0148          <property name="whatsThis">
0149           <string comment="@info:whatsthis">In this area you create the template for messages replies. For more information about how to create the template, press the &quot;How does this work?&quot; link on this dialog.</string>
0150          </property>
0151         </widget>
0152        </item>
0153       </layout>
0154      </widget>
0155      <widget class="QWidget" name="page_reply_all">
0156       <property name="geometry">
0157        <rect>
0158         <x>0</x>
0159         <y>0</y>
0160         <width>446</width>
0161         <height>345</height>
0162        </rect>
0163       </property>
0164       <attribute name="label">
0165        <string comment="@title Message template">Reply to All / Reply to List</string>
0166       </attribute>
0167       <layout class="QHBoxLayout">
0168        <property name="spacing">
0169         <number>6</number>
0170        </property>
0171        <property name="leftMargin">
0172         <number>0</number>
0173        </property>
0174        <property name="topMargin">
0175         <number>0</number>
0176        </property>
0177        <property name="rightMargin">
0178         <number>0</number>
0179        </property>
0180        <property name="bottomMargin">
0181         <number>0</number>
0182        </property>
0183        <item>
0184         <widget class="TemplateParser::TemplatesTextEdit" name="textEdit_reply_all">
0185          <property name="sizePolicy">
0186           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0187            <horstretch>0</horstretch>
0188            <verstretch>0</verstretch>
0189           </sizepolicy>
0190          </property>
0191          <property name="font">
0192           <font>
0193            <family>Monospace</family>
0194            <pointsize>9</pointsize>
0195            <weight>50</weight>
0196            <italic>false</italic>
0197            <bold>false</bold>
0198            <underline>false</underline>
0199            <strikeout>false</strikeout>
0200           </font>
0201          </property>
0202          <property name="toolTip">
0203           <string comment="@info:tooltip">Create the template for replying to all recipients or to a mailing list</string>
0204          </property>
0205          <property name="whatsThis">
0206           <string comment="@info:whatsthis">In this area you create the template for reply-to-all messages or replies to a mailing list.  For more information about how to create the template, press the &quot;How does this work?&quot; link on this dialog.</string>
0207          </property>
0208         </widget>
0209        </item>
0210       </layout>
0211      </widget>
0212      <widget class="QWidget" name="page_forward">
0213       <property name="geometry">
0214        <rect>
0215         <x>0</x>
0216         <y>0</y>
0217         <width>256</width>
0218         <height>192</height>
0219        </rect>
0220       </property>
0221       <attribute name="label">
0222        <string comment="@title Message template">Forward Message</string>
0223       </attribute>
0224       <layout class="QHBoxLayout">
0225        <property name="spacing">
0226         <number>6</number>
0227        </property>
0228        <property name="leftMargin">
0229         <number>0</number>
0230        </property>
0231        <property name="topMargin">
0232         <number>0</number>
0233        </property>
0234        <property name="rightMargin">
0235         <number>0</number>
0236        </property>
0237        <property name="bottomMargin">
0238         <number>0</number>
0239        </property>
0240        <item>
0241         <widget class="TemplateParser::TemplatesTextEdit" name="textEdit_forward">
0242          <property name="sizePolicy">
0243           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0244            <horstretch>0</horstretch>
0245            <verstretch>0</verstretch>
0246           </sizepolicy>
0247          </property>
0248          <property name="font">
0249           <font>
0250            <family>Monospace</family>
0251            <pointsize>9</pointsize>
0252            <weight>50</weight>
0253            <italic>false</italic>
0254            <bold>false</bold>
0255            <underline>false</underline>
0256            <strikeout>false</strikeout>
0257           </font>
0258          </property>
0259          <property name="toolTip">
0260           <string comment="@info:tooltip">Create the template for message forwards</string>
0261          </property>
0262          <property name="whatsThis">
0263           <string comment="@info:whatsthis">In this area you create the template for message forwards.  For more information about how to create the template, press the &quot;How does this work?&quot; link on this dialog.</string>
0264          </property>
0265         </widget>
0266        </item>
0267       </layout>
0268      </widget>
0269     </widget>
0270    </item>
0271    <item>
0272     <widget class="QLabel" name="mHelp"/>
0273    </item>
0274    <item>
0275     <layout class="QHBoxLayout">
0276      <property name="spacing">
0277       <number>6</number>
0278      </property>
0279      <property name="leftMargin">
0280       <number>0</number>
0281      </property>
0282      <property name="topMargin">
0283       <number>0</number>
0284      </property>
0285      <property name="rightMargin">
0286       <number>0</number>
0287      </property>
0288      <property name="bottomMargin">
0289       <number>0</number>
0290      </property>
0291      <item>
0292       <widget class="TemplateParser::TemplatesInsertCommandPushButton" name="mInsertCommand" native="true"/>
0293      </item>
0294      <item>
0295       <widget class="QLabel" name="textLabel1">
0296        <property name="sizePolicy">
0297         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0298          <horstretch>2</horstretch>
0299          <verstretch>0</verstretch>
0300         </sizepolicy>
0301        </property>
0302        <property name="text">
0303         <string comment="@label:textbox Prefix for quoted message lines">&amp;Quote indicator:</string>
0304        </property>
0305        <property name="alignment">
0306         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0307        </property>
0308        <property name="buddy">
0309         <cstring>lineEdit_quote</cstring>
0310        </property>
0311       </widget>
0312      </item>
0313      <item>
0314       <widget class="QLineEdit" name="lineEdit_quote">
0315        <property name="toolTip">
0316         <string comment="@info:tooltip">Set the Prefix for quoted message lines</string>
0317        </property>
0318        <property name="whatsThis">
0319         <string comment="@info:whatsthis">
0320              &lt;qt&gt;The following placeholders are supported in the quote indicator:
0321              &lt;ul&gt;
0322              &lt;li&gt;%f: sender's initials&lt;/li&gt;
0323              &lt;li&gt;%%: percent sign&lt;/li&gt;
0324              &lt;li&gt;%_: space&lt;/li&gt;
0325              &lt;/ul&gt;&lt;/qt&gt;
0326            </string>
0327        </property>
0328       </widget>
0329      </item>
0330     </layout>
0331    </item>
0332   </layout>
0333  </widget>
0334  <customwidgets>
0335   <customwidget>
0336    <class>TemplateParser::TemplatesTextEdit</class>
0337    <extends>QPlainTextEdit</extends>
0338    <header>templatestextedit.h</header>
0339   </customwidget>
0340   <customwidget>
0341    <class>TemplateParser::TemplatesInsertCommandPushButton</class>
0342    <extends>QWidget</extends>
0343    <header>templatesinsertcommandpushbutton.h</header>
0344   </customwidget>
0345  </customwidgets>
0346  <resources/>
0347  <connections/>
0348 </ui>