-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdialogunitprice.ui
45 lines (45 loc) · 2.72 KB
/
dialogunitprice.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogUnitPrice</class>
<widget class="QDialog" name="DialogUnitPrice">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>299</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>301</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/Res/Animations/deg4.git);</string>
</property>
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; text-decoration: underline; color:#ffffff;">Land Units:<br /></span><span style=" font-size:12pt; color:#ffffff;">Infantery - 1000<br />Mech - 3000<br />Recon - 4000<br />Tank - 7000<br />Anti-Air - 8000<br />NeoTank - 22000<br />Mega Tank - 28000</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; text-decoration: underline; color:#ffffff;">Air Units:<br /></span><span style=" font-size:12pt; color:#ffffff;">B-Copter - 9000<br />Fighter - 20000<br />Bomber - 22000<br /></span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ffffff;"><br /></span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ffffff;"><br /></span></p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>