Subversion Repositories tpanel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
446 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TqDownload</class>
4
 <widget class="QDialog" name="TqDownload">
5
  <property name="windowModality">
6
   <enum>Qt::ApplicationModal</enum>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>431</width>
13
    <height>80</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Download</string>
18
  </property>
19
  <property name="windowIcon">
20
   <iconset>
21
    <normaloff>images/icon.png</normaloff>images/icon.png</iconset>
22
  </property>
23
  <property name="locale">
24
   <locale language="English" country="Austria"/>
25
  </property>
26
  <property name="modal">
27
   <bool>true</bool>
28
  </property>
29
  <widget class="QLabel" name="labelInfo">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>10</y>
34
     <width>411</width>
35
     <height>21</height>
36
    </rect>
37
   </property>
38
   <property name="text">
39
    <string>TextLabel</string>
40
   </property>
41
  </widget>
42
  <widget class="QProgressBar" name="progressBar">
43
   <property name="geometry">
44
    <rect>
45
     <x>10</x>
46
     <y>40</y>
47
     <width>411</width>
48
     <height>31</height>
49
    </rect>
50
   </property>
51
   <property name="value">
52
    <number>24</number>
53
   </property>
54
  </widget>
55
 </widget>
56
 <resources/>
57
 <connections/>
58
</ui>