pgLab/pglab/widgets/SingleRecordWidget.ui

32 lines
720 B
Text
Raw Normal View History

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