IRESTE/carInfo.ui
2022-02-14 22:09:58 +01:00

67 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>carInfo</class>
<widget class="QWidget" name="carInfo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>378</width>
<height>472</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="Position">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Vitesse">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Index">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Edge">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Leader">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QChartView" name="speedGraph"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QChartView</class>
<extends>QGraphicsView</extends>
<header>qchartview</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>