-
Notifications
You must be signed in to change notification settings - Fork 2
/
AboutUs.ui
108 lines (108 loc) · 3.32 KB
/
AboutUs.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutUs</class>
<widget class="QDialog" name="AboutUs">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>48</width>
<height>48</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="camera_calibration/res/image.qrc">:/icon/icon.ico</pixmap>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>48</x>
<y>5</y>
<width>260</width>
<height>110</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="title">
<string>产品信息</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>240</width>
<height>80</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p>产品: TStoneCalibration</p><p>版本: 1.3.0</p><p>开发: 基于<a href="https://www.qt.io/"><span style=" text-decoration: underline; color:#0000ff;">Qt</span></a>和开源项目<a href="https://opencv.org/"><span style=" text-decoration: underline; color:#0000ff;">OpenCV</span></a>开发</p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>48</x>
<y>120</y>
<width>260</width>
<height>110</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<property name="title">
<string>版权信息</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>240</width>
<height>80</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p>实验室官网: <a href="http://ri.cuhk.edu.hk/"><span style=" text-decoration: underline; color:#0000ff;">http://ri.cuhk.edu.hk/</span></a></p><p>联系我们: big.uncle@foxmail.com</p><p><span style=" font-size:7pt;">Copyright © 2021 CUHK CURI Embedded AI Group</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="camera_calibration/res/image.qrc"/>
</resources>
<connections/>
</ui>