src/platform/qt/GIFView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GIFView</class>
4 <widget class="QWidget" name="GIFView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>392</width>
10 <height>225</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Record GIF/WebP/APNG</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout_3">
17 <property name="sizeConstraint">
18 <enum>QLayout::SetFixedSize</enum>
19 </property>
20 <item row="4" column="0" colspan="3">
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="standardButtons">
23 <set>QDialogButtonBox::Close</set>
24 </property>
25 </widget>
26 </item>
27 <item row="1" column="1" colspan="2">
28 <widget class="QCheckBox" name="loop">
29 <property name="text">
30 <string>Loop</string>
31 </property>
32 <property name="checked">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item row="0" column="0" colspan="3">
38 <layout class="QGridLayout" name="gridLayout">
39 <item row="1" column="0">
40 <widget class="QPushButton" name="start">
41 <property name="enabled">
42 <bool>false</bool>
43 </property>
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
48 </sizepolicy>
49 </property>
50 <property name="text">
51 <string>Start</string>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="1">
56 <widget class="QPushButton" name="stop">
57 <property name="enabled">
58 <bool>false</bool>
59 </property>
60 <property name="sizePolicy">
61 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
62 <horstretch>0</horstretch>
63 <verstretch>0</verstretch>
64 </sizepolicy>
65 </property>
66 <property name="text">
67 <string>Stop</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="2">
72 <spacer name="horizontalSpacer">
73 <property name="orientation">
74 <enum>Qt::Horizontal</enum>
75 </property>
76 <property name="sizeHint" stdset="0">
77 <size>
78 <width>40</width>
79 <height>20</height>
80 </size>
81 </property>
82 </spacer>
83 </item>
84 <item row="1" column="3">
85 <widget class="QPushButton" name="selectFile">
86 <property name="sizePolicy">
87 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
88 <horstretch>0</horstretch>
89 <verstretch>0</verstretch>
90 </sizepolicy>
91 </property>
92 <property name="text">
93 <string>Select File</string>
94 </property>
95 </widget>
96 </item>
97 <item row="0" column="0" colspan="4">
98 <widget class="QLineEdit" name="filename">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
101 <horstretch>1</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </item>
109 <item row="3" column="0">
110 <widget class="QRadioButton" name="fmtApng">
111 <property name="text">
112 <string>APNG</string>
113 </property>
114 <attribute name="buttonGroup">
115 <string notr="true">format</string>
116 </attribute>
117 </widget>
118 </item>
119 <item row="1" column="0">
120 <widget class="QRadioButton" name="fmtGif">
121 <property name="text">
122 <string>GIF</string>
123 </property>
124 <property name="checked">
125 <bool>true</bool>
126 </property>
127 <attribute name="buttonGroup">
128 <string notr="true">format</string>
129 </attribute>
130 </widget>
131 </item>
132 <item row="2" column="0">
133 <widget class="QRadioButton" name="fmtWebP">
134 <property name="text">
135 <string>WebP</string>
136 </property>
137 <attribute name="buttonGroup">
138 <string notr="true">format</string>
139 </attribute>
140 </widget>
141 </item>
142 <item row="2" column="1">
143 <widget class="QLabel" name="label">
144 <property name="text">
145 <string>Frameskip</string>
146 </property>
147 </widget>
148 </item>
149 <item row="2" column="2">
150 <widget class="QSpinBox" name="frameskip">
151 <property name="sizePolicy">
152 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
153 <horstretch>0</horstretch>
154 <verstretch>0</verstretch>
155 </sizepolicy>
156 </property>
157 <property name="maximum">
158 <number>9</number>
159 </property>
160 <property name="value">
161 <number>2</number>
162 </property>
163 </widget>
164 </item>
165 </layout>
166 </widget>
167 <tabstops>
168 <tabstop>filename</tabstop>
169 <tabstop>start</tabstop>
170 <tabstop>stop</tabstop>
171 <tabstop>selectFile</tabstop>
172 <tabstop>fmtGif</tabstop>
173 <tabstop>fmtWebP</tabstop>
174 <tabstop>fmtApng</tabstop>
175 <tabstop>loop</tabstop>
176 <tabstop>frameskip</tabstop>
177 </tabstops>
178 <resources/>
179 <connections>
180 <connection>
181 <sender>buttonBox</sender>
182 <signal>rejected()</signal>
183 <receiver>GIFView</receiver>
184 <slot>close()</slot>
185 <hints>
186 <hint type="sourcelabel">
187 <x>138</x>
188 <y>226</y>
189 </hint>
190 <hint type="destinationlabel">
191 <x>138</x>
192 <y>123</y>
193 </hint>
194 </hints>
195 </connection>
196 </connections>
197 <buttongroups>
198 <buttongroup name="format"/>
199 </buttongroups>
200</ui>