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>TQtWait</class>
4
 <widget class="QDialog" name="TQtWait">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>400</width>
10
    <height>141</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <widget class="QLabel" name="labelText">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>40</y>
21
     <width>381</width>
22
     <height>91</height>
23
    </rect>
24
   </property>
25
   <property name="text">
26
    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;line1&lt;/p&gt;&lt;p&gt;line2&lt;/p&gt;&lt;p&gt;line3&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27
   </property>
28
  </widget>
29
  <widget class="QProgressBar" name="progressBarWait">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>10</y>
34
     <width>381</width>
35
     <height>23</height>
36
    </rect>
37
   </property>
38
   <property name="value">
39
    <number>50</number>
40
   </property>
41
   <property name="textVisible">
42
    <bool>false</bool>
43
   </property>
44
   <property name="invertedAppearance">
45
    <bool>false</bool>
46
   </property>
47
  </widget>
48
 </widget>
49
 <resources/>
50
 <connections/>
51
</ui>