2009-08-15 17:02:25 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-03-28 17:30:37 +00:00
|
|
|
<class>ProgressLoggerFrm</class>
|
2009-08-15 17:02:25 +00:00
|
|
|
<widget class="QDialog" name="ProgressLoggerFrm">
|
|
|
|
<property name="geometry">
|
2007-07-25 20:21:06 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>315</width>
|
|
|
|
<height>302</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="windowTitle">
|
2007-07-25 20:21:06 +00:00
|
|
|
<string>Progress</string>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelHeader">
|
|
|
|
<property name="text">
|
2007-07-25 20:21:06 +00:00
|
|
|
<string>Progress</string>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="wordWrap">
|
2007-07-25 20:21:06 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-15 17:02:25 +00:00
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QListWidget" name="listProgress">
|
|
|
|
<property name="focusPolicy">
|
2008-10-11 20:35:28 +00:00
|
|
|
<enum>Qt::TabFocus</enum>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="accessibleName">
|
2008-10-11 20:35:28 +00:00
|
|
|
<string>progresswindow</string>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="tabKeyNavigation">
|
2008-10-11 20:35:28 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="selectionBehavior">
|
2008-10-11 20:35:28 +00:00
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
2007-07-25 20:21:06 +00:00
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="wordWrap">
|
2009-03-22 22:55:45 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-07-25 20:21:06 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-15 17:02:25 +00:00
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="value">
|
2007-07-25 20:21:06 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-15 17:02:25 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QPushButton" name="saveLog">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save Log</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2007-07-25 20:21:06 +00:00
|
|
|
<spacer>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="orientation">
|
2007-07-25 20:21:06 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-07-25 20:21:06 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-08-15 17:02:25 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QPushButton" name="buttonAbort">
|
|
|
|
<property name="text">
|
2007-07-25 20:21:06 +00:00
|
|
|
<string>&Abort</string>
|
|
|
|
</property>
|
2009-08-15 17:02:25 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="rbutilqt.qrc">
|
2009-03-22 22:55:45 +00:00
|
|
|
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
|
2007-08-04 06:12:55 +00:00
|
|
|
</property>
|
2007-07-25 20:21:06 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-08-04 06:12:55 +00:00
|
|
|
<resources>
|
2009-08-15 17:02:25 +00:00
|
|
|
<include location="rbutilqt.qrc"/>
|
2007-08-04 06:12:55 +00:00
|
|
|
</resources>
|
2007-07-25 20:21:06 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|