12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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>
|