OutilModbus/Sources/MainPage.ui
2022-06-13 09:16:01 -04:00

43 lines
927 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CMainPage</class>
<widget class="QWidget" name="CMainPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1431</width>
<height>1008</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTabWidget" name="mMainPageTabs">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>1421</width>
<height>1011</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="Modbus">
<attribute name="title">
<string>Tab 1</string>
</attribute>
</widget>
<widget class="QWidget" name="Sondes">
<attribute name="title">
<string>Tab 2</string>
</attribute>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>