1 Star 0 Fork 7

zhangll/serial-monitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
serial_monitor.ui 4.27 KB
一键复制 编辑 原始数据 按行查看 历史
程序员锡哥 提交于 2020-04-02 20:10 . first commit
<?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>901</width>
<height>535</height>
</rect>
</property>
<property name="windowTitle">
<string>串口侦听工具</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>panda_24px.ico</normaloff>panda_24px.ico</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QTextBrowser" name="textBrowser"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>901</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="SaveSerialData"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>侦听</string>
</property>
<addaction name="StartListen"/>
<addaction name="StopListen"/>
<addaction name="action"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>帮助</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="SaveSerialData"/>
<addaction name="separator"/>
<addaction name="action"/>
<addaction name="separator"/>
<addaction name="StartListen"/>
<addaction name="StopListen"/>
<addaction name="separator"/>
<addaction name="Clear"/>
</widget>
<action name="StartListen">
<property name="icon">
<iconset resource="serial_monitor.qrc">
<normaloff>:/image/image/media_playback_start_8_64px.png</normaloff>:/image/image/media_playback_start_8_64px.png</iconset>
</property>
<property name="text">
<string>开始</string>
</property>
</action>
<action name="StopListen">
<property name="icon">
<iconset resource="serial_monitor.qrc">
<normaloff>:/image/image/media_playback_stop_8_64px.png</normaloff>:/image/image/media_playback_stop_8_64px.png</iconset>
</property>
<property name="text">
<string>停止</string>
</property>
</action>
<action name="SaveSerialData">
<property name="icon">
<iconset resource="serial_monitor.qrc">
<normaloff>:/image/image/document_save_5_64px.png</normaloff>:/image/image/document_save_5_64px.png</iconset>
</property>
<property name="text">
<string>保存</string>
</property>
</action>
<action name="action">
<property name="icon">
<iconset resource="serial_monitor.qrc">
<normaloff>:/image/image/media_seek_forward_8_64px.png</normaloff>:/image/image/media_seek_forward_8_64px.png</iconset>
</property>
<property name="text">
<string>快速侦听</string>
</property>
</action>
<action name="Clear">
<property name="icon">
<iconset resource="serial_monitor.qrc">
<normaloff>:/image/image/edit_clear_3_64px.png</normaloff>:/image/image/edit_clear_3_64px.png</iconset>
</property>
<property name="text">
<string>清屏</string>
</property>
<property name="toolTip">
<string>清屏</string>
</property>
</action>
</widget>
<resources>
<include location="serial_monitor.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhangll990/serial-monitor.git
git@gitee.com:zhangll990/serial-monitor.git
zhangll990
serial-monitor
serial-monitor
master

搜索帮助