|
14 | 14 | <string>Animated Titles (Powered by Blender)</string>
|
15 | 15 | </property>
|
16 | 16 | <property name="windowIcon">
|
17 |
| - <iconset resource="../../../images/openshot.qrc"> |
| 17 | + <iconset> |
18 | 18 | <normaloff>:/about/blender.svg</normaloff>:/about/blender.svg</iconset>
|
19 | 19 | </property>
|
20 | 20 | <property name="autoFillBackground">
|
21 | 21 | <bool>false</bool>
|
22 | 22 | </property>
|
23 |
| - <layout class="QGridLayout" name="gridLayout"> |
24 |
| - <item row="2" column="0"> |
25 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
26 |
| - <property name="orientation"> |
27 |
| - <enum>Qt::Horizontal</enum> |
28 |
| - </property> |
29 |
| - <property name="standardButtons"> |
30 |
| - <set>QDialogButtonBox::NoButton</set> |
31 |
| - </property> |
32 |
| - </widget> |
33 |
| - </item> |
| 23 | + <property name="sizeGripEnabled"> |
| 24 | + <bool>true</bool> |
| 25 | + </property> |
| 26 | + <layout class="QGridLayout" name="gridLayout" columnstretch="0" columnminimumwidth="0"> |
34 | 27 | <item row="1" column="0">
|
35 | 28 | <widget class="QSplitter" name="splitter">
|
36 | 29 | <property name="lineWidth">
|
|
87 | 80 | <rect>
|
88 | 81 | <x>0</x>
|
89 | 82 | <y>0</y>
|
90 |
| - <width>445</width> |
91 |
| - <height>219</height> |
| 83 | + <width>480</width> |
| 84 | + <height>210</height> |
92 | 85 | </rect>
|
93 | 86 | </property>
|
94 | 87 | <layout class="QFormLayout" name="formLayout">
|
|
155 | 148 | <string/>
|
156 | 149 | </property>
|
157 | 150 | <property name="scaledContents">
|
158 |
| - <bool>true</bool> |
| 151 | + <bool>false</bool> |
159 | 152 | </property>
|
160 | 153 | <property name="alignment">
|
161 | 154 | <set>Qt::AlignCenter</set>
|
|
166 | 159 | </widget>
|
167 | 160 | </widget>
|
168 | 161 | </item>
|
| 162 | + <item row="2" column="0"> |
| 163 | + <widget class="QWidget" name="buttonsContainer" native="true"> |
| 164 | + <property name="sizePolicy"> |
| 165 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 166 | + <horstretch>1</horstretch> |
| 167 | + <verstretch>0</verstretch> |
| 168 | + </sizepolicy> |
| 169 | + </property> |
| 170 | + <property name="minimumSize"> |
| 171 | + <size> |
| 172 | + <width>200</width> |
| 173 | + <height>16</height> |
| 174 | + </size> |
| 175 | + </property> |
| 176 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 177 | + <property name="topMargin"> |
| 178 | + <number>0</number> |
| 179 | + </property> |
| 180 | + <property name="bottomMargin"> |
| 181 | + <number>0</number> |
| 182 | + </property> |
| 183 | + <item> |
| 184 | + <widget class="QWidget" name="statusContainer" native="true"> |
| 185 | + <layout class="QHBoxLayout" name="statusLayout" stretch="0,1"> |
| 186 | + <property name="topMargin"> |
| 187 | + <number>0</number> |
| 188 | + </property> |
| 189 | + <property name="rightMargin"> |
| 190 | + <number>9</number> |
| 191 | + </property> |
| 192 | + <property name="bottomMargin"> |
| 193 | + <number>0</number> |
| 194 | + </property> |
| 195 | + <item> |
| 196 | + <widget class="QLabel" name="frameStatus"> |
| 197 | + <property name="minimumSize"> |
| 198 | + <size> |
| 199 | + <width>100</width> |
| 200 | + <height>16</height> |
| 201 | + </size> |
| 202 | + </property> |
| 203 | + <property name="text"> |
| 204 | + <string>Idle</string> |
| 205 | + </property> |
| 206 | + <property name="textFormat"> |
| 207 | + <enum>Qt::PlainText</enum> |
| 208 | + </property> |
| 209 | + </widget> |
| 210 | + </item> |
| 211 | + <item> |
| 212 | + <widget class="QProgressBar" name="frameProgress"> |
| 213 | + <property name="minimumSize"> |
| 214 | + <size> |
| 215 | + <width>200</width> |
| 216 | + <height>16</height> |
| 217 | + </size> |
| 218 | + </property> |
| 219 | + <property name="baseSize"> |
| 220 | + <size> |
| 221 | + <width>200</width> |
| 222 | + <height>16</height> |
| 223 | + </size> |
| 224 | + </property> |
| 225 | + <property name="value"> |
| 226 | + <number>0</number> |
| 227 | + </property> |
| 228 | + <property name="textVisible"> |
| 229 | + <bool>true</bool> |
| 230 | + </property> |
| 231 | + </widget> |
| 232 | + </item> |
| 233 | + </layout> |
| 234 | + </widget> |
| 235 | + </item> |
| 236 | + <item> |
| 237 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 238 | + <property name="minimumSize"> |
| 239 | + <size> |
| 240 | + <width>200</width> |
| 241 | + <height>16</height> |
| 242 | + </size> |
| 243 | + </property> |
| 244 | + <property name="baseSize"> |
| 245 | + <size> |
| 246 | + <width>200</width> |
| 247 | + <height>16</height> |
| 248 | + </size> |
| 249 | + </property> |
| 250 | + <property name="orientation"> |
| 251 | + <enum>Qt::Horizontal</enum> |
| 252 | + </property> |
| 253 | + <property name="standardButtons"> |
| 254 | + <set>QDialogButtonBox::NoButton</set> |
| 255 | + </property> |
| 256 | + </widget> |
| 257 | + </item> |
| 258 | + </layout> |
| 259 | + </widget> |
| 260 | + </item> |
169 | 261 | </layout>
|
170 | 262 | </widget>
|
171 | 263 | <resources/>
|
172 | 264 | <connections>
|
173 | 265 | <connection>
|
174 | 266 | <sender>buttonBox</sender>
|
175 |
| - <signal>rejected()</signal> |
| 267 | + <signal>accepted()</signal> |
176 | 268 | <receiver>Dialog</receiver>
|
177 |
| - <slot>reject()</slot> |
| 269 | + <slot>accept()</slot> |
178 | 270 | <hints>
|
179 | 271 | <hint type="sourcelabel">
|
180 | 272 | <x>184</x>
|
181 |
| - <y>234</y> |
| 273 | + <y>228</y> |
182 | 274 | </hint>
|
183 | 275 | <hint type="destinationlabel">
|
184 |
| - <x>286</x> |
| 276 | + <x>157</x> |
185 | 277 | <y>274</y>
|
186 | 278 | </hint>
|
187 | 279 | </hints>
|
188 | 280 | </connection>
|
189 | 281 | <connection>
|
190 | 282 | <sender>buttonBox</sender>
|
191 |
| - <signal>accepted()</signal> |
| 283 | + <signal>rejected()</signal> |
192 | 284 | <receiver>Dialog</receiver>
|
193 |
| - <slot>accept()</slot> |
| 285 | + <slot>reject()</slot> |
194 | 286 | <hints>
|
195 | 287 | <hint type="sourcelabel">
|
196 | 288 | <x>184</x>
|
197 |
| - <y>228</y> |
| 289 | + <y>234</y> |
198 | 290 | </hint>
|
199 | 291 | <hint type="destinationlabel">
|
200 |
| - <x>157</x> |
| 292 | + <x>286</x> |
201 | 293 | <y>274</y>
|
202 | 294 | </hint>
|
203 | 295 | </hints>
|
|
0 commit comments