344 lines
9.4 KiB
XML
344 lines
9.4 KiB
XML
<?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>850</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>850</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu">
|
|
<property name="title">
|
|
<string>文件</string>
|
|
</property>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="actionSaveData"/>
|
|
<addaction name="actionSaveas"/>
|
|
<addaction name="actionPrintPreview"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_2">
|
|
<property name="title">
|
|
<string>视图</string>
|
|
</property>
|
|
<addaction name="actionRealTimeWidget"/>
|
|
<addaction name="actionYAxis"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_3">
|
|
<property name="title">
|
|
<string>测量</string>
|
|
</property>
|
|
<addaction name="actionClearAllData"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_4">
|
|
<property name="title">
|
|
<string>分析</string>
|
|
</property>
|
|
<addaction name="actionNumericalLabel"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionStartPoint"/>
|
|
<addaction name="actionStopPoint"/>
|
|
<addaction name="actionPeakSynthesisAnalysis"/>
|
|
<addaction name="actionGlassTransition"/>
|
|
<addaction name="actionOIT"/>
|
|
<addaction name="actionSpecificHeatCompMethod"/>
|
|
<addaction name="actionDegreeOfCrystallinity"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInstrumentParameter"/>
|
|
<addaction name="actionOnsetTemperaturePoint"/>
|
|
<addaction name="actionEndsetTemperaturePoint"/>
|
|
<addaction name="actionOITAutoAnalysisParam"/>
|
|
<addaction name="actionOITAutoAnalysisMode"/>
|
|
<addaction name="actionTimeAxisAnalysisPCTMode"/>
|
|
<addaction name="actionDegreeOfCuring"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_5">
|
|
<property name="title">
|
|
<string>工具</string>
|
|
</property>
|
|
<addaction name="actionEnthalpyCorrectionEdit"/>
|
|
<addaction name="actionEnthalpyCorrectionSelection"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_6">
|
|
<property name="title">
|
|
<string>语言</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_7">
|
|
<property name="title">
|
|
<string>帮助</string>
|
|
</property>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_8">
|
|
<property name="title">
|
|
<string>设置</string>
|
|
</property>
|
|
<addaction name="actionAxisSetting"/>
|
|
</widget>
|
|
<addaction name="menu"/>
|
|
<addaction name="menu_2"/>
|
|
<addaction name="menu_3"/>
|
|
<addaction name="menu_8"/>
|
|
<addaction name="menu_4"/>
|
|
<addaction name="menu_5"/>
|
|
<addaction name="menu_6"/>
|
|
<addaction name="menu_7"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QToolBar" name="toolBar">
|
|
<property name="windowTitle">
|
|
<string>toolBar</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolButtonStyle">
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionConnectToDev"/>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="actionStart"/>
|
|
<addaction name="actionStop"/>
|
|
<addaction name="actionRealTimeWidget"/>
|
|
<addaction name="actionYAxis"/>
|
|
<addaction name="actionReadOnly"/>
|
|
<addaction name="actionClearAllData"/>
|
|
</widget>
|
|
<action name="actionNew">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/new.png</normaloff>:/images/new.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>新建</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStart">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>开始</string>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>true</bool>
|
|
</property>
|
|
</action>
|
|
<action name="actionReadOnly">
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/real_time.png</normaloff>:/images/real_time.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>实时数据</string>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>false</bool>
|
|
</property>
|
|
</action>
|
|
<action name="actionStop">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/stop.png</normaloff>:/images/stop.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>停止</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRealTimeWidget">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/real_time_widget.png</normaloff>:/images/real_time_widget.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>实时窗口</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConnectToDev">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/connect.png</normaloff>:/images/connect.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>连接设备</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStartPoint">
|
|
<property name="text">
|
|
<string>起始点</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStopPoint">
|
|
<property name="text">
|
|
<string>终止点</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNumericalLabel">
|
|
<property name="text">
|
|
<string>数值标记</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPeakSynthesisAnalysis">
|
|
<property name="text">
|
|
<string>峰综合分析</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClearAllData">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/clear_data.png</normaloff>:/images/clear_data.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>清除数据</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>清除数据</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGlassTransition">
|
|
<property name="text">
|
|
<string>玻璃化转变</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOIT">
|
|
<property name="text">
|
|
<string>氧化诱导期</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSpecificHeatCompMethod">
|
|
<property name="text">
|
|
<string>比热比较法</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDegreeOfCrystallinity">
|
|
<property name="text">
|
|
<string>结晶度</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInstrumentParameter">
|
|
<property name="text">
|
|
<string>仪器系数</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOnsetTemperaturePoint">
|
|
<property name="text">
|
|
<string>初熔点</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>初熔点</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEndsetTemperaturePoint">
|
|
<property name="text">
|
|
<string>终熔点</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>终熔点</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOITAutoAnalysisParam">
|
|
<property name="text">
|
|
<string>OIT自动分析参数</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOITAutoAnalysisMode">
|
|
<property name="text">
|
|
<string>OIT自动分析模式</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionTimeAxisAnalysisPCTMode">
|
|
<property name="text">
|
|
<string>时间轴分析峰综合温度模式</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDegreeOfCuring">
|
|
<property name="text">
|
|
<string>固化度</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>关于</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEnthalpyCorrectionEdit">
|
|
<property name="text">
|
|
<string>热焓校正系数编辑</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEnthalpyCorrectionSelection">
|
|
<property name="text">
|
|
<string>热焓校正系数选择</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveData">
|
|
<property name="text">
|
|
<string>保存数据</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>保存数据</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrintPreview">
|
|
<property name="text">
|
|
<string>打印预览</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionYAxis">
|
|
<property name="icon">
|
|
<iconset resource="images.qrc">
|
|
<normaloff>:/images/axis.png</normaloff>:/images/axis.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y轴</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAxisSetting">
|
|
<property name="text">
|
|
<string>坐标轴设置</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveas">
|
|
<property name="text">
|
|
<string>另存为</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|