2021-05-26 20:38:27 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>RawRegisterDialog</class>
|
|
|
|
|
<widget class="QDialog" name="RawRegisterDialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>973</width>
|
|
|
|
|
<height>640</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Device Registers</string>
|
|
|
|
|
</property>
|
2021-06-06 00:04:47 +02:00
|
|
|
<property name="modal">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-05-26 20:38:27 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTabWidget" name="tabs">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
2021-05-27 20:13:02 +02:00
|
|
|
<set>QDialogButtonBox::Open|QDialogButtonBox::Save</set>
|
2021-05-26 20:38:27 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
2021-05-27 20:13:02 +02:00
|
|
|
<connections/>
|
2021-05-26 20:38:27 +02:00
|
|
|
</ui>
|