2024-09-12 17:31:39 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
2024-09-18 10:25:29 +08:00
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2024-09-14 11:18:18 +08:00
|
|
|
<width>450</width>
|
|
|
|
<height>700</height>
|
2024-09-12 17:31:39 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2024-09-18 10:25:29 +08:00
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="windowTitle">
|
2024-09-18 10:25:29 +08:00
|
|
|
<string>日志读取</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2024-09-14 11:18:18 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_16">
|
2024-09-12 17:31:39 +08:00
|
|
|
<item row="6" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QGroupBox" name="groupBox_end">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
2024-09-12 17:31:39 +08:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2024-09-14 11:18:18 +08:00
|
|
|
<string>结束时间</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_14">
|
2024-09-12 17:31:39 +08:00
|
|
|
<item row="0" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QDateTimeEdit" name="endTimeEdit">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
<property name="displayFormat">
|
|
|
|
<string>yyyy/MM/dd HH:mm:ss</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QWidget" name="progressWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="minimumSize">
|
2024-09-12 17:31:39 +08:00
|
|
|
<size>
|
2024-09-14 11:18:18 +08:00
|
|
|
<width>0</width>
|
2024-09-18 10:25:29 +08:00
|
|
|
<height>45</height>
|
2024-09-12 17:31:39 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_13">
|
|
|
|
<item row="0" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QProgressBar" name="progressBar">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
2024-09-18 10:25:29 +08:00
|
|
|
<height>25</height>
|
2024-09-14 11:18:18 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-09-12 17:31:39 +08:00
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="5" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QGroupBox" name="groupBox_begin">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>宋体</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>开始时间</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_12">
|
|
|
|
<item row="0" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QDateTimeEdit" name="beginTimeEdit">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="displayFormat">
|
|
|
|
<string>yyyy/MM/dd HH:mm:ss</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QGroupBox" name="groupBox_jd">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-09-18 10:25:29 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>70</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
2024-09-12 17:31:39 +08:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>选择基带</string>
|
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_11">
|
2024-09-18 10:25:29 +08:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QCheckBox" name="jd3">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="text">
|
2024-09-18 10:25:29 +08:00
|
|
|
<string>基带 3</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="0" column="1">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QCheckBox" name="jd2">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="text">
|
2024-09-14 11:18:18 +08:00
|
|
|
<string>基带 2</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-18 10:25:29 +08:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QCheckBox" name="jd4">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="text">
|
2024-09-18 10:25:29 +08:00
|
|
|
<string>基带 4</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-18 10:25:29 +08:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="jd1">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="text">
|
2024-09-18 10:25:29 +08:00
|
|
|
<string>基带 1</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="0" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<spacer name="verticalSpacer_1">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
</spacer>
|
2024-09-12 17:31:39 +08:00
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="7" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<spacer name="verticalSpacer_3">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="openFileBtn">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>宋体</family>
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>打开文件</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QGroupBox" name="groupBox_data">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
2024-09-12 17:31:39 +08:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2024-09-14 11:18:18 +08:00
|
|
|
<string>选择数据</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_15">
|
2024-09-12 17:31:39 +08:00
|
|
|
<item row="0" column="0">
|
2024-09-14 11:18:18 +08:00
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
2024-09-12 17:31:39 +08:00
|
|
|
<pointsize>14</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="8" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QPushButton" name="timeCustomBtn">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="minimumSize">
|
2024-09-12 17:31:39 +08:00
|
|
|
<size>
|
2024-09-14 11:18:18 +08:00
|
|
|
<width>0</width>
|
2024-09-12 17:31:39 +08:00
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
|
|
|
<pointsize>16</pointsize>
|
2024-09-12 17:31:39 +08:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2024-09-14 11:18:18 +08:00
|
|
|
<string>时间图</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="9" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<widget class="QPushButton" name="dataCustomBtn">
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
2024-09-14 11:18:18 +08:00
|
|
|
<property name="minimumSize">
|
2024-09-12 17:31:39 +08:00
|
|
|
<size>
|
2024-09-14 11:18:18 +08:00
|
|
|
<width>0</width>
|
2024-09-12 17:31:39 +08:00
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2024-09-14 11:18:18 +08:00
|
|
|
<family>宋体</family>
|
|
|
|
<pointsize>16</pointsize>
|
2024-09-12 17:31:39 +08:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2024-09-14 11:18:18 +08:00
|
|
|
<string>数据变化图</string>
|
2024-09-12 17:31:39 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-09-14 11:18:18 +08:00
|
|
|
<item row="2" column="0">
|
2024-09-18 10:25:29 +08:00
|
|
|
<spacer name="verticalSpacer_2">
|
2024-09-12 17:31:39 +08:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|