mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 15:23:22 +02:00
75 lines
1.6 KiB
XML
75 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>BusyWindow</class>
|
|
<widget class="QDialog" name="BusyWindow">
|
|
<property name="windowModality">
|
|
<enum>Qt::ApplicationModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>542</width>
|
|
<height>189</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Updating TestRail - please wait</string>
|
|
</property>
|
|
<widget class="QLabel" name="errorLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>850</y>
|
|
<width>500</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>similarity</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="progressBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>40</y>
|
|
<width>481</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>60</y>
|
|
<width>431</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Please wait for this window to close</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|