|
@@ -0,0 +1,76 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+<ui version="4.0">
|
|
|
|
+ <class>homepage</class>
|
|
|
|
+ <widget class="QWidget" name="homepage">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>0</x>
|
|
|
|
+ <y>0</y>
|
|
|
|
+ <width>1096</width>
|
|
|
|
+ <height>642</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="windowTitle">
|
|
|
|
+ <string>Form</string>
|
|
|
|
+ </property>
|
|
|
|
+ <widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>70</x>
|
|
|
|
+ <y>80</y>
|
|
|
|
+ <width>461</width>
|
|
|
|
+ <height>80</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>今日爆破数:</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QWidget" name="verticalLayoutWidget_2">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>539</x>
|
|
|
|
+ <y>79</y>
|
|
|
|
+ <width>381</width>
|
|
|
|
+ <height>81</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLCDNumber" name="lcdNumber"/>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>82</x>
|
|
|
|
+ <y>200</y>
|
|
|
|
+ <width>341</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>本周爆破数:</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QLCDNumber" name="lcdNumber_2">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>580</x>
|
|
|
|
+ <y>190</y>
|
|
|
|
+ <width>331</width>
|
|
|
|
+ <height>61</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </widget>
|
|
|
|
+ <resources/>
|
|
|
|
+ <connections/>
|
|
|
|
+</ui>
|