tests/messagingex/mmsreceiveddialog.ui
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 <ui version="4.0" >
       
     2  <class>MMSReceivedDialog</class>
       
     3  <widget class="QDialog" name="MMSReceivedDialog" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>250</width>
       
     9     <height>356</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Dialog</string>
       
    14   </property>
       
    15   <layout class="QVBoxLayout" name="verticalLayout" >
       
    16    <item>
       
    17     <widget class="QLabel" name="label" >
       
    18      <property name="text" >
       
    19       <string>MMS Received</string>
       
    20      </property>
       
    21     </widget>
       
    22    </item>
       
    23    <item>
       
    24     <widget class="QLabel" name="phoneNumberLabel" >
       
    25      <property name="text" >
       
    26       <string>Phone number:</string>
       
    27      </property>
       
    28     </widget>
       
    29    </item>
       
    30    <item>
       
    31     <widget class="QLineEdit" name="mmsPhoneNumberEdit" />
       
    32    </item>
       
    33    <item>
       
    34     <widget class="QLabel" name="label_3" >
       
    35      <property name="text" >
       
    36       <string>Subject:</string>
       
    37      </property>
       
    38     </widget>
       
    39    </item>
       
    40    <item>
       
    41     <widget class="QLineEdit" name="mmsSubjectEdit" />
       
    42    </item>
       
    43    <item>
       
    44     <widget class="QLabel" name="messageLabel" >
       
    45      <property name="text" >
       
    46       <string>Message:</string>
       
    47      </property>
       
    48     </widget>
       
    49    </item>
       
    50    <item>
       
    51     <widget class="QTextBrowser" name="mmsBodyEdit" />
       
    52    </item>
       
    53    <item>
       
    54     <widget class="QLabel" name="attachmentPath" >
       
    55      <property name="text" >
       
    56       <string/>
       
    57      </property>
       
    58     </widget>
       
    59    </item>
       
    60    <item>
       
    61     <widget class="QDialogButtonBox" name="buttonBox" >
       
    62      <property name="orientation" >
       
    63       <enum>Qt::Horizontal</enum>
       
    64      </property>
       
    65      <property name="standardButtons" >
       
    66       <set>QDialogButtonBox::Ok</set>
       
    67      </property>
       
    68     </widget>
       
    69    </item>
       
    70   </layout>
       
    71  </widget>
       
    72  <resources/>
       
    73  <connections>
       
    74   <connection>
       
    75    <sender>buttonBox</sender>
       
    76    <signal>accepted()</signal>
       
    77    <receiver>MMSReceivedDialog</receiver>
       
    78    <slot>accept()</slot>
       
    79    <hints>
       
    80     <hint type="sourcelabel" >
       
    81      <x>248</x>
       
    82      <y>254</y>
       
    83     </hint>
       
    84     <hint type="destinationlabel" >
       
    85      <x>157</x>
       
    86      <y>274</y>
       
    87     </hint>
       
    88    </hints>
       
    89   </connection>
       
    90  </connections>
       
    91 </ui>