-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbluemoonwin.ui
38 lines (38 loc) · 1.67 KB
/
bluemoonwin.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BlueMoonWin</class>
<widget class="QDialog" name="BlueMoonWin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5, radius:0.976, fx:0.5, fy:0.5, stop:0 rgba(0, 0, 255, 255), stop:1 rgba(255, 255, 255, 255));</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>301</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(52, 101, 164);</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:20pt; font-weight:600; color:#2e3436;">BLUE MOON</span></p><p align="center"><span style=" font-size:16pt; font-weight:600; color:#2e3436;">~Make America great again ~</span></p><p align="center"><span style=" color:#2e3436;"><br/></span></p><p align="center"><span style=" font-size:20pt; font-weight:600; color:#2e3436;">WON THE WAR</span></p><p><span style=" color:#3465a4;"><br/></span></p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>