Bsongis/issue 4400 (#4425)
[opentx.git] / companion / src / progressdialog.ui
blob99d92e61b37665576151c395f9acf918364014ee
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ProgressDialog</class>
4 <widget class="QDialog" name="ProgressDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>431</width>
10 <height>115</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>0</width>
22 <height>0</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Flash Firmware</string>
27 </property>
28 <property name="windowIcon">
29 <iconset resource="companion.qrc">
30 <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
31 </property>
32 <property name="modal">
33 <bool>true</bool>
34 </property>
35 <layout class="QVBoxLayout" name="verticalLayout_2">
36 <item>
37 <widget class="ProgressWidget" name="outputProgress" native="true"/>
38 </item>
39 <item>
40 <spacer name="spacer2">
41 <property name="orientation">
42 <enum>Qt::Vertical</enum>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>20</width>
47 <height>0</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item>
53 <layout class="QHBoxLayout" name="horizontalLayout">
54 <item>
55 <spacer name="spacer1">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="sizeHint" stdset="0">
60 <size>
61 <width>40</width>
62 <height>20</height>
63 </size>
64 </property>
65 </spacer>
66 </item>
67 <item>
68 <widget class="QPushButton" name="closeButton">
69 <property name="minimumSize">
70 <size>
71 <width>90</width>
72 <height>0</height>
73 </size>
74 </property>
75 <property name="text">
76 <string>Close</string>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </item>
82 </layout>
83 </widget>
84 <customwidgets>
85 <customwidget>
86 <class>ProgressWidget</class>
87 <extends>QWidget</extends>
88 <header>progresswidget.h</header>
89 <container>1</container>
90 </customwidget>
91 </customwidgets>
92 <tabstops>
93 <tabstop>closeButton</tabstop>
94 </tabstops>
95 <resources>
96 <include location="companion.qrc"/>
97 </resources>
98 <connections/>
99 </ui>