example/smfclientapp/displaywidget.ui
changeset 10 1d94eb8df9c2
parent 9 b85b0c039c14
equal deleted inserted replaced
9:b85b0c039c14 10:1d94eb8df9c2
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>DisplayWidgetClass</class>
       
     4  <widget class="QWidget" name="DisplayWidgetClass">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>400</width>
       
    10     <height>489</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>DisplayWidget</string>
       
    15   </property>
       
    16   <widget class="QWidget" name="verticalLayoutWidget">
       
    17    <property name="geometry">
       
    18     <rect>
       
    19      <x>10</x>
       
    20      <y>10</y>
       
    21      <width>371</width>
       
    22      <height>461</height>
       
    23     </rect>
       
    24    </property>
       
    25    <layout class="QVBoxLayout" name="verticalLayout">
       
    26     <item>
       
    27      <widget class="QLabel" name="label">
       
    28       <property name="text">
       
    29        <string>Select Interface</string>
       
    30       </property>
       
    31      </widget>
       
    32     </item>
       
    33     <item>
       
    34      <widget class="QComboBox" name="comboBox_intf"/>
       
    35     </item>
       
    36     <item>
       
    37      <widget class="QPushButton" name="pushButton_intf">
       
    38       <property name="text">
       
    39        <string>Ok</string>
       
    40       </property>
       
    41      </widget>
       
    42     </item>
       
    43     <item>
       
    44      <widget class="QLabel" name="label_2">
       
    45       <property name="text">
       
    46        <string>Select Service Provider</string>
       
    47       </property>
       
    48      </widget>
       
    49     </item>
       
    50     <item>
       
    51      <widget class="QComboBox" name="comboBox__SP"/>
       
    52     </item>
       
    53     <item>
       
    54      <widget class="QPushButton" name="pushButton_SP">
       
    55       <property name="text">
       
    56        <string>Ok</string>
       
    57       </property>
       
    58      </widget>
       
    59     </item>
       
    60     <item>
       
    61      <widget class="QLabel" name="label_3">
       
    62       <property name="text">
       
    63        <string>Select Service</string>
       
    64       </property>
       
    65      </widget>
       
    66     </item>
       
    67     <item>
       
    68      <widget class="QComboBox" name="comboBox_service"/>
       
    69     </item>
       
    70     <item>
       
    71      <widget class="QPushButton" name="pushButton_service">
       
    72       <property name="text">
       
    73        <string>Ok</string>
       
    74       </property>
       
    75      </widget>
       
    76     </item>
       
    77     <item>
       
    78      <widget class="QListWidget" name="listWidget"/>
       
    79     </item>
       
    80    </layout>
       
    81   </widget>
       
    82   <widget class="QScrollBar" name="verticalScrollBar_list">
       
    83    <property name="geometry">
       
    84     <rect>
       
    85      <x>380</x>
       
    86      <y>242</y>
       
    87      <width>20</width>
       
    88      <height>221</height>
       
    89     </rect>
       
    90    </property>
       
    91    <property name="orientation">
       
    92     <enum>Qt::Vertical</enum>
       
    93    </property>
       
    94   </widget>
       
    95  </widget>
       
    96  <layoutdefault spacing="6" margin="11"/>
       
    97  <resources/>
       
    98  <connections/>
       
    99 </ui>