SettingsDialog.ui 1.05 KB
Newer Older
lm's avatar
lm committed
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
3 4 5 6 7 8
 <class>SettingsDialog</class>
 <widget class="QDialog" name="SettingsDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>500</width>
10
    <height>689</height>
11 12 13 14 15 16 17 18 19 20 21
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Dialog</string>
  </property>
22
  <layout class="QVBoxLayout" name="verticalLayout_5">
23
   <item>
24
    <widget class="QTabWidget" name="tabWidget"/>
25 26 27 28 29 30 31 32 33 34 35 36
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons">
      <set>QDialogButtonBox::Ok</set>
     </property>
     <property name="centerButtons">
      <bool>false</bool>
     </property>
37
    </widget>
38 39 40
   </item>
  </layout>
 </widget>
41
 <resources/>
42
 <connections/>
lm's avatar
lm committed
43
</ui>