2021-08-25 10:16:41 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-07-20 20:27:32 -07:00
|
|
|
<ui version="4.0">
|
2021-07-23 14:32:30 -07:00
|
|
|
<class>otaManager</class>
|
2021-08-25 10:16:41 -07:00
|
|
|
<widget class="QWidget" name="otaManager">
|
2021-07-20 20:27:32 -07:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2021-08-25 10:16:41 -07:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>OTA updates manager</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2021-07-20 20:27:32 -07:00
|
|
|
</widget>
|
2021-08-25 10:16:41 -07:00
|
|
|
<resources/>
|
2021-07-20 20:27:32 -07:00
|
|
|
<connections/>
|
|
|
|
</ui>
|