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>451</height>
- </rect>
- </property>
- </widget>
- <widget class="QTabWidget" name="tabWidget">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>10</y>
- <width>781</width>
- <height>481</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- <widget class="MyGraphicsView" name="graphicsView">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>761</width>
- <height>451</height>
- </rect>
- </property>
- <property name="dragMode">
- <enum>QGraphicsView::NoDrag</enum>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>MyGraphicsView</class>
- <extends>QGraphicsView</extends>
- <header>mygraphicsview.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|