2017-04-04 17:21:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TabDiveExtraInfo</class>
|
|
|
|
<widget class="QWidget" name="TabDiveExtraInfo">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Extra Info</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="extraData"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-04-13 15:43:45 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>TableView</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>desktop-widgets/tableview.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2017-04-04 17:21:30 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|