代码拉取完成,页面将自动刷新
<?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>548</width>
<height>540</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actShow"/>
<addaction name="actHide"/>
<addaction name="separator"/>
<addaction name="actCopy"/>
<addaction name="actPaste"/>
<addaction name="separator"/>
<addaction name="actalarmview"/>
<addaction name="actanalyseview"/>
<addaction name="actQuit"/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>548</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu_E">
<property name="title">
<string>控制台(&E)</string>
</property>
<addaction name="actShow"/>
<addaction name="actHide"/>
<addaction name="actQuit"/>
</widget>
<widget class="QMenu" name="menu_T">
<property name="title">
<string>工作模式(&T)</string>
</property>
<addaction name="actalarmview"/>
<addaction name="actanalyseview"/>
</widget>
<addaction name="menu_E"/>
<addaction name="menu_T"/>
</widget>
<action name="actShow">
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/undo.png</normaloff>:/images/undo.png</iconset>
</property>
<property name="text">
<string>显示(&U)</string>
</property>
<property name="shortcut">
<string>Ctrl+U</string>
</property>
</action>
<action name="actHide">
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/cut.png</normaloff>:/images/cut.png</iconset>
</property>
<property name="text">
<string>隐藏(&X)</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="actCopy">
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/copy.png</normaloff>:/images/copy.png</iconset>
</property>
<property name="text">
<string>复制(&C)</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="actPaste">
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/paste.png</normaloff>:/images/paste.png</iconset>
</property>
<property name="text">
<string>粘贴(&P)</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="actalarmview">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/find.png</normaloff>:/images/find.png</iconset>
</property>
<property name="text">
<string>告警显示模式</string>
</property>
<property name="toolTip">
<string>告警显示模式</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
<action name="actanalyseview">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/editor.png</normaloff>:/images/editor.png</iconset>
</property>
<property name="text">
<string>数据分析模式</string>
</property>
<property name="shortcut">
<string>F2</string>
</property>
</action>
<action name="actQuit">
<property name="icon">
<iconset resource="CovAnalysisTool.qrc">
<normaloff>:/images/quit.png</normaloff>:/images/quit.png</iconset>
</property>
<property name="text">
<string>退出</string>
</property>
</action>
</widget>
<resources>
<include location="CovAnalysisTool.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。