123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- <?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>750</width>
- <height>464</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>80</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Vechicle CAN</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>140</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Radar</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>198</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>GPS</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>260</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Center Lidar</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>80</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Left Lidar</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>368</x>
- <y>141</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Right Lidar</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>368</x>
- <y>203</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Front Camera</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>365</x>
- <y>263</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Lidar Perception</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Inspection">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>20</y>
- <width>181</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Inspection</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_VehicleCAN">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>75</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Radar">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>136</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_GPS">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>197</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_LidarCenter">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>260</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_CamFront">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>201</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_LidarLeft">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>79</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_LidarPeception">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>264</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_LidarRight">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>140</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>330</y>
- <width>661</width>
- <height>51</height>
- </rect>
- </property>
- <property name="value">
- <number>24</number>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_OutReport">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>20</y>
- <width>181</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Out Report</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>750</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|