| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>FormBzjcFee</class>
- <widget class="QWidget" name="FormBzjcFee">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="labelState">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>开始日期:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDateEdit" name="dateEditStart"/>
- </item>
- <item>
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>结束日期:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDateEdit" name="dateEditEnd"/>
- </item>
- <item>
- <widget class="QPushButton" name="pushButtonQuery">
- <property name="text">
- <string>查询</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QTableWidget" name="tableWidget"/>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|