-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathQQrDecoder.ui
More file actions
42 lines (42 loc) · 978 Bytes
/
QQrDecoder.ui
File metadata and controls
42 lines (42 loc) · 978 Bytes
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
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QQrDecoder</class>
<widget class="QMainWindow" name="QQrDecoder">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>331</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>QQrDecoder</string>
</property>
<widget class="QCameraControllerWidget" name="centralwidget">
<widget class="QPushButton" name="decodeButton">
<property name="geometry">
<rect>
<x>9</x>
<y>608</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Decode</string>
</property>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QCameraControllerWidget</class>
<extends>QWidget</extends>
<header>qcameracontrollerwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>