src/platform/qt/FrameView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FrameView</class>
4 <widget class="QWidget" name="FrameView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>869</width>
10 <height>875</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Inspect frame</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,1,0,0,0" columnstretch="0,1">
17 <item row="0" column="0">
18 <layout class="QHBoxLayout" name="horizontalLayout_4">
19 <item>
20 <widget class="QSpinBox" name="magnification">
21 <property name="sizePolicy">
22 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
23 <horstretch>0</horstretch>
24 <verstretch>0</verstretch>
25 </sizepolicy>
26 </property>
27 <property name="suffix">
28 <string>×</string>
29 </property>
30 <property name="minimum">
31 <number>1</number>
32 </property>
33 <property name="maximum">
34 <number>8</number>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QLabel" name="label_2">
40 <property name="text">
41 <string>Magnification</string>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </item>
47 <item row="1" column="0">
48 <widget class="QCheckBox" name="freeze">
49 <property name="text">
50 <string>Freeze frame</string>
51 </property>
52 </widget>
53 </item>
54 <item row="3" column="0">
55 <layout class="QHBoxLayout" name="horizontalLayout">
56 <item>
57 <widget class="QFrame" name="backdrop">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
60 <horstretch>0</horstretch>
61 <verstretch>0</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="minimumSize">
65 <size>
66 <width>32</width>
67 <height>32</height>
68 </size>
69 </property>
70 <property name="autoFillBackground">
71 <bool>true</bool>
72 </property>
73 <property name="frameShape">
74 <enum>QFrame::StyledPanel</enum>
75 </property>
76 <property name="frameShadow">
77 <enum>QFrame::Raised</enum>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <widget class="QLabel" name="label">
83 <property name="text">
84 <string>Backdrop color</string>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </item>
90 <item row="0" column="1" rowspan="9">
91 <widget class="QScrollArea" name="compositedArea">
92 <property name="widgetResizable">
93 <bool>true</bool>
94 </property>
95 <widget class="QWidget" name="scrollAreaWidgetContents_2">
96 <property name="geometry">
97 <rect>
98 <x>0</x>
99 <y>0</y>
100 <width>567</width>
101 <height>382</height>
102 </rect>
103 </property>
104 <layout class="QVBoxLayout" name="verticalLayout_2">
105 <item>
106 <widget class="QLabel" name="compositedView">
107 <property name="text">
108 <string/>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <spacer name="verticalSpacer_3">
114 <property name="orientation">
115 <enum>Qt::Vertical</enum>
116 </property>
117 <property name="sizeHint" stdset="0">
118 <size>
119 <width>20</width>
120 <height>40</height>
121 </size>
122 </property>
123 </spacer>
124 </item>
125 </layout>
126 </widget>
127 </widget>
128 </item>
129 <item row="2" column="0">
130 <widget class="QCheckBox" name="disableScanline">
131 <property name="text">
132 <string>Disable scanline effects</string>
133 </property>
134 </widget>
135 </item>
136 <item row="5" column="0" rowspan="2">
137 <widget class="QListWidget" name="queue"/>
138 </item>
139 <item row="8" column="0">
140 <widget class="QPushButton" name="exportButton">
141 <property name="enabled">
142 <bool>false</bool>
143 </property>
144 <property name="text">
145 <string>Export</string>
146 </property>
147 </widget>
148 </item>
149 <item row="7" column="0">
150 <widget class="QPushButton" name="reset">
151 <property name="text">
152 <string>Reset</string>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <resources/>
159 <connections/>
160</ui>