Move preferences dialog layout code into separate ui file
[vlp.git] / src / edit / ui / dialogs / PreferencesDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PreferencesDialog</class>
4  <widget class="QDialog" name="PreferencesDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>333</width>
10     <height>137</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <property name="bottomMargin">
20       <number>10</number>
21      </property>
22      <item>
23       <layout class="QVBoxLayout" name="verticalLayout_3">
24        <property name="spacing">
25         <number>6</number>
26        </property>
27        <item>
28         <widget class="QLabel" name="label">
29          <property name="text">
30           <string>Path to files</string>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <widget class="QLabel" name="label_2">
36          <property name="text">
37           <string>Path to compiler</string>
38          </property>
39         </widget>
40        </item>
41        <item>
42         <widget class="QLabel" name="label_3">
43          <property name="text">
44           <string>Path to gen</string>
45          </property>
46         </widget>
47        </item>
48       </layout>
49      </item>
50      <item>
51       <layout class="QVBoxLayout" name="verticalLayout_2">
52        <item>
53         <widget class="QLineEdit" name="filesPath">
54          <property name="minimumSize">
55           <size>
56            <width>200</width>
57            <height>0</height>
58           </size>
59          </property>
60         </widget>
61        </item>
62        <item>
63         <widget class="QLineEdit" name="compilerPath">
64          <property name="minimumSize">
65           <size>
66            <width>200</width>
67            <height>0</height>
68           </size>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <widget class="QLineEdit" name="genPath"/>
74        </item>
75       </layout>
76      </item>
77     </layout>
78    </item>
79    <item>
80     <widget class="QDialogButtonBox" name="buttonBox">
81      <property name="orientation">
82       <enum>Qt::Horizontal</enum>
83      </property>
84      <property name="standardButtons">
85       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
86      </property>
87     </widget>
88    </item>
89   </layout>
90  </widget>
91  <resources/>
92  <connections>
93   <connection>
94    <sender>buttonBox</sender>
95    <signal>accepted()</signal>
96    <receiver>PreferencesDialog</receiver>
97    <slot>accept()</slot>
98    <hints>
99     <hint type="sourcelabel">
100      <x>248</x>
101      <y>254</y>
102     </hint>
103     <hint type="destinationlabel">
104      <x>157</x>
105      <y>274</y>
106     </hint>
107    </hints>
108   </connection>
109   <connection>
110    <sender>buttonBox</sender>
111    <signal>rejected()</signal>
112    <receiver>PreferencesDialog</receiver>
113    <slot>reject()</slot>
114    <hints>
115     <hint type="sourcelabel">
116      <x>316</x>
117      <y>260</y>
118     </hint>
119     <hint type="destinationlabel">
120      <x>286</x>
121      <y>274</y>
122     </hint>
123    </hints>
124   </connection>
125  </connections>
126 </ui>