Activate antialiasing in camera
[dashstudio.git] / src / components / camera / camera.ui
blob241b2956c8a608cdfd348baf8f5a77115055db03
1 <ui version="4.0" >
2  <class>Camera</class>
3  <widget class="QWidget" name="Camera" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>301</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Camera</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="YAMF::Render::Area" name="area" >
18      <property name="renderHints" >
19       <set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
20      </property>
21     </widget>
22    </item>
23    <item>
24     <widget class="Line" name="line" >
25      <property name="orientation" >
26       <enum>Qt::Horizontal</enum>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QHBoxLayout" >
32      <item>
33       <widget class="QPushButton" name="preview" >
34        <property name="text" >
35         <string>Preview</string>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <spacer>
41        <property name="orientation" >
42         <enum>Qt::Horizontal</enum>
43        </property>
44        <property name="sizeHint" >
45         <size>
46          <width>40</width>
47          <height>20</height>
48         </size>
49        </property>
50       </spacer>
51      </item>
52      <item>
53       <widget class="QLabel" name="label" >
54        <property name="text" >
55         <string>FPS</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QSpinBox" name="fps" >
61        <property name="minimum" >
62         <number>1</number>
63        </property>
64        <property name="maximum" >
65         <number>500</number>
66        </property>
67        <property name="value" >
68         <number>24</number>
69        </property>
70       </widget>
71      </item>
72     </layout>
73    </item>
74   </layout>
75  </widget>
76  <customwidgets>
77   <customwidget>
78    <class>YAMF::Render::Area</class>
79    <extends>QGraphicsView</extends>
80    <header location="global" >yamf/render/area.h</header>
81   </customwidget>
82  </customwidgets>
83  <resources/>
84  <connections/>
85 </ui>