| | |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QDateEdit" name="dateEdit_begin"> |
| | | <property name="styleSheet"> |
| | | <string notr="true"/> |
| | | </property> |
| | | <property name="dateTime"> |
| | | <datetime> |
| | | <hour>0</hour> |
| | | <minute>0</minute> |
| | | <second>0</second> |
| | | <year>2023</year> |
| | | <month>1</month> |
| | | <day>1</day> |
| | | </datetime> |
| | | </property> |
| | | <property name="calendarPopup"> |
| | | <bool>true</bool> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QLabel" name="label_2"> |
| | | <property name="text"> |
| | | <string>到</string> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QDateEdit" name="dateEdit_end"> |
| | | <property name="calendarPopup"> |
| | | <bool>true</bool> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <widget class="QCheckBox" name="checkBox"> |
| | | <property name="text"> |
| | | <string>查询时间</string> |
| | | </property> |
| | | <property name="checked"> |
| | | <bool>true</bool> |
| | | </property> |
| | | <property name="tristate"> |
| | | <bool>false</bool> |
| | | </property> |
| | | </widget> |
| | | </item> |
| | | <item> |
| | | <spacer name="horizontalSpacer"> |
| | | <property name="orientation"> |
| | | <enum>Qt::Horizontal</enum> |
| | |
| | | </item> |
| | | <item> |
| | | <widget class="QPushButton" name="pushButton_export"> |
| | | <property name="styleSheet"> |
| | | <string notr="true">background-color: rgb(170, 255, 127);</string> |
| | | </property> |
| | | <property name="text"> |
| | | <string>导出表格</string> |
| | | </property> |
| | |
| | | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| | | <item> |
| | | <widget class="QToolButton" name="toolButton_seleceExcel"> |
| | | <property name="styleSheet"> |
| | | <string notr="true">background-color: rgb(170, 255, 127);</string> |
| | | </property> |
| | | <property name="text"> |
| | | <string>选择表格模板</string> |
| | | </property> |