-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathabout.ui
167 lines (165 loc) · 4.03 KB
/
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>about</class>
<widget class="QDialog" name="about">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>616</width>
<height>602</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="background">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>621</width>
<height>601</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/stockes/resources/about back.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="closeBtn">
<property name="geometry">
<rect>
<x>577</x>
<y>15</y>
<width>20</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>21</pointsize>
<italic>false</italic>
<bold>false</bold>
<kerning>false</kerning>
</font>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">border-radius:10px;
color: #710101;
text-align: left;
font: 21pt "IROicons";</string>
</property>
<property name="text">
<string>x</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="messageup">
<property name="geometry">
<rect>
<x>20</x>
<y>17</y>
<width>201</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>Montserrat Light</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>About IRO Paint</string>
</property>
</widget>
<widget class="QLabel" name="logo">
<property name="geometry">
<rect>
<x>240</x>
<y>70</y>
<width>141</width>
<height>171</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/stockes/resources/about logo.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="maintxt">
<property name="geometry">
<rect>
<x>14</x>
<y>280</y>
<width>641</width>
<height>261</height>
</rect>
</property>
<property name="font">
<font>
<family>Montserrat</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>IRO Paint Version 1.0 (Build 2021-2022)
Copyrights © 2022 Team 01. all rights reserved
Bulid by QT Creator 6.0.1 (Open Source)
IRO Paint desktop application & its user interface are protected by
trademarkand other pending or existing intellectual property rights in Egypt
and other countires (Joking guys, we are not Microsoft, you can use
IRO Paint under the GNU General Public License)
IRO Paint Developers:
1- Kamel Mohamed (EGY) 4- Romaisaa El Saidy (EGY)
2- Youssef Shaaban (EGY) 5- Dina Khalid (EGY)
3- Ibrahim Mohamed (EGY) 6- Ahmed El Sarta (EGY)</string>
</property>
</widget>
<widget class="QLabel" name="dept">
<property name="geometry">
<rect>
<x>90</x>
<y>570</y>
<width>441</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Systems & Biomedical Engineering Dept, Cairo University</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>