You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>HMI</class>
- <widget class="QWidget" name="HMI">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>978</width>
- <height>552</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>171</width>
- <height>431</height>
- </rect>
- </property>
- </widget>
- <widget class="QTabWidget" name="tabWidget">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>10</y>
- <width>781</width>
- <height>451</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>-1</number>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|