Warning, /network/choqok/microblogs/pumpio/pumpiomessagedialog.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>PumpIOMessageDialog</class>
0004  <widget class="QDialog" name="PumpIOMessageDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>397</width>
0010     <height>344</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <property name="modal">
0017    <bool>false</bool>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QGridLayout" name="gridLayout">
0022      <item row="0" column="2">
0023       <widget class="QPushButton" name="btnReload">
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="toolTip">
0031         <string>Update Friends List</string>
0032        </property>
0033        <property name="text">
0034         <string/>
0035        </property>
0036        <property name="icon">
0037         <iconset theme="view-refresh"/>
0038        </property>
0039       </widget>
0040      </item>
0041      <item row="0" column="1">
0042       <widget class="QLabel" name="label_2">
0043        <property name="text">
0044         <string>CC:</string>
0045        </property>
0046       </widget>
0047      </item>
0048      <item row="1" column="1" colspan="2">
0049       <widget class="QListWidget" name="ccList">
0050        <property name="selectionMode">
0051         <enum>QAbstractItemView::MultiSelection</enum>
0052        </property>
0053       </widget>
0054      </item>
0055      <item row="1" column="0">
0056       <widget class="QListWidget" name="toList">
0057        <property name="selectionMode">
0058         <enum>QAbstractItemView::MultiSelection</enum>
0059        </property>
0060       </widget>
0061      </item>
0062      <item row="0" column="0">
0063       <widget class="QLabel" name="label">
0064        <property name="layoutDirection">
0065         <enum>Qt::LeftToRight</enum>
0066        </property>
0067        <property name="text">
0068         <string>To:</string>
0069        </property>
0070       </widget>
0071      </item>
0072     </layout>
0073    </item>
0074    <item>
0075     <widget class="QTextEdit" name="txtMessage"/>
0076    </item>
0077    <item>
0078     <layout class="QHBoxLayout" name="horizontalLayout">
0079      <item>
0080       <widget class="QPushButton" name="btnAttach">
0081        <property name="sizePolicy">
0082         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0083          <horstretch>0</horstretch>
0084          <verstretch>0</verstretch>
0085         </sizepolicy>
0086        </property>
0087        <property name="toolTip">
0088         <string>Attach a file</string>
0089        </property>
0090        <property name="text">
0091         <string/>
0092        </property>
0093        <property name="icon">
0094         <iconset theme="mail-attachment"/>
0095        </property>
0096       </widget>
0097      </item>
0098      <item>
0099       <spacer name="horizontalSpacer">
0100        <property name="orientation">
0101         <enum>Qt::Horizontal</enum>
0102        </property>
0103        <property name="sizeType">
0104         <enum>QSizePolicy::Expanding</enum>
0105        </property>
0106        <property name="sizeHint" stdset="0">
0107         <size>
0108          <width>40</width>
0109          <height>20</height>
0110         </size>
0111        </property>
0112       </spacer>
0113      </item>
0114     </layout>
0115    </item>
0116   </layout>
0117  </widget>
0118  <resources/>
0119  <connections/>
0120 </ui>