123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <?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>866</width>
- <height>664</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>270</y>
- <width>531</width>
- <height>311</height>
- </rect>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>120</y>
- <width>211</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Enable</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>35</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Torque</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Torque">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>30</y>
- <width>181</width>
- <height>51</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ClearRecord">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>296</y>
- <width>161</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Clear Record</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_SaveRecord">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>506</y>
- <width>161</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Save Record</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>44</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Brake</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Brake">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>31</y>
- <width>181</width>
- <height>51</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>110</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>速度上限值(km/h)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_speedlimit">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>100</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>156</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>超限发送扭矩</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_torqueatlimit">
- <property name="geometry">
- <rect>
- <x>198</x>
- <y>157</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>210</y>
- <width>131</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>起步扭矩</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_TorqueStart">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>210</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>866</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|