qtmobility/tests/bearerex/detailedinfodialog.ui
changeset 0 cfcbf08528c4
equal deleted inserted replaced
-1:000000000000 0:cfcbf08528c4
       
     1 <ui version="4.0" >
       
     2  <class>DetailedInfoDialog</class>
       
     3  <widget class="QDialog" name="DetailedInfoDialog" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>308</width>
       
     9     <height>396</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Bearer Example</string>
       
    14   </property>
       
    15   <layout class="QVBoxLayout" name="verticalLayout" >
       
    16    <item>
       
    17     <widget class="QLabel" name="label" >
       
    18      <property name="text" >
       
    19       <string>Detailed information</string>
       
    20      </property>
       
    21     </widget>
       
    22    </item>
       
    23    <item>
       
    24     <widget class="QTableWidget" name="tableWidget" />
       
    25    </item>
       
    26    <item>
       
    27     <widget class="QDialogButtonBox" name="buttonBox" >
       
    28      <property name="standardButtons" >
       
    29       <set>QDialogButtonBox::Ok</set>
       
    30      </property>
       
    31     </widget>
       
    32    </item>
       
    33   </layout>
       
    34  </widget>
       
    35  <resources/>
       
    36  <connections>
       
    37   <connection>
       
    38    <sender>buttonBox</sender>
       
    39    <signal>accepted()</signal>
       
    40    <receiver>DetailedInfoDialog</receiver>
       
    41    <slot>accept()</slot>
       
    42    <hints>
       
    43     <hint type="sourcelabel" >
       
    44      <x>205</x>
       
    45      <y>371</y>
       
    46     </hint>
       
    47     <hint type="destinationlabel" >
       
    48      <x>223</x>
       
    49      <y>8</y>
       
    50     </hint>
       
    51    </hints>
       
    52   </connection>
       
    53  </connections>
       
    54 </ui>