<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OperationDialog</class> <widget class="QDialog" name="OperationDialog"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>505</width> <height>106</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>400</width> <height>106</height> </size> </property> <property name="windowTitle"> <string>Ryzom Installer</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="operationLabel"> <property name="text"> <string>Operation</string> </property> </widget> </item> <item> <widget class="QLabel" name="operationProgressLabel"> <property name="text"> <string>Operation progress</string> </property> </widget> </item> <item> <widget class="QProgressBar" name="operationProgressBar"> <property name="value"> <number>24</number> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="format"> <string notr="true">%p%</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="operationButtonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Abort</set> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>