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>
|
2018-04-08 09:04:38 +02:00
|
|
|
<width>993</width>
|
|
|
|
|
<height>754</height>
|
2017-12-10 08:17:07 +01:00
|
|
|
</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-29 08:39:08 +01:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutTableView">
|
2017-12-26 07:27:46 +01:00
|
|
|
<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">
|
2018-04-08 09:04:38 +02:00
|
|
|
<number>2</number>
|
2017-12-26 07:27:46 +01:00
|
|
|
</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>
|
2017-12-30 12:57:55 +01:00
|
|
|
<widget class="QWidget" name="tabConstraints">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Constraints</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
2018-01-06 21:22:22 +01:00
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QTableView" name="constraintsTable">
|
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPlainTextEdit" name="constraintSqlEdit"/>
|
|
|
|
|
</widget>
|
2017-12-30 12:57:55 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tabIndexes">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Indexes</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<item>
|
2018-04-08 09:04:38 +02:00
|
|
|
<widget class="QSplitter" name="splitter_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QTableView" name="indexesTable"/>
|
|
|
|
|
<widget class="QPlainTextEdit" name="indexSqlEdit"/>
|
|
|
|
|
</widget>
|
2017-12-30 12:57:55 +01:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2017-12-26 07:27:46 +01:00
|
|
|
<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>
|