Subversion Repositories tpanel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TQBusy</class>
4
 <widget class="QDialog" name="TQBusy">
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>465</width>
13
    <height>111</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
120 andreas 17
   <string>Busy</string>
119 andreas 18
  </property>
120 andreas 19
  <property name="autoFillBackground">
20
   <bool>true</bool>
21
  </property>
119 andreas 22
  <property name="modal">
23
   <bool>false</bool>
24
  </property>
25
  <widget class="QLabel" name="label_Download">
26
   <property name="geometry">
27
    <rect>
28
     <x>120</x>
29
     <y>20</y>
30
     <width>341</width>
31
     <height>71</height>
32
    </rect>
33
   </property>
34
   <property name="font">
35
    <font>
36
     <pointsize>10</pointsize>
37
    </font>
38
   </property>
39
   <property name="text">
40
    <string>Downloading</string>
41
   </property>
42
  </widget>
43
  <widget class="QQuickWidget" name="quickWidget">
44
   <property name="geometry">
45
    <rect>
46
     <x>10</x>
47
     <y>10</y>
48
     <width>101</width>
49
     <height>91</height>
50
    </rect>
51
   </property>
120 andreas 52
   <property name="acceptDrops">
53
    <bool>false</bool>
54
   </property>
119 andreas 55
   <property name="resizeMode">
56
    <enum>QQuickWidget::SizeRootObjectToView</enum>
57
   </property>
58
  </widget>
59
 </widget>
60
 <customwidgets>
61
  <customwidget>
62
   <class>QQuickWidget</class>
63
   <extends>QWidget</extends>
64
   <header location="global">QtQuickWidgets/QQuickWidget</header>
65
  </customwidget>
66
 </customwidgets>
67
 <resources/>
68
 <connections/>
69
</ui>