vlp-27 Made Editor Properties dialog using QtDesigner files.
[vlp.git] / data / editor / editor-properties-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EditorProperties</class>
4  <widget class="QDialog" name="EditorProperties">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>332</width>
10     <height>136</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      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Path to files</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLineEdit" name="filesPath"/>
28      </item>
29     </layout>
30    </item>
31    <item>
32     <layout class="QHBoxLayout" name="horizontalLayout_2">
33      <item>
34       <widget class="QLabel" name="label_2">
35        <property name="text">
36         <string>Path to compiler</string>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <widget class="QLineEdit" name="compilerPath"/>
42      </item>
43     </layout>
44    </item>
45    <item>
46     <widget class="QDialogButtonBox" name="buttonBox">
47      <property name="standardButtons">
48       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
49      </property>
50     </widget>
51    </item>
52   </layout>
53  </widget>
54  <resources/>
55  <connections/>
56 </ui>