2025-09-04 15:39:08 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1139</width>
|
|
|
|
|
<height>667</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>OneKeyLogDiag</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="tab_console">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>控制台</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_proj_name">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>目标项目</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="comboBox_proj_select"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-09-05 15:26:52 +08:00
|
|
|
<widget class="QTextBrowser" name="textBrowser_console"/>
|
2025-09-04 15:39:08 +08:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_baseinfo">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>基本信息</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTextBrowser" name="textBrowser_baseinfo"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_alert">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>关键告警</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_temperature">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>温度信息</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="comboBox_temperature"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGraphicsView" name="graphicsView_temperature"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_timeline">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>事件时间线</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_logreader">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>日志查看</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="comboBox_logreader"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTextBrowser" name="textBrowser_logreader"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1139</width>
|
|
|
|
|
<height>21</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menu_file">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>文件</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="action_uploadFile"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menu_mgmt">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>管理</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="action_cleanCache"/>
|
|
|
|
|
<addaction name="action_cleanLog"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="menu_file"/>
|
|
|
|
|
<addaction name="menu_mgmt"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<action name="action_uploadFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>打开</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_cleanCache">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>清理缓存</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_cleanLog">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>清理日志</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|