qtmobility/tests/messagingex/smsreceiveddialog.ui
changeset 1 2b40d63a9c3d
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 <ui version="4.0" >
       
     2  <class>SMSReceivedDialog</class>
       
     3  <widget class="QDialog" name="SMSReceivedDialog" >
       
     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>SMS 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="phoneNumberEdit" />
       
    32    </item>
       
    33    <item>
       
    34     <widget class="QLabel" name="messageLabel" >
       
    35      <property name="text" >
       
    36       <string>Message:</string>
       
    37      </property>
       
    38     </widget>
       
    39    </item>
       
    40    <item>
       
    41     <widget class="QTextBrowser" name="messageBrowser" />
       
    42    </item>
       
    43    <item>
       
    44     <widget class="QDialogButtonBox" name="buttonBox" >
       
    45      <property name="orientation" >
       
    46       <enum>Qt::Horizontal</enum>
       
    47      </property>
       
    48      <property name="standardButtons" >
       
    49       <set>QDialogButtonBox::Ok</set>
       
    50      </property>
       
    51     </widget>
       
    52    </item>
       
    53   </layout>
       
    54  </widget>
       
    55  <resources/>
       
    56  <connections>
       
    57   <connection>
       
    58    <sender>buttonBox</sender>
       
    59    <signal>accepted()</signal>
       
    60    <receiver>SMSReceivedDialog</receiver>
       
    61    <slot>accept()</slot>
       
    62    <hints>
       
    63     <hint type="sourcelabel" >
       
    64      <x>248</x>
       
    65      <y>254</y>
       
    66     </hint>
       
    67     <hint type="destinationlabel" >
       
    68      <x>157</x>
       
    69      <y>274</y>
       
    70     </hint>
       
    71    </hints>
       
    72   </connection>
       
    73  </connections>
       
    74 </ui>