Warning, /system/partitionmanager/src/gui/applyprogressdialogwidgetbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: 2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-FileCopyrightText: 2016 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>
0008  <class>ApplyProgressDialogWidgetBase</class>
0009  <widget class="QWidget" name="ApplyProgressDialogWidgetBase">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>732</width>
0015     <height>320</height>
0016    </rect>
0017   </property>
0018   <property name="minimumSize">
0019    <size>
0020     <width>720</width>
0021     <height>320</height>
0022    </size>
0023   </property>
0024   <layout class="QVBoxLayout" name="verticalLayout">
0025    <item>
0026     <widget class="QTreeWidget" name="m_TreeTasks">
0027      <property name="selectionMode">
0028       <enum>QAbstractItemView::NoSelection</enum>
0029      </property>
0030      <property name="wordWrap">
0031       <bool>true</bool>
0032      </property>
0033      <property name="columnCount">
0034       <number>2</number>
0035      </property>
0036      <attribute name="headerStretchLastSection">
0037       <bool>true</bool>
0038      </attribute>
0039      <column>
0040       <property name="text">
0041        <string>Operations and Jobs</string>
0042       </property>
0043      </column>
0044      <column>
0045       <property name="text">
0046        <string>Time Elapsed</string>
0047       </property>
0048      </column>
0049     </widget>
0050    </item>
0051    <item>
0052     <spacer name="verticalSpacer">
0053      <property name="orientation">
0054       <enum>Qt::Vertical</enum>
0055      </property>
0056      <property name="sizeType">
0057       <enum>QSizePolicy::Fixed</enum>
0058      </property>
0059      <property name="sizeHint" stdset="0">
0060       <size>
0061        <width>20</width>
0062        <height>10</height>
0063       </size>
0064      </property>
0065     </spacer>
0066    </item>
0067    <item>
0068     <layout class="QHBoxLayout" name="horizontalLayout">
0069      <item>
0070       <widget class="QLabel" name="m_LabelTime">
0071        <property name="text">
0072         <string>Total Time: 00:00:00</string>
0073        </property>
0074        <property name="alignment">
0075         <set>Qt::AlignCenter</set>
0076        </property>
0077        <property name="textInteractionFlags">
0078         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0079        </property>
0080       </widget>
0081      </item>
0082     </layout>
0083    </item>
0084    <item>
0085     <layout class="QVBoxLayout" name="m_MainLayout">
0086      <item>
0087       <widget class="QProgressBar" name="m_ProgressSub">
0088        <property name="format">
0089         <string>Operation: %p%</string>
0090        </property>
0091       </widget>
0092      </item>
0093      <item>
0094       <widget class="QLabel" name="m_LabelStatus">
0095        <property name="enabled">
0096         <bool>true</bool>
0097        </property>
0098        <property name="text">
0099         <string>Status</string>
0100        </property>
0101        <property name="alignment">
0102         <set>Qt::AlignCenter</set>
0103        </property>
0104        <property name="textInteractionFlags">
0105         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0106        </property>
0107       </widget>
0108      </item>
0109      <item>
0110       <widget class="QProgressBar" name="m_ProgressTotal">
0111        <property name="value">
0112         <number>0</number>
0113        </property>
0114        <property name="format">
0115         <string>Total: %p%</string>
0116        </property>
0117       </widget>
0118      </item>
0119     </layout>
0120    </item>
0121    <item>
0122     <spacer name="verticalSpacer_2">
0123      <property name="orientation">
0124       <enum>Qt::Vertical</enum>
0125      </property>
0126      <property name="sizeType">
0127       <enum>QSizePolicy::Fixed</enum>
0128      </property>
0129      <property name="sizeHint" stdset="0">
0130       <size>
0131        <width>20</width>
0132        <height>10</height>
0133       </size>
0134      </property>
0135     </spacer>
0136    </item>
0137   </layout>
0138  </widget>
0139  <resources/>
0140  <connections/>
0141 </ui>