Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TqDownload</class>
<widget class="QDialog" name="TqDownload">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>431</width>
<height>80</height>
</rect>
</property>
<property name="windowTitle">
<string>Download</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>images/icon.png</normaloff>images/icon.png</iconset>
</property>
<property name="locale">
<locale language="English" country="Austria"/>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QLabel" name="labelInfo">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>411</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>