2017-12-12 20:37:58 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-12-10 08:17:07 +01:00
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>TablesPage</class>
|
|
|
|
|
<widget class="QWidget" name="TablesPage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1041</width>
|
|
|
|
|
<height>830</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2017-12-26 07:27:46 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2017-12-10 08:17:07 +01:00
|
|
|
<item>
|
2017-12-12 20:37:58 +01:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
2017-12-26 07:27:46 +01:00
|
|
|
<widget class="QWidget" name="">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QComboBox" name="comboBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBox_2"/>
|
2017-12-10 08:17:07 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
2017-12-26 07:27:46 +01:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="tableListTable"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="columnsTab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Columns</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="columnsTable"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="propertiesTab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Properties</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="statisticsTab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Statistics</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="dependenciesTab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Dependencies</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="dependentsTab">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Dependents</string>
|
|
|
|
|
</attribute>
|
2017-12-10 08:17:07 +01:00
|
|
|
</widget>
|
2017-12-12 20:37:58 +01:00
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2017-12-10 08:17:07 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|