Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TQtWait</class>
<widget class="QDialog" name="TQtWait">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>141</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="labelText">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>381</width>
<height>91</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p>line1</p><p>line2</p><p>line3</p></body></html></string>
</property>
</widget>
<widget class="QProgressBar" name="progressBarWait">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>50</number>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>