Qt_magictower_25/shop.ui

588 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Shop</class>
<widget class="QDialog" name="Shop">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>商店</string>
</property>
<property name="styleSheet">
<string notr="true">#Shop{
background-image: url(:/images/Background.jpeg);
}</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>300</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>14</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 14pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>商店</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>增加攻击</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>增加防御</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>增加生命</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>购买黄钥匙</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>购买蓝钥匙</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>20</x>
<y>310</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>购买红钥匙</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>20</x>
<y>360</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>购买绿钥匙</string>
</property>
</widget>
<widget class="QSpinBox" name="add_atk">
<property name="geometry">
<rect>
<x>150</x>
<y>60</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QSpinBox" name="add_def">
<property name="geometry">
<rect>
<x>150</x>
<y>110</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QSpinBox" name="add_hp">
<property name="geometry">
<rect>
<x>150</x>
<y>160</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999999</number>
</property>
<property name="singleStep">
<number>20</number>
</property>
</widget>
<widget class="QSpinBox" name="add_yellowkey">
<property name="geometry">
<rect>
<x>150</x>
<y>210</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QSpinBox" name="add_bluekey">
<property name="geometry">
<rect>
<x>150</x>
<y>260</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QSpinBox" name="add_redkey">
<property name="geometry">
<rect>
<x>150</x>
<y>310</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QSpinBox" name="add_greenkey">
<property name="geometry">
<rect>
<x>150</x>
<y>360</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 12pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>50</x>
<y>90</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>10金币/攻击</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>50</x>
<y>140</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>10金币/防御</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>50</x>
<y>190</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>1金币20生命</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>50</x>
<y>240</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>3金币/把</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>50</x>
<y>290</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>10金币/把</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>50</x>
<y>340</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>40金币/把</string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>50</x>
<y>390</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 255, 127);
font: 8pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>200金币/把</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>30</x>
<y>450</y>
<width>93</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 14pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>20</x>
<y>400</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>所需金币:</string>
</property>
</widget>
<widget class="QLabel" name="Need_Gold">
<property name="geometry">
<rect>
<x>120</x>
<y>400</y>
<width>131</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="notenough">
<property name="geometry">
<rect>
<x>20</x>
<y>430</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);</string>
</property>
<property name="text">
<string>金币不足!</string>
</property>
</widget>
<widget class="QPushButton" name="cancel">
<property name="geometry">
<rect>
<x>170</x>
<y>450</y>
<width>93</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/Blackgold.jpg);
font: 14pt &quot;微软雅黑&quot;;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>