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" 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="2" column="0">
91 <widget class="QCheckBox" name="disableScanline">
92 <property name="text">
93 <string>Disable scanline effects</string>
94 </property>
95 </widget>
96 </item>
97 <item row="4" column="0" rowspan="2">
98 <widget class="QListWidget" name="queue"/>
99 </item>
100 <item row="6" column="0">
101 <widget class="QPushButton" name="exportButton">
102 <property name="enabled">
103 <bool>false</bool>
104 </property>
105 <property name="text">
106 <string>Export</string>
107 </property>
108 </widget>
109 </item>
110 <item row="0" column="1" rowspan="7">
111 <widget class="QScrollArea" name="compositedArea">
112 <property name="widgetResizable">
113 <bool>true</bool>
114 </property>
115 <widget class="QWidget" name="scrollAreaWidgetContents_2">
116 <property name="geometry">
117 <rect>
118 <x>0</x>
119 <y>0</y>
120 <width>567</width>
121 <height>382</height>
122 </rect>
123 </property>
124 <layout class="QVBoxLayout" name="verticalLayout_2">
125 <item>
126 <widget class="QLabel" name="compositedView">
127 <property name="text">
128 <string/>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <spacer name="verticalSpacer_3">
134 <property name="orientation">
135 <enum>Qt::Vertical</enum>
136 </property>
137 <property name="sizeHint" stdset="0">
138 <size>
139 <width>20</width>
140 <height>40</height>
141 </size>
142 </property>
143 </spacer>
144 </item>
145 </layout>
146 </widget>
147 </widget>
148 </item>
149 </layout>
150 </widget>
151 <resources/>
152 <connections/>
153</ui>