<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>LogQuery</class>
|
<widget class="QMainWindow" name="LogQuery">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>600</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<layout class="QGridLayout" name="gridLayout_2">
|
<item row="0" column="0">
|
<widget class="QGroupBox" name="groupBox">
|
<property name="title">
|
<string>查询条件</string>
|
</property>
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QComboBox" name="comboBox">
|
<item>
|
<property name="text">
|
<string>时间</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>日志内容</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>日志级别</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>设备ID</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit"/>
|
</item>
|
</layout>
|
</item>
|
<item row="1" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="text">
|
<string>开始:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateTimeEdit" name="dateTimeEdit_start">
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer">
|
<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="label_2">
|
<property name="text">
|
<string>结束:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateTimeEdit" name="dateTimeEdit_end">
|
<property name="calendarPopup">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<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>
|
</layout>
|
</item>
|
<item row="2" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
<item>
|
<widget class="QPushButton" name="pushButton_search">
|
<property name="text">
|
<string>查询</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer_3">
|
<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="QSpinBox" name="spinBox"/>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="title">
|
<string>查询结果</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<item>
|
<widget class="QTableView" name="tableView"/>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<item>
|
<widget class="QLabel" name="label_currentPage">
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer_4">
|
<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="QPushButton" name="pushButton_up">
|
<property name="text">
|
<string>上一页</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_down">
|
<property name="text">
|
<string>下一页</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>23</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|