forked from seeebek/EliteOCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
busyUI.ui
34 lines (34 loc) · 1007 Bytes
/
busyUI.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>busywidget</class>
<widget class="QWidget" name="busywidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>211</width>
<height>51</height>
</rect>
</property>
<property name="windowTitle">
<string>OCR in progress</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
<normaloff>:/ico/icon.ico</normaloff>:/ico/icon.ico</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600; color:#750000;">OCR in progress</span></p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>