Warning, /pim/messagelib/messagecore/src/attachment/ui/attachmentpropertiesdialog.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>AttachmentPropertiesDialog</class>
0004  <widget class="QWidget" name="AttachmentPropertiesDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>371</width>
0010     <height>252</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
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    <item>
0027     <layout class="QGridLayout" name="gridLayout">
0028      <item row="0" column="0">
0029       <layout class="QHBoxLayout" name="horizontalLayout">
0030        <item>
0031         <widget class="QLabel" name="label">
0032          <property name="sizePolicy">
0033           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0034            <horstretch>0</horstretch>
0035            <verstretch>0</verstretch>
0036           </sizepolicy>
0037          </property>
0038          <property name="text">
0039           <string comment="MIME type of this attachment">Type:</string>
0040          </property>
0041          <property name="alignment">
0042           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0043          </property>
0044          <property name="buddy">
0045           <cstring>mimeType</cstring>
0046          </property>
0047         </widget>
0048        </item>
0049       </layout>
0050      </item>
0051      <item row="0" column="1">
0052       <widget class="QComboBox" name="mimeType">
0053        <property name="sizePolicy">
0054         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0055          <horstretch>0</horstretch>
0056          <verstretch>0</verstretch>
0057         </sizepolicy>
0058        </property>
0059        <property name="editable">
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064      <item row="0" column="2" rowspan="2">
0065       <widget class="QLabel" name="mimeIcon">
0066        <property name="text">
0067         <string notr="true">pretty icon</string>
0068        </property>
0069       </widget>
0070      </item>
0071      <item row="1" column="0">
0072       <layout class="QHBoxLayout" name="horizontalLayout_2">
0073        <item>
0074         <widget class="QLabel" name="label_2">
0075          <property name="sizePolicy">
0076           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0077            <horstretch>0</horstretch>
0078            <verstretch>0</verstretch>
0079           </sizepolicy>
0080          </property>
0081          <property name="text">
0082           <string comment="size of the attachment">Size:</string>
0083          </property>
0084          <property name="alignment">
0085           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0086          </property>
0087         </widget>
0088        </item>
0089       </layout>
0090      </item>
0091      <item row="1" column="1">
0092       <widget class="QLabel" name="size">
0093        <property name="text">
0094         <string notr="true">size goes here</string>
0095        </property>
0096       </widget>
0097      </item>
0098      <item row="2" column="0">
0099       <layout class="QHBoxLayout" name="horizontalLayout_3">
0100        <item>
0101         <widget class="QLabel" name="label_3">
0102          <property name="sizePolicy">
0103           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0104            <horstretch>0</horstretch>
0105            <verstretch>0</verstretch>
0106           </sizepolicy>
0107          </property>
0108          <property name="text">
0109           <string comment="file name of the attachment">Name:</string>
0110          </property>
0111          <property name="alignment">
0112           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0113          </property>
0114          <property name="buddy">
0115           <cstring>name</cstring>
0116          </property>
0117         </widget>
0118        </item>
0119       </layout>
0120      </item>
0121      <item row="2" column="1" colspan="2">
0122       <widget class="QLineEdit" name="name">
0123        <property name="clearButtonEnabled">
0124         <bool>false</bool>
0125        </property>
0126       </widget>
0127      </item>
0128      <item row="3" column="0">
0129       <layout class="QHBoxLayout" name="horizontalLayout_4">
0130        <item>
0131         <widget class="QLabel" name="label_4">
0132          <property name="sizePolicy">
0133           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0134            <horstretch>0</horstretch>
0135            <verstretch>0</verstretch>
0136           </sizepolicy>
0137          </property>
0138          <property name="text">
0139           <string comment="description of the attachment">Description:</string>
0140          </property>
0141          <property name="alignment">
0142           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0143          </property>
0144          <property name="buddy">
0145           <cstring>description</cstring>
0146          </property>
0147         </widget>
0148        </item>
0149       </layout>
0150      </item>
0151      <item row="3" column="1" colspan="2">
0152       <widget class="QLineEdit" name="description">
0153        <property name="clearButtonEnabled">
0154         <bool>true</bool>
0155        </property>
0156       </widget>
0157      </item>
0158      <item row="4" column="0">
0159       <layout class="QHBoxLayout" name="horizontalLayout_5">
0160        <item>
0161         <widget class="QLabel" name="label_5">
0162          <property name="sizePolicy">
0163           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0164            <horstretch>0</horstretch>
0165            <verstretch>0</verstretch>
0166           </sizepolicy>
0167          </property>
0168          <property name="text">
0169           <string comment="encoding of the attachment">Encoding:</string>
0170          </property>
0171          <property name="alignment">
0172           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0173          </property>
0174          <property name="buddy">
0175           <cstring>encoding</cstring>
0176          </property>
0177         </widget>
0178        </item>
0179       </layout>
0180      </item>
0181      <item row="4" column="1" colspan="2">
0182       <widget class="QComboBox" name="encoding"/>
0183      </item>
0184      <item row="5" column="1" colspan="2">
0185       <widget class="QCheckBox" name="autoDisplay">
0186        <property name="text">
0187         <string>Suggest automatic display</string>
0188        </property>
0189       </widget>
0190      </item>
0191      <item row="6" column="1" colspan="2">
0192       <widget class="QCheckBox" name="encrypt">
0193        <property name="text">
0194         <string>Encrypt this attachment</string>
0195        </property>
0196       </widget>
0197      </item>
0198      <item row="7" column="1" colspan="2">
0199       <widget class="QCheckBox" name="sign">
0200        <property name="text">
0201         <string>Sign this attachment</string>
0202        </property>
0203       </widget>
0204      </item>
0205     </layout>
0206    </item>
0207    <item>
0208     <spacer name="verticalSpacer">
0209      <property name="orientation">
0210       <enum>Qt::Vertical</enum>
0211      </property>
0212      <property name="sizeHint" stdset="0">
0213       <size>
0214        <width>20</width>
0215        <height>31</height>
0216       </size>
0217      </property>
0218     </spacer>
0219    </item>
0220   </layout>
0221  </widget>
0222  <resources/>
0223  <connections/>
0224 </ui>