1338 lines
46 KiB
Plaintext
1338 lines
46 KiB
Plaintext
![]() |
<?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>1353</width>
|
|||
|
<height>781</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>激光甲烷报警器生产工具</string>
|
|||
|
</property>
|
|||
|
<property name="windowIcon">
|
|||
|
<iconset resource="res.qrc">
|
|||
|
<normaloff>:/icos/res/favicon.ico</normaloff>:/icos/res/favicon.ico</iconset>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="centralwidget">
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="25,75">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QStackedWidget" name="stackedWidget">
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<property name="lineWidth">
|
|||
|
<number>2</number>
|
|||
|
</property>
|
|||
|
<property name="currentIndex">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="stackedWidgetPage1">
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="6">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_2">
|
|||
|
<property name="title">
|
|||
|
<string>网络通道</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|||
|
<item>
|
|||
|
<widget class="QTableWidget" name="tableWidgetNetChannel">
|
|||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|||
|
<bool>false</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|||
|
<number>70</number>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderStretchLastSection">
|
|||
|
<bool>true</bool>
|
|||
|
</attribute>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>选择</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>数据通道</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>标记</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_13">
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonNetAll">
|
|||
|
<property name="text">
|
|||
|
<string>全选</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonNetNo">
|
|||
|
<property name="text">
|
|||
|
<string>反选</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonNetClear">
|
|||
|
<property name="text">
|
|||
|
<string>清空</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="stackedWidgetPage2">
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox">
|
|||
|
<property name="title">
|
|||
|
<string>串口通道</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_7" stretch="8,0">
|
|||
|
<item>
|
|||
|
<widget class="QTableWidget" name="tableWidgetSerChannel">
|
|||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|||
|
<bool>false</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|||
|
<number>70</number>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderStretchLastSection">
|
|||
|
<bool>true</bool>
|
|||
|
</attribute>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>选择</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>串口</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>标记</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_7">
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonSerAll">
|
|||
|
<property name="text">
|
|||
|
<string>全选</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonSerNo">
|
|||
|
<property name="text">
|
|||
|
<string>反选</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonSerClear">
|
|||
|
<property name="text">
|
|||
|
<string>清空</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_2">
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|||
|
<property name="spacing">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QTabWidget" name="tabWidget">
|
|||
|
<property name="currentIndex">
|
|||
|
<number>3</number>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="tab">
|
|||
|
<attribute name="title">
|
|||
|
<string>数据显示</string>
|
|||
|
</attribute>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|||
|
<item>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="8">
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_3">
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|||
|
<item>
|
|||
|
<widget class="QTableWidget" name="tableWidget">
|
|||
|
<property name="gridStyle">
|
|||
|
<enum>Qt::SolidLine</enum>
|
|||
|
</property>
|
|||
|
<property name="rowCount">
|
|||
|
<number>10</number>
|
|||
|
</property>
|
|||
|
<property name="columnCount">
|
|||
|
<number>6</number>
|
|||
|
</property>
|
|||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|||
|
<bool>false</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|||
|
<number>20</number>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|||
|
<number>50</number>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|||
|
<bool>true</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="horizontalHeaderStretchLastSection">
|
|||
|
<bool>true</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="verticalHeaderVisible">
|
|||
|
<bool>false</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="verticalHeaderCascadingSectionResizes">
|
|||
|
<bool>false</bool>
|
|||
|
</attribute>
|
|||
|
<attribute name="verticalHeaderDefaultSectionSize">
|
|||
|
<number>25</number>
|
|||
|
</attribute>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<row/>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>select</string>
|
|||
|
</property>
|
|||
|
<property name="background">
|
|||
|
<color>
|
|||
|
<red>172</red>
|
|||
|
<green>172</green>
|
|||
|
<blue>172</blue>
|
|||
|
</color>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>start</string>
|
|||
|
</property>
|
|||
|
<property name="background">
|
|||
|
<color>
|
|||
|
<red>172</red>
|
|||
|
<green>172</green>
|
|||
|
<blue>172</blue>
|
|||
|
</color>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>num</string>
|
|||
|
</property>
|
|||
|
<property name="background">
|
|||
|
<color>
|
|||
|
<red>172</red>
|
|||
|
<green>172</green>
|
|||
|
<blue>172</blue>
|
|||
|
</color>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>scale</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>hex</string>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
<column>
|
|||
|
<property name="text">
|
|||
|
<string>value</string>
|
|||
|
</property>
|
|||
|
<property name="background">
|
|||
|
<color>
|
|||
|
<red>172</red>
|
|||
|
<green>172</green>
|
|||
|
<blue>172</blue>
|
|||
|
</color>
|
|||
|
</property>
|
|||
|
</column>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="tab_2">
|
|||
|
<attribute name="title">
|
|||
|
<string>参数配置</string>
|
|||
|
</attribute>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_10" stretch="5,5">
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_9">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>340</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="inputMethodHints">
|
|||
|
<set>Qt::ImhNone</set>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string>系统标定</string>
|
|||
|
</property>
|
|||
|
<widget class="QGroupBox" name="groupBox_11">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>22</y>
|
|||
|
<width>476</width>
|
|||
|
<height>50</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>95</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>温度标定:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditTempra">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>170</x>
|
|||
|
<y>10</y>
|
|||
|
<width>100</width>
|
|||
|
<height>28</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>输入当前环境温度</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="inputMethodHints">
|
|||
|
<set>Qt::ImhNone</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibTempra">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>开始标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckTempra">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>查询标定状态</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QGroupBox" name="groupBox_12">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>80</y>
|
|||
|
<width>476</width>
|
|||
|
<height>131</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label_3">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>152</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>激光工作点标定:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibLaserTemp">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>170</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>开始标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckLaserTempra">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>查询标定状态</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibLaserStop">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>停止标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="label_5">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>90</y>
|
|||
|
<width>152</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>起始温度修改:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditTempraLaserStart">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>170</x>
|
|||
|
<y>90</y>
|
|||
|
<width>100</width>
|
|||
|
<height>29</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>输入起始温度,从高往低寻找</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="inputMethodHints">
|
|||
|
<set>Qt::ImhNone</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckTempraLaserStart">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>90</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibTempraLaserStart">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>90</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>修改</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckWorkTempra">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>50</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 12pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>当前工作点</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QGroupBox" name="groupBox_14">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>220</y>
|
|||
|
<width>476</width>
|
|||
|
<height>50</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label_6">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>95</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>浓度标定:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditConcen">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>170</x>
|
|||
|
<y>10</y>
|
|||
|
<width>100</width>
|
|||
|
<height>28</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>输入标准浓度,PPM</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="inputMethodHints">
|
|||
|
<set>Qt::ImhNone</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibConcen">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>开始标定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckConcen">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QGroupBox" name="groupBox_15">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>280</y>
|
|||
|
<width>476</width>
|
|||
|
<height>50</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label_7">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>131</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>重置浓度标定:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibConcenReset">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>重置</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckConcenReset">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QGroupBox" name="groupBox_16">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>500</x>
|
|||
|
<y>20</y>
|
|||
|
<width>476</width>
|
|||
|
<height>50</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label_2">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>121</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>输出数据长度</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditHexLenth">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>170</x>
|
|||
|
<y>10</y>
|
|||
|
<width>100</width>
|
|||
|
<height>28</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>输出数据长度5~13</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="inputMethodHints">
|
|||
|
<set>Qt::ImhNone</set>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="placeholderText">
|
|||
|
<string>5~13</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCalibHexLength">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>280</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>设定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCheckHexLength">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>380</x>
|
|||
|
<y>10</y>
|
|||
|
<width>90</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="toolTip">
|
|||
|
<string>查询标定状态</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">font: 14pt "3ds";</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>查询</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_10">
|
|||
|
<property name="title">
|
|||
|
<string>状态</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|||
|
<item>
|
|||
|
<widget class="QPlainTextEdit" name="plainTextEditStastusCalib"/>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="tab_4">
|
|||
|
<attribute name="title">
|
|||
|
<string>单通道查询</string>
|
|||
|
</attribute>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="tab_3">
|
|||
|
<attribute name="title">
|
|||
|
<string>自定义通信</string>
|
|||
|
</attribute>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|||
|
<item>
|
|||
|
<widget class="QSplitter" name="splitter">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="widget" native="true">
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="9,1">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<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>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_4">
|
|||
|
<property name="title">
|
|||
|
<string>接收区域</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="9,1">
|
|||
|
<property name="spacing">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>9</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QPlainTextEdit" name="plainTextEditReceive"/>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_6">
|
|||
|
<property name="title">
|
|||
|
<string>收发设置</string>
|
|||
|
</property>
|
|||
|
<widget class="QCheckBox" name="checkBoxHexSend">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>20</x>
|
|||
|
<y>20</y>
|
|||
|
<width>94</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>HEX发送</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxHexReceive">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>90</x>
|
|||
|
<y>20</y>
|
|||
|
<width>93</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>HEX接收</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxAddDate">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>260</x>
|
|||
|
<y>20</y>
|
|||
|
<width>94</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>收/发时间</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxCRLF">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>340</x>
|
|||
|
<y>20</y>
|
|||
|
<width>93</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>收发换行</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxAutoSaveLog">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>410</x>
|
|||
|
<y>20</y>
|
|||
|
<width>90</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>自动保存日志</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>false</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxAddCRC">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>730</x>
|
|||
|
<y>20</y>
|
|||
|
<width>81</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>附加校验</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxAutoSaveDB">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>510</x>
|
|||
|
<y>20</y>
|
|||
|
<width>90</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>自动保存db</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_5">
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QPushButton:pressed{
|
|||
|
padding-top:5px;
|
|||
|
padding-left:5px
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string>发送区域</string>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|||
|
<item>
|
|||
|
<widget class="QPlainTextEdit" name="plainTextEditSend"/>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QGroupBox" name="groupBox_8">
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButton_expend">
|
|||
|
<property name="text">
|
|||
|
<string>快捷指令</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonClearReceive">
|
|||
|
<property name="text">
|
|||
|
<string>清除接收</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonClearSend">
|
|||
|
<property name="text">
|
|||
|
<string>清除发送</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButtonSend">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>25</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QPushButton{
|
|||
|
background-color: rgb(0, 255, 0);
|
|||
|
border-radius:5px;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>发送</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="widget_2" native="true">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>280</width>
|
|||
|
<height>0</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>280</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|||
|
<item>
|
|||
|
<widget class="QScrollArea" name="scrollArea">
|
|||
|
<property name="verticalScrollBarPolicy">
|
|||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|||
|
</property>
|
|||
|
<property name="widgetResizable">
|
|||
|
<bool>false</bool>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>241</width>
|
|||
|
<height>3000</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="widget_8" native="true">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>12</x>
|
|||
|
<y>2</y>
|
|||
|
<width>221</width>
|
|||
|
<height>34</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label_8">
|
|||
|
<property name="text">
|
|||
|
<string>快捷指令</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QCheckBox" name="checkBox_return">
|
|||
|
<property name="text">
|
|||
|
<string>添加"\r\n"</string>
|
|||
|
</property>
|
|||
|
<property name="checked">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="widget_9" native="true">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>40</y>
|
|||
|
<width>231</width>
|
|||
|
<height>3000</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="layoutWidget">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>12</x>
|
|||
|
<y>12</y>
|
|||
|
<width>218</width>
|
|||
|
<height>2941</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|||
|
<property name="sizeConstraint">
|
|||
|
<enum>QLayout::SetMaximumSize</enum>
|
|||
|
</property>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QMenuBar" name="menubar">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>1353</width>
|
|||
|
<height>23</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<widget class="QMenu" name="menu">
|
|||
|
<property name="title">
|
|||
|
<string>文件</string>
|
|||
|
</property>
|
|||
|
<addaction name="action01"/>
|
|||
|
<addaction name="action02"/>
|
|||
|
</widget>
|
|||
|
<widget class="QMenu" name="menu_2">
|
|||
|
<property name="title">
|
|||
|
<string>通信</string>
|
|||
|
</property>
|
|||
|
<addaction name="actionSerial"/>
|
|||
|
<addaction name="actionNet"/>
|
|||
|
</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"/>
|
|||
|
<action name="action01">
|
|||
|
<property name="text">
|
|||
|
<string>新建</string>
|
|||
|
</property>
|
|||
|
</action>
|
|||
|
<action name="action02">
|
|||
|
<property name="text">
|
|||
|
<string>退出</string>
|
|||
|
</property>
|
|||
|
</action>
|
|||
|
<action name="action03">
|
|||
|
<property name="text">
|
|||
|
<string>配置通道</string>
|
|||
|
</property>
|
|||
|
</action>
|
|||
|
<action name="actionSerial">
|
|||
|
<property name="text">
|
|||
|
<string>串口配置</string>
|
|||
|
</property>
|
|||
|
</action>
|
|||
|
<action name="actionNet">
|
|||
|
<property name="text">
|
|||
|
<string>网口配置</string>
|
|||
|
</property>
|
|||
|
</action>
|
|||
|
</widget>
|
|||
|
<resources>
|
|||
|
<include location="res.qrc"/>
|
|||
|
</resources>
|
|||
|
<connections/>
|
|||
|
</ui>
|