123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- <?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>1280</width>
- <height>800</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>20</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>90</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>GPS:</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>130</y>
- <width>350</width>
- <height>600</height>
- </rect>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_brainstate">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>130</y>
- <width>350</width>
- <height>261</height>
- </rect>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_decision">
- <property name="geometry">
- <rect>
- <x>860</x>
- <y>130</y>
- <width>350</width>
- <height>600</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>90</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>BrainState:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>860</x>
- <y>90</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Decision:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>410</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>CarState:</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit_carstate">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>450</y>
- <width>350</width>
- <height>261</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>333</x>
- <y>9</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Latency(ms):</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_latency">
- <property name="geometry">
- <rect>
- <x>443</x>
- <y>9</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_groupid">
- <property name="geometry">
- <rect>
- <x>720</x>
- <y>10</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>10</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>groupid:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_intragroupid">
- <property name="geometry">
- <rect>
- <x>1000</x>
- <y>10</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>890</x>
- <y>10</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Intragroupid:</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1280</width>
- <height>28</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuHelp">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionSetting"/>
- </widget>
- <addaction name="menuHelp"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="actionSetting">
- <property name="text">
- <string>Setting</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|