93 lines
2.1 KiB
XML
93 lines
2.1 KiB
XML
<ui version="4.0" >
|
|
<class>linboProgress</class>
|
|
<widget class="QDialog" name="linboProgress" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>472</width>
|
|
<height>125</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor" >
|
|
<cursorShape>WaitCursor</cursorShape>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Warten...</string>
|
|
</property>
|
|
<widget class="QLabel" name="progressLabel" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>430</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Bitte Warten...</string>
|
|
</property>
|
|
<property name="alignment" >
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="cancelButton" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>190</x>
|
|
<y>90</y>
|
|
<width>100</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Abbruch</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="progressBar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>451</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="value" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="textVisible" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="invertedAppearance" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="processTime" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>190</x>
|
|
<y>70</y>
|
|
<width>101</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text" >
|
|
<string>00:00</string>
|
|
</property>
|
|
<property name="alignment" >
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11" />
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|