<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<author>Ethan</author>
|
<class>MainWindow</class>
|
<widget class="QMainWindow" name="MainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1050</width>
|
<height>800</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>1050</width>
|
<height>800</height>
|
</size>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>1050</width>
|
<height>800</height>
|
</size>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="4,0,2">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="2,6">
|
<property name="spacing">
|
<number>10</number>
|
</property>
|
<property name="sizeConstraint">
|
<enum>QLayout::SetFixedSize</enum>
|
</property>
|
<item>
|
<widget class="QGroupBox" name="groupBox">
|
<property name="title">
|
<string>Config</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_19" stretch="3,5">
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>54</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Device:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<horstretch>1</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_20" stretch="3,5">
|
<item>
|
<widget class="QLabel" name="label_3">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string>Baudrate:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_3">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<horstretch>1</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_21" stretch="3,5">
|
<item>
|
<widget class="QLabel" name="label_19">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>54</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Channel</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_5">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<horstretch>1</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="text">
|
<string>Refresh Port</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="text">
|
<string>OPEN CAN</string>
|
</property>
|
<property name="checkable">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="verticalSpacer">
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>20</width>
|
<height>40</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="minimumSize">
|
<size>
|
<width>24</width>
|
<height>24</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>UDS</string>
|
</attribute>
|
<layout class="QVBoxLayout" name="verticalLayout_9" stretch="6,1,1">
|
<item>
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="title">
|
<string>DataIdentifier</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,5,0">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="0">
|
<property name="spacing">
|
<number>1</number>
|
</property>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="0,3,0,1,0,3,1,1">
|
<item>
|
<widget class="QLabel" name="label_4">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string>Name:</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_6"/>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string>DID:</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit"/>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_5">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string>Value:</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_14">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_3">
|
<property name="text">
|
<string>Write</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="1" column="3">
|
<widget class="QLabel" name="label_8">
|
<property name="text">
|
<string>M SWVer.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="3">
|
<widget class="QLabel" name="label_14">
|
<property name="text">
|
<string>HW Ver.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="1">
|
<widget class="QLineEdit" name="lineEdit_5"/>
|
</item>
|
<item row="3" column="4">
|
<widget class="QLineEdit" name="lineEdit_11"/>
|
</item>
|
<item row="4" column="1">
|
<widget class="QLineEdit" name="lineEdit_13"/>
|
</item>
|
<item row="3" column="0">
|
<widget class="QLabel" name="label_12">
|
<property name="text">
|
<string>DiagVersion.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="5">
|
<widget class="QPushButton" name="pushButton_5">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="5">
|
<widget class="QPushButton" name="pushButton_25">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="1">
|
<widget class="QLineEdit" name="lineEdit_9"/>
|
</item>
|
<item row="4" column="2">
|
<widget class="QPushButton" name="pushButton_23">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="3">
|
<widget class="QLabel" name="label_18">
|
<property name="text">
|
<string>SupplierID</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="2">
|
<widget class="QPushButton" name="pushButton_4">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>45</width>
|
<height>23</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="4">
|
<widget class="QLineEdit" name="lineEdit_4"/>
|
</item>
|
<item row="1" column="5">
|
<widget class="QPushButton" name="pushButton_8">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="4">
|
<widget class="QLineEdit" name="lineEdit_12"/>
|
</item>
|
<item row="5" column="5">
|
<widget class="QPushButton" name="pushButton_20">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<widget class="QLabel" name="label_10">
|
<property name="text">
|
<string>VehicleName</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="4">
|
<widget class="QLineEdit" name="lineEdit_14"/>
|
</item>
|
<item row="2" column="4">
|
<widget class="QLineEdit" name="lineEdit_8"/>
|
</item>
|
<item row="0" column="1">
|
<widget class="QLineEdit" name="lineEdit_3"/>
|
</item>
|
<item row="4" column="3">
|
<widget class="QLabel" name="label_15">
|
<property name="text">
|
<string>SW Ver.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QLabel" name="label_17">
|
<property name="text">
|
<string>Manu Date</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="2">
|
<widget class="QPushButton" name="pushButton_16">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="1">
|
<widget class="QLineEdit" name="lineEdit_7"/>
|
</item>
|
<item row="0" column="0">
|
<widget class="QLabel" name="label_7">
|
<property name="text">
|
<string>VIN</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="1">
|
<widget class="QLineEdit" name="lineEdit_10"/>
|
</item>
|
<item row="3" column="2">
|
<widget class="QPushButton" name="pushButton_15">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="3">
|
<widget class="QLabel" name="label_9">
|
<property name="text">
|
<string>DFLZM PN.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="3">
|
<widget class="QLabel" name="label_13">
|
<property name="text">
|
<string>ECU SN.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="2">
|
<widget class="QPushButton" name="pushButton_10">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="2">
|
<widget class="QPushButton" name="pushButton_6">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="5">
|
<widget class="QPushButton" name="pushButton_12">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="0">
|
<widget class="QLabel" name="label_16">
|
<property name="text">
|
<string>Session</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="5">
|
<widget class="QPushButton" name="pushButton_19">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="4">
|
<widget class="QLineEdit" name="lineEdit_6"/>
|
</item>
|
<item row="4" column="0">
|
<widget class="QLabel" name="label_11">
|
<property name="text">
|
<string>BootID</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="0">
|
<widget class="QLabel" name="label_20">
|
<property name="text">
|
<string>Session</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="1">
|
<widget class="QLineEdit" name="lineEdit_15"/>
|
</item>
|
<item row="6" column="2">
|
<widget class="QPushButton" name="pushButton_17">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="3">
|
<widget class="QLabel" name="label_21">
|
<property name="text">
|
<string>HW Ver.</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="4">
|
<widget class="QLineEdit" name="lineEdit_16"/>
|
</item>
|
<item row="6" column="5">
|
<widget class="QPushButton" name="pushButton_21">
|
<property name="text">
|
<string>Read</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<spacer name="verticalSpacer_2">
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>20</width>
|
<height>40</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_5" stretch="1,1,1,1,1">
|
<item>
|
<widget class="QGroupBox" name="SessionContrl_gbx">
|
<property name="title">
|
<string>SessionControl(0x10)</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
<item>
|
<widget class="QComboBox" name="comboBox"/>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="SessionContrl_gbx_3">
|
<property name="title">
|
<string>Security(0x27)</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<item>
|
<widget class="QComboBox" name="comboBox_8"/>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="SessionContrl_gbx_4">
|
<property name="title">
|
<string>CommControl(0x28)</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
<item>
|
<widget class="QComboBox" name="comboBox_9"/>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="SessionContrl_gbx_2">
|
<property name="title">
|
<string>ClearDiag(0x14)</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
<item>
|
<widget class="QComboBox" name="comboBox_7"/>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="SessionContrl_gbx_5">
|
<property name="title">
|
<string>TesterPresent(0x3E)</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_7" stretch="1,5">
|
<item>
|
<widget class="QRadioButton" name="radioButton">
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_7">
|
<property name="text">
|
<string>TesterPresent</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="groupBox_3">
|
<property name="title">
|
<string>Security Access</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
<item>
|
<widget class="QPushButton" name="pushButton_31">
|
<property name="text">
|
<string>Unlock Level 1</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_32">
|
<property name="text">
|
<string>Unlock Level 3</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_2">
|
<attribute name="title">
|
<string>校准</string>
|
</attribute>
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
<item>
|
<widget class="QPushButton" name="pushButton_9">
|
<property name="text">
|
<string>Start Calibration</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_11">
|
<property name="text">
|
<string>Calibration Z</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_13">
|
<property name="text">
|
<string>Calibration M</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_18">
|
<property name="text">
|
<string>Calibration M+</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_22">
|
<property name="text">
|
<string>Calibration M-</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_24">
|
<property name="text">
|
<string>Calibration X2</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_26">
|
<property name="text">
|
<string>Calibration X1</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_27">
|
<property name="text">
|
<string>Calibration Y1</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_28">
|
<property name="text">
|
<string>Calibration Y2</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_29">
|
<property name="text">
|
<string>Calibration Gap</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_3">
|
<attribute name="title">
|
<string>功能指示</string>
|
</attribute>
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_15" stretch="5,1">
|
<item>
|
<widget class="QGroupBox" name="groupBox_6">
|
<property name="title">
|
<string>换挡器状态</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_13" stretch="2,2,2">
|
<item>
|
<widget class="QPushButton" name="pushButton_35">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>M+</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_39">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>M</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_36">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>M-</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_12" stretch="1,1,1,1,1">
|
<item>
|
<widget class="QPushButton" name="pushButton_37">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;
|
</string>
|
</property>
|
<property name="text">
|
<string>X2</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_38">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;
|
</string>
|
</property>
|
<property name="text">
|
<string>X1</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_30">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>Z</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_33">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>Y1</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_34">
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>Y2</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout_14" stretch="1,1">
|
<item>
|
<widget class="QPushButton" name="pushButton_41">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>Unlock</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_40">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(123, 123, 123);
|
color: rgb(255,255,255);
|
border-radius: 30px;
|
font: 9pt "AcadEref";
|
border-style: outset;</string>
|
</property>
|
<property name="text">
|
<string>Park</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_11" stretch="2,5">
|
<item>
|
<widget class="QGroupBox" name="groupBox_5">
|
<property name="title">
|
<string>换挡器CAN</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
<item>
|
<widget class="QLabel" name="label_6">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>10</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>60</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>CAN error:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="lineEdit_17">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>60</width>
|
<height>16777215</height>
|
</size>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="groupBox_4">
|
<property name="title">
|
<string>TCU Command</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
<item>
|
<widget class="QPushButton" name="pushButton_42">
|
<property name="text">
|
<string>P</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_45">
|
<property name="text">
|
<string>R</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_44">
|
<property name="text">
|
<string>N</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_43">
|
<property name="text">
|
<string>D</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_4">
|
<attribute name="title">
|
<string>Bootloader</string>
|
</attribute>
|
<layout class="QVBoxLayout" name="verticalLayout_18">
|
<item>
|
<widget class="QGroupBox" name="groupBox_7">
|
<property name="title">
|
<string>Set File</string>
|
</property>
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_17" stretch="1,6,1">
|
<item>
|
<widget class="QLabel" name="label_22">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>12</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Load APP:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_4"/>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_46">
|
<property name="text">
|
<string>Load APP</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="1,6,1">
|
<item>
|
<widget class="QLabel" name="label_23">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>12</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Set Log:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_10"/>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_47">
|
<property name="text">
|
<string>Set Log</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QRadioButton" name="radioButton_2">
|
<property name="text">
|
<string>Start from boot</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="groupBox_8">
|
<property name="title">
|
<string>Progress</string>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_15" stretch="1,6,1">
|
<item>
|
<widget class="QLabel" name="label_24">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>60</width>
|
<height>12</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>Progress:</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QProgressBar" name="progressBar">
|
<property name="value">
|
<number>24</number>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_48">
|
<property name="text">
|
<string>Program</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
<item>
|
<spacer name="verticalSpacer_3">
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>20</width>
|
<height>282</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="Line" name="line">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QTabWidget" name="tabWidget_2">
|
<property name="tabPosition">
|
<enum>QTabWidget::West</enum>
|
</property>
|
<property name="currentIndex">
|
<number>2</number>
|
</property>
|
<widget class="QWidget" name="tab_logger">
|
<attribute name="title">
|
<string>logging</string>
|
</attribute>
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="gridStyle">
|
<enum>Qt::NoPen</enum>
|
</property>
|
<property name="rowCount">
|
<number>5</number>
|
</property>
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="horizontalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<column>
|
<property name="text">
|
<string>序号</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>时间</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>数据方向</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>ID</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>DLC</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>帧类型</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>数据</string>
|
</property>
|
</column>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_6">
|
<attribute name="title">
|
<string>Graphic</string>
|
</attribute>
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<item>
|
<widget class="QTextEdit" name="textEdit"/>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_Consloe">
|
<property name="locale">
|
<locale language="Chinese" country="China"/>
|
</property>
|
<attribute name="title">
|
<string>Console</string>
|
</attribute>
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
<item>
|
<widget class="QTextEdit" name="textEdit_2"/>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|