SettingsDialog.ui 3.72 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 24 25
   <item>
    <widget class="QTabWidget" name="tabWidget">
     <widget class="QWidget" name="general">
26 27 28 29 30 31
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
32 33 34 35 36 37
      <attribute name="title">
       <string>General</string>
      </attribute>
      <attribute name="toolTip">
       <string>General Settings</string>
      </attribute>
38
      <layout class="QVBoxLayout" name="verticalLayout_8">
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
       <item>
        <widget class="QGroupBox" name="fileLocationsLayout">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>0</width>
           <height>0</height>
          </size>
         </property>
         <property name="title">
          <string>File Locations</string>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_7">
          <item>
           <widget class="QLabel" name="label">
            <property name="sizePolicy">
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="minimumSize">
             <size>
              <width>0</width>
              <height>0</height>
             </size>
            </property>
            <property name="text">
             <string>Specify the location you would like to save files:</string>
            </property>
            <property name="wordWrap">
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <layout class="QHBoxLayout" name="horizontalLayout_2">
81
            <item>
82
             <widget class="QLineEdit" name="savedFilesLocation">
83 84
              <property name="minimumSize">
               <size>
85 86
                <width>200</width>
                <height>21</height>
87 88
               </size>
              </property>
89 90
              <property name="maxLength">
               <number>1024</number>
91
              </property>
92 93 94 95 96 97
             </widget>
            </item>
            <item>
             <widget class="QPushButton" name="browseSavedFilesLocation">
              <property name="text">
               <string>Browse</string>
98 99 100
              </property>
             </widget>
            </item>
101 102 103 104 105
           </layout>
          </item>
         </layout>
        </widget>
       </item>
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
      </layout>
     </widget>
    </widget>
   </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>
121
    </widget>
122 123 124
   </item>
  </layout>
 </widget>
125
 <resources/>
126
 <connections/>
lm's avatar
lm committed
127
</ui>