2022-04-10 06:51:25 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-04-09 07:10:29 +02:00
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SingleRecordWidget</class>
|
2022-04-10 06:51:25 +02:00
|
|
|
<widget class="QWidget" name="SingleRecordWidget">
|
2022-04-09 07:10:29 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2022-04-10 06:51:25 +02:00
|
|
|
<width>500</width>
|
|
|
|
|
<height>679</height>
|
2022-04-09 07:10:29 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2022-04-10 06:51:25 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="PgLabTableView" name="properties"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2022-04-09 07:10:29 +02:00
|
|
|
</widget>
|
2022-04-10 06:51:25 +02:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>PgLabTableView</class>
|
|
|
|
|
<extends>QTableView</extends>
|
2022-05-24 18:56:39 +02:00
|
|
|
<header>util/PgLabTableView.h</header>
|
2022-04-10 06:51:25 +02:00
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
|
|
|
|
<resources/>
|
2022-04-09 07:10:29 +02:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|