partitionmanager/src/gui/applyprogressdialogwidgetba...

142 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>
SPDX-FileCopyrightText: 2010 Volker Lanz &lt;vl@fidra.de&gt;
SPDX-FileCopyrightText: 2016 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
SPDX-License-Identifier: GPL-3.0-or-later
</author>
<class>ApplyProgressDialogWidgetBase</class>
<widget class="QWidget" name="ApplyProgressDialogWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>732</width>
<height>320</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>720</width>
<height>320</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeWidget" name="m_TreeTasks">
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Operations and Jobs</string>
</property>
</column>
<column>
<property name="text">
<string>Time Elapsed</string>
</property>
</column>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="m_LabelTime">
<property name="text">
<string>Total Time: 00:00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="m_MainLayout">
<item>
<widget class="QProgressBar" name="m_ProgressSub">
<property name="format">
<string>Operation: %p%</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="m_LabelStatus">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Status</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="m_ProgressTotal">
<property name="value">
<number>0</number>
</property>
<property name="format">
<string>Total: %p%</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>