YULTek/Otarcik_CAN/Sources/Gui/CANViewerPage.ui
2023-06-16 07:20:10 -04:00

63 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CCANViewerPage</class>
<widget class="QWidget" name="CCANViewerPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1848</width>
<height>581</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTableWidget" name="mCANDataTableWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>671</width>
<height>411</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="mClearCANDataBtn">
<property name="geometry">
<rect>
<x>70</x>
<y>500</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QTableWidget" name="mCANSignalTableWidget">
<property name="geometry">
<rect>
<x>720</x>
<y>60</y>
<width>451</width>
<height>411</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="mJSonSignalViewTxtEdit">
<property name="geometry">
<rect>
<x>1190</x>
<y>60</y>
<width>501</width>
<height>411</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>