example/smfclientapp/posttestui.ui
changeset 14 a469c0e6e7fb
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>PostTestUiClass</class>
       
     4  <widget class="QWidget" name="PostTestUiClass">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>400</width>
       
    10     <height>300</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>PostTestUi</string>
       
    15   </property>
       
    16   <widget class="QWidget" name="verticalLayoutWidget">
       
    17    <property name="geometry">
       
    18     <rect>
       
    19      <x>10</x>
       
    20      <y>20</y>
       
    21      <width>371</width>
       
    22      <height>261</height>
       
    23     </rect>
       
    24    </property>
       
    25    <layout class="QVBoxLayout" name="verticalLayout">
       
    26     <item>
       
    27      <layout class="QGridLayout" name="gridLayout">
       
    28       <item row="1" column="0">
       
    29        <widget class="QComboBox" name="comboBox">
       
    30         <item>
       
    31          <property name="text">
       
    32           <string>Retreive Post</string>
       
    33          </property>
       
    34         </item>
       
    35         <item>
       
    36          <property name="text">
       
    37           <string>Post Scrap</string>
       
    38          </property>
       
    39         </item>
       
    40         <item>
       
    41          <property name="text">
       
    42           <string>Post Scrap directed</string>
       
    43          </property>
       
    44         </item>
       
    45        </widget>
       
    46       </item>
       
    47       <item row="2" column="0">
       
    48        <widget class="QListWidget" name="listWidget"/>
       
    49       </item>
       
    50      </layout>
       
    51     </item>
       
    52    </layout>
       
    53   </widget>
       
    54  </widget>
       
    55  <layoutdefault spacing="6" margin="11"/>
       
    56  <resources/>
       
    57  <connections/>
       
    58 </ui>