onekeydiag/resource/MainWindow.ui

206 lines
6.4 KiB
Plaintext
Raw Normal View History

2025-08-21 18:19:04 +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>1212</width>
<height>693</height>
</rect>
</property>
<property name="windowTitle">
<string>OnekeyLogDiagnose</string>
</property>
<property name="statusTip">
<string/>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
2025-08-22 21:19:53 +08:00
<property name="tabBarAutoHide">
<bool>false</bool>
</property>
2025-08-21 18:19:04 +08:00
<widget class="QWidget" name="tab_console">
<attribute name="title">
<string>控制台</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QTextBrowser" name="textBrowser_console">
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
2025-08-22 21:19:53 +08:00
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;通过文件上传一键日志压缩包来开始&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;或者将日志压缩包拖入程序&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2025-08-21 18:19:04 +08:00
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_baseinfo">
<attribute name="title">
<string>基本信息</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QTextBrowser" name="textBrowser_info"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_alert">
<attribute name="title">
<string>关键告警</string>
</attribute>
2025-08-22 21:19:53 +08:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTableView" name="tableView_alert">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
</widget>
</item>
</layout>
2025-08-21 18:19:04 +08:00
</widget>
<widget class="QWidget" name="tab_temp_all">
<attribute name="title">
<string>温度信息</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="comboBox">
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>ALL_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>CPU_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>FPGA_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>DIMM_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>Inlet_CPU_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>Inlet_FPGA_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>M2_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>Outlet_CPU_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>Outlet_FPGA_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>VR_CPU_Temp</string>
</property>
</item>
<item>
<property name="text">
<string>VR_FPGA_Temp</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicsView"/>
</item>
</layout>
</widget>
2025-08-22 21:19:53 +08:00
<widget class="QWidget" name="tab_timeline_event">
<attribute name="title">
<string>事件时间线</string>
</attribute>
</widget>
2025-08-21 18:19:04 +08:00
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1212</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="actionUpload_log"/>
</widget>
<addaction name="menu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionUpload_log">
<property name="text">
<string>打开</string>
</property>
<property name="statusTip">
<string>上传日志文件到程序中</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
</widget>
<resources/>
<connections/>
<designerdata>
<property name="gridDeltaX">
<number>10</number>
</property>
<property name="gridDeltaY">
<number>10</number>
</property>
<property name="gridSnapX">
<bool>true</bool>
</property>
<property name="gridSnapY">
<bool>true</bool>
</property>
<property name="gridVisible">
<bool>true</bool>
</property>
</designerdata>
</ui>