0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>ProgressPage</class>
|
|
7 |
<widget class="QWidget" name="ProgressPage">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>440</width>
|
|
13 |
<height>286</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Form10</string>
|
|
18 |
</property>
|
|
19 |
<layout class="QHBoxLayout">
|
|
20 |
<property name="margin">
|
|
21 |
<number>11</number>
|
|
22 |
</property>
|
|
23 |
<property name="spacing">
|
|
24 |
<number>6</number>
|
|
25 |
</property>
|
|
26 |
<item>
|
|
27 |
<layout class="QVBoxLayout">
|
|
28 |
<item>
|
|
29 |
<widget class="Q3TextEdit" name="filesDisplay">
|
|
30 |
<property name="vScrollBarMode">
|
|
31 |
<enum>Q3ScrollView::AlwaysOn</enum>
|
|
32 |
</property>
|
|
33 |
<property name="hScrollBarMode">
|
|
34 |
<enum>Q3ScrollView::AlwaysOff</enum>
|
|
35 |
</property>
|
|
36 |
<property name="textFormat">
|
|
37 |
<enum>Qt::LogText</enum>
|
|
38 |
</property>
|
|
39 |
<property name="linkUnderline">
|
|
40 |
<bool>false</bool>
|
|
41 |
</property>
|
|
42 |
<property name="wordWrap">
|
|
43 |
<enum>Q3TextEdit::NoWrap</enum>
|
|
44 |
</property>
|
|
45 |
<property name="undoDepth">
|
|
46 |
<number>0</number>
|
|
47 |
</property>
|
|
48 |
<property name="autoFormatting">
|
|
49 |
<set>Q3TextEdit::AutoNone</set>
|
|
50 |
</property>
|
|
51 |
</widget>
|
|
52 |
</item>
|
|
53 |
<item>
|
|
54 |
<widget class="Q3ProgressBar" name="operationProgress">
|
|
55 |
<property name="centerIndicator">
|
|
56 |
<bool>false</bool>
|
|
57 |
</property>
|
|
58 |
<property name="percentageVisible">
|
|
59 |
<bool>false</bool>
|
|
60 |
</property>
|
|
61 |
</widget>
|
|
62 |
</item>
|
|
63 |
</layout>
|
|
64 |
</item>
|
|
65 |
</layout>
|
|
66 |
</widget>
|
|
67 |
<layoutdefault spacing="6" margin="11"/>
|
|
68 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
69 |
</ui>
|