-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgui_about.ui
89 lines (89 loc) · 2.67 KB
/
gui_about.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>aboutDialog</class>
<widget class="QDialog" name="aboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>321</width>
<height>239</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>321</width>
<height>239</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>321</width>
<height>239</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<widget class="QPushButton" name="about_btn">
<property name="geometry">
<rect>
<x>120</x>
<y>200</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(197, 195, 190);
font: 75 10pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_about">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>281</width>
<height>171</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string><html><head/><body><p align="justify"><span style=" font-family:'Open Sans,Arial,sans-serif'; font-size:16pt; font-weight:600; color:#7a513d; background-color:#ffffff;">Lorem Ipsum</span><span style=" font-family:'Open Sans,Arial,sans-serif'; font-size:14px; color:#000000; background-color:#ffffff;"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>