<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ReadLog</class>
|
<widget class="QMainWindow" name="ReadLog">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>520</width>
|
<height>370</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>130</y>
|
<width>503</width>
|
<height>231</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>文件名</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>日 期</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>级 别</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>触发函数</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>查 看</string>
|
</property>
|
</column>
|
</widget>
|
<widget class="QWidget" name="">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>30</y>
|
<width>381</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="font">
|
<font>
|
<pointsize>11</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>文件名:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit"/>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_2">
|
<property name="font">
|
<font>
|
<pointsize>11</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>时间:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QDateTimeEdit" name="dateTimeEdit">
|
<property name="displayFormat">
|
<string>yyyy/MM/dd H:mm:ss</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>60</y>
|
<width>381</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<widget class="QLabel" name="label_3">
|
<property name="font">
|
<font>
|
<pointsize>11</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>级别:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox">
|
<property name="font">
|
<font>
|
<pointsize>11</pointsize>
|
</font>
|
</property>
|
<item>
|
<property name="text">
|
<string>info</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>error</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>fital</string>
|
</property>
|
</item>
|
</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="QPushButton" name="pushButton">
|
<property name="font">
|
<font>
|
<pointsize>11</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>查询</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|