blob: e8777cb352046f585e0cf07dd85ca2ccef1e1436 [file] [log] [blame]
Edric Milaret864a2052016-01-14 15:45:03 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QualityDialog</class>
4 <widget class="QDialog" name="QualityDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Nicolas Jager0a9fc602016-03-11 18:35:42 -05009 <width>100</width>
10 <height>363</height>
Edric Milaret864a2052016-01-14 15:45:03 -050011 </rect>
12 </property>
13 <property name="windowTitle">
Edric Milaret41941582016-09-14 12:59:04 -040014 <string/>
Edric Milaret864a2052016-01-14 15:45:03 -050015 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
Nicolas Jager0a9fc602016-03-11 18:35:42 -050017 <property name="spacing">
Edric Milaret864a2052016-01-14 15:45:03 -050018 <number>0</number>
19 </property>
Nicolas Jager0a9fc602016-03-11 18:35:42 -050020 <property name="leftMargin">
21 <number>4</number>
22 </property>
Edric Milaret864a2052016-01-14 15:45:03 -050023 <property name="topMargin">
Nicolas Jager0a9fc602016-03-11 18:35:42 -050024 <number>4</number>
Edric Milaret864a2052016-01-14 15:45:03 -050025 </property>
26 <property name="rightMargin">
Nicolas Jager0a9fc602016-03-11 18:35:42 -050027 <number>4</number>
Edric Milaret864a2052016-01-14 15:45:03 -050028 </property>
29 <property name="bottomMargin">
Nicolas Jager0a9fc602016-03-11 18:35:42 -050030 <number>4</number>
Edric Milaret864a2052016-01-14 15:45:03 -050031 </property>
32 <item>
Nicolas Jager0a9fc602016-03-11 18:35:42 -050033 <widget class="QWidget" name="roundedFrame" native="true">
34 <layout class="QVBoxLayout" name="tata_2">
35 <property name="spacing">
36 <number>0</number>
37 </property>
38 <property name="leftMargin">
39 <number>0</number>
40 </property>
41 <property name="topMargin">
42 <number>0</number>
43 </property>
44 <property name="rightMargin">
45 <number>0</number>
46 </property>
47 <property name="bottomMargin">
48 <number>0</number>
49 </property>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout_4">
52 <property name="spacing">
53 <number>0</number>
54 </property>
55 <property name="topMargin">
56 <number>10</number>
57 </property>
58 <property name="bottomMargin">
59 <number>10</number>
60 </property>
61 <item>
62 <widget class="QSlider" name="qualitySlider">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -040063 <property name="toolTip">
64 <string>Quality slider</string>
65 </property>
Nicolas Jager0a9fc602016-03-11 18:35:42 -050066 <property name="maximum">
67 <number>100</number>
68 </property>
69 <property name="value">
70 <number>50</number>
71 </property>
72 <property name="orientation">
73 <enum>Qt::Vertical</enum>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </item>
79 <item>
80 <layout class="QHBoxLayout" name="horizontalLayout_5">
81 <property name="spacing">
82 <number>0</number>
83 </property>
84 <property name="bottomMargin">
85 <number>10</number>
86 </property>
87 <item>
88 <spacer name="horizontalSpacer_5">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="sizeHint" stdset="0">
93 <size>
94 <width>40</width>
95 <height>20</height>
96 </size>
97 </property>
98 </spacer>
99 </item>
100 <item>
101 <widget class="QCheckBox" name="autoCheckBox">
Olivier SOLDANO7707b4c2017-09-12 14:56:49 -0400102 <property name="toolTip">
103 <string>Automatic quality checkbox</string>
104 </property>
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500105 <property name="text">
106 <string>Auto</string>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer name="horizontalSpacer_6">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 </layout>
124 </item>
125 </layout>
126 </widget>
Edric Milaret864a2052016-01-14 15:45:03 -0500127 </item>
128 <item>
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500129 <layout class="QHBoxLayout" name="horizontalLayout">
130 <property name="spacing">
Edric Milaret864a2052016-01-14 15:45:03 -0500131 <number>0</number>
132 </property>
133 <item>
134 <spacer name="horizontalSpacer">
135 <property name="orientation">
136 <enum>Qt::Horizontal</enum>
137 </property>
138 <property name="sizeHint" stdset="0">
139 <size>
140 <width>40</width>
141 <height>20</height>
142 </size>
143 </property>
144 </spacer>
145 </item>
146 <item>
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500147 <widget class="QWidget" name="spike" native="true">
148 <property name="minimumSize">
149 <size>
150 <width>60</width>
151 <height>30</height>
152 </size>
Edric Milaret864a2052016-01-14 15:45:03 -0500153 </property>
Nicolas Jager0a9fc602016-03-11 18:35:42 -0500154 <property name="maximumSize">
155 <size>
156 <width>60</width>
157 <height>30</height>
158 </size>
159 </property>
Edric Milaret864a2052016-01-14 15:45:03 -0500160 </widget>
161 </item>
162 <item>
163 <spacer name="horizontalSpacer_2">
164 <property name="orientation">
165 <enum>Qt::Horizontal</enum>
166 </property>
167 <property name="sizeHint" stdset="0">
168 <size>
169 <width>40</width>
170 <height>20</height>
171 </size>
172 </property>
173 </spacer>
174 </item>
175 </layout>
176 </item>
177 </layout>
178 </widget>
179 <resources/>
180 <connections/>
181</ui>