53 lines
1.1 KiB
XML
53 lines
1.1 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>831</width>
|
|
<height>411</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|