summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/progressloggerfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/progressloggerfrm.ui')
-rw-r--r--utils/rbutilqt/progressloggerfrm.ui101
1 files changed, 101 insertions, 0 deletions
diff --git a/utils/rbutilqt/progressloggerfrm.ui b/utils/rbutilqt/progressloggerfrm.ui
new file mode 100644
index 0000000000..0fa6b79269
--- /dev/null
+++ b/utils/rbutilqt/progressloggerfrm.ui
@@ -0,0 +1,101 @@
1<ui version="4.0" >
2 <class>ProgressLoggerFrm</class>
3 <widget class="QDialog" name="ProgressLoggerFrm" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <!-- Larger progress window - quick workaround to avoid user confusion
9 during iPod Classic 6G bootloader installation. Due to progress
10 scroll, many users (including me) are confused and do not realize
11 an important action message.
12 -->
13 <width>360</width>
14 <height>560</height>
15 </rect>
16 </property>
17 <property name="windowTitle" >
18 <string>Progress</string>
19 </property>
20 <layout class="QGridLayout" name="gridLayout" >
21 <item row="0" column="0" >
22 <widget class="QLabel" name="labelHeader" >
23 <property name="text" >
24 <string>Progress</string>
25 </property>
26 <property name="wordWrap" >
27 <bool>true</bool>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="0" colspan="3" >
32 <widget class="QListWidget" name="listProgress" >
33 <property name="focusPolicy" >
34 <enum>Qt::TabFocus</enum>
35 </property>
36 <property name="accessibleName" >
37 <string>progresswindow</string>
38 </property>
39 <property name="tabKeyNavigation" >
40 <bool>true</bool>
41 </property>
42 <property name="selectionBehavior" >
43 <enum>QAbstractItemView::SelectRows</enum>
44 </property>
45 <property name="wordWrap" >
46 <bool>true</bool>
47 </property>
48 </widget>
49 </item>
50 <item row="2" column="0" colspan="3" >
51 <widget class="QProgressBar" name="progressBar" >
52 <property name="value" >
53 <number>0</number>
54 </property>
55 </widget>
56 </item>
57 <item row="3" column="0" >
58 <widget class="QPushButton" name="saveLog" >
59 <property name="enabled" >
60 <bool>true</bool>
61 </property>
62 <property name="text" >
63 <string>Save Log</string>
64 </property>
65 <property name="icon" >
66 <iconset resource="rbutilqt.qrc" >
67 <normaloff>:/icons/document-save.svg</normaloff>:/icons/document-save.svg</iconset>
68 </property>
69 </widget>
70 </item>
71 <item row="3" column="1" >
72 <spacer>
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="3" column="2" >
85 <widget class="QPushButton" name="buttonAbort" >
86 <property name="text" >
87 <string>&amp;Abort</string>
88 </property>
89 <property name="icon" >
90 <iconset resource="rbutilqt.qrc" >
91 <normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </widget>
97 <resources>
98 <include location="rbutilqt.qrc" />
99 </resources>
100 <connections/>
101</ui>