Spiffed up progress dialog visuals a little
This commit is contained in:
parent
46b65a5bcd
commit
2081835ae6
|
@ -7,58 +7,85 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>609</width>
|
<width>609</width>
|
||||||
<height>110</height>
|
<height>89</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Dialog</string>
|
<string>Dialog</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="TaskLabel">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<property name="font">
|
<item>
|
||||||
<font>
|
<widget class="QLabel" name="label">
|
||||||
<pointsize>10</pointsize>
|
<property name="maximumSize">
|
||||||
</font>
|
<size>
|
||||||
</property>
|
<width>40</width>
|
||||||
<property name="text">
|
<height>40</height>
|
||||||
<string/>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<property name="text">
|
||||||
</item>
|
<string/>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QLabel" name="StepLabel">
|
<property name="pixmap">
|
||||||
<property name="font">
|
<pixmap resource="Icons.qrc">:/icons/AppIcon.ico</pixmap>
|
||||||
<font>
|
</property>
|
||||||
<pointsize>8</pointsize>
|
<property name="scaledContents">
|
||||||
</font>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
</widget>
|
||||||
<string/>
|
</item>
|
||||||
</property>
|
<item>
|
||||||
</widget>
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
</item>
|
<item>
|
||||||
<item>
|
<widget class="QLabel" name="TaskLabel">
|
||||||
<widget class="QProgressBar" name="ProgressBar">
|
<property name="font">
|
||||||
<property name="value">
|
<font>
|
||||||
<number>24</number>
|
<pointsize>10</pointsize>
|
||||||
</property>
|
</font>
|
||||||
</widget>
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Task Text</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="StepLabel">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>8</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Step Text</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer">
|
<widget class="QProgressBar" name="ProgressBar">
|
||||||
<property name="orientation">
|
<property name="value">
|
||||||
<enum>Qt::Horizontal</enum>
|
<number>24</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
</widget>
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="CancelButton">
|
<widget class="QPushButton" name="CancelButton">
|
||||||
|
@ -70,7 +97,16 @@
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
<zorder>TaskLabel</zorder>
|
||||||
|
<zorder>StepLabel</zorder>
|
||||||
|
<zorder>ProgressBar</zorder>
|
||||||
|
<zorder>label</zorder>
|
||||||
|
<zorder>CancelButton</zorder>
|
||||||
|
<zorder>CancelButton</zorder>
|
||||||
|
<zorder>verticalSpacer</zorder>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="Icons.qrc"/>
|
||||||
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in New Issue