|
@@ -0,0 +1,93 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+<ui version="4.0">
|
|
|
|
+ <class>Form</class>
|
|
|
|
+ <widget class="QWidget" name="Form">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>0</x>
|
|
|
|
+ <y>0</y>
|
|
|
|
+ <width>890</width>
|
|
|
|
+ <height>422</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="windowTitle">
|
|
|
|
+ <string>Form</string>
|
|
|
|
+ </property>
|
|
|
|
+ <widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>9</x>
|
|
|
|
+ <y>9</y>
|
|
|
|
+ <width>871</width>
|
|
|
|
+ <height>71</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout"/>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QWidget" name="gridLayoutWidget">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>30</x>
|
|
|
|
+ <y>90</y>
|
|
|
|
+ <width>411</width>
|
|
|
|
+ <height>80</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout"/>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QWidget" name="verticalLayoutWidget_2">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>440</x>
|
|
|
|
+ <y>90</y>
|
|
|
|
+ <width>411</width>
|
|
|
|
+ <height>81</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLCDNumber" name="todayBlastCout"/>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QWidget" name="gridLayoutWidget_2">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>30</x>
|
|
|
|
+ <y>170</y>
|
|
|
|
+ <width>411</width>
|
|
|
|
+ <height>81</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
+ <item row="0" column="0">
|
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string> 本周爆破量:</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="margin">
|
|
|
|
+ <number>20</number>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ <widget class="QWidget" name="gridLayoutWidget_3">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>440</x>
|
|
|
|
+ <y>170</y>
|
|
|
|
+ <width>411</width>
|
|
|
|
+ <height>81</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
+ <item row="1" column="0">
|
|
|
|
+ <widget class="QLCDNumber" name="lcdNumber"/>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ </widget>
|
|
|
|
+ <resources/>
|
|
|
|
+ <connections/>
|
|
|
|
+</ui>
|