Ai
1 Star 0 Fork 0

houmingzhang/CovAnalysisTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 4.32 KB
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2021-10-05 19:06 +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>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>控制台(&amp;E)</string>
</property>
<addaction name="actShow"/>
<addaction name="actHide"/>
<addaction name="actQuit"/>
</widget>
<widget class="QMenu" name="menu_T">
<property name="title">
<string>工作模式(&amp;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>显示(&amp;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>隐藏(&amp;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>复制(&amp;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>粘贴(&amp;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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dtrylzhm/cov-analysis-tool.git
git@gitee.com:dtrylzhm/cov-analysis-tool.git
dtrylzhm
cov-analysis-tool
CovAnalysisTool
master

搜索帮助