|
@@ -0,0 +1,383 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ui version="4.0">
|
|
|
+ <class>DiagnosisPageClass</class>
|
|
|
+ <widget class="QWidget" name="DiagnosisPageClass">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>490</width>
|
|
|
+ <height>1178</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>DiagnosisPage</string>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(240,243,253);</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QTabWidget" name="axisSwitchTabPage">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>481</width>
|
|
|
+ <height>1101</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="currentIndex">
|
|
|
+ <number>1</number>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="AxisTab">
|
|
|
+ <attribute name="title">
|
|
|
+ <string extracomment="轴页面">Axis Tab</string>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QTreeView" name="axisListTree">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>475</width>
|
|
|
+ <height>1071</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="operAxisPage">
|
|
|
+ <attribute name="title">
|
|
|
+ <string extracomment="操作轴页面">Operation axis page</string>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QGroupBox" name="groupBox">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>441</width>
|
|
|
+ <height>391</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string extracomment="X轴"/>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>250</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_6">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="当前位置">Position</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="xPositionLineEdit">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>86</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>221</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
+ <item>
|
|
|
+ <widget class="QRadioButton" name="xAxisEnabledRadioBut">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true"/>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="使能">Enabled</string>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QRadioButton" name="xAxisSatausOkRadioBut">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="状态OK">Status OK</string>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>270</y>
|
|
|
+ <width>401</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="xAxisDisable">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(203,208,255);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="关使能">Disable</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="xAxisHomeBut">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(203,208,255);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="回零">Home</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>311</width>
|
|
|
+ <height>81</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>80</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="轴负软限位">Axis Neg</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="negLineEdit">
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="setNegBut">
|
|
|
+ <property name="text">
|
|
|
+ <string>Set</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>80</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="轴正软限位">Axis Pos</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="posLineEdit">
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="setPosBut">
|
|
|
+ <property name="text">
|
|
|
+ <string>Set</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>170</y>
|
|
|
+ <width>311</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="text">
|
|
|
+ <string>Set Speed</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="speedLineEdit">
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="setSpeedBut">
|
|
|
+ <property name="text">
|
|
|
+ <string>Set</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>401</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Agency FB</family>
|
|
|
+ <pointsize>16</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="当前轴名称:">Current axis name:</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="titleLable">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Agency FB</family>
|
|
|
+ <pointsize>16</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>xx</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="retBut">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>366</x>
|
|
|
+ <y>20</y>
|
|
|
+ <width>111</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(203,208,255);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string extracomment="返回选择所有轴">Ret All Axis</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <layoutdefault spacing="6" margin="11"/>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|