example/smfclientapp/smfclientapp.ui
changeset 6 c39a6cfd1fb9
equal deleted inserted replaced
5:edb9dc8273d9 6:c39a6cfd1fb9
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>SmfClientApp</class>
       
     4  <widget class="QWidget" name="SmfClientApp">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>340</width>
       
    10     <height>600</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>SmfClientApp</string>
       
    15   </property>
       
    16   <widget class="QListWidget" name="listWidget">
       
    17    <property name="geometry">
       
    18     <rect>
       
    19      <x>20</x>
       
    20      <y>230</y>
       
    21      <width>256</width>
       
    22      <height>271</height>
       
    23     </rect>
       
    24    </property>
       
    25   </widget>
       
    26   <widget class="QComboBox" name="comboBox">
       
    27    <property name="geometry">
       
    28     <rect>
       
    29      <x>20</x>
       
    30      <y>90</y>
       
    31      <width>201</width>
       
    32      <height>51</height>
       
    33     </rect>
       
    34    </property>
       
    35   </widget>
       
    36   <widget class="QPushButton" name="pushButton">
       
    37    <property name="geometry">
       
    38     <rect>
       
    39      <x>20</x>
       
    40      <y>150</y>
       
    41      <width>75</width>
       
    42      <height>51</height>
       
    43     </rect>
       
    44    </property>
       
    45    <property name="text">
       
    46     <string>Friends</string>
       
    47    </property>
       
    48   </widget>
       
    49   <widget class="QLabel" name="label">
       
    50    <property name="geometry">
       
    51     <rect>
       
    52      <x>40</x>
       
    53      <y>19</y>
       
    54      <width>271</width>
       
    55      <height>51</height>
       
    56     </rect>
       
    57    </property>
       
    58    <property name="text">
       
    59     <string>Supported Social Networking Sites</string>
       
    60    </property>
       
    61   </widget>
       
    62   <widget class="QPushButton" name="pushButton_2">
       
    63    <property name="geometry">
       
    64     <rect>
       
    65      <x>110</x>
       
    66      <y>150</y>
       
    67      <width>75</width>
       
    68      <height>51</height>
       
    69     </rect>
       
    70    </property>
       
    71    <property name="text">
       
    72     <string>Posts</string>
       
    73    </property>
       
    74   </widget>
       
    75  </widget>
       
    76  <layoutdefault spacing="6" margin="11"/>
       
    77  <resources/>
       
    78  <connections/>
       
    79 </ui>