Removed textbox and added two combo's for filtering.
This commit is contained in:
parent
04c656323d
commit
83332842fc
1 changed files with 49 additions and 39 deletions
|
|
@ -13,53 +13,63 @@
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSplitter" name="splitter">
|
<widget class="QSplitter" name="splitter">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QTableView" name="tableListTable"/>
|
<widget class="QWidget" name="">
|
||||||
<widget class="QSplitter" name="splitter2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Vertical</enum>
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
</property>
|
<item row="0" column="0">
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QComboBox" name="comboBox"/>
|
||||||
<property name="currentIndex">
|
</item>
|
||||||
<number>0</number>
|
<item row="0" column="1">
|
||||||
</property>
|
<widget class="QComboBox" name="comboBox_2"/>
|
||||||
<widget class="QWidget" name="columnsTab">
|
|
||||||
<attribute name="title">
|
|
||||||
<string>Columns</string>
|
|
||||||
</attribute>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
|
||||||
<item>
|
|
||||||
<widget class="QTableView" name="columnsTable"/>
|
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
<widget class="QWidget" name="propertiesTab">
|
<item>
|
||||||
<attribute name="title">
|
<widget class="QTableView" name="tableListTable"/>
|
||||||
<string>Properties</string>
|
</item>
|
||||||
</attribute>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="statisticsTab">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<attribute name="title">
|
<property name="currentIndex">
|
||||||
<string>Statistics</string>
|
<number>0</number>
|
||||||
</attribute>
|
</property>
|
||||||
</widget>
|
<widget class="QWidget" name="columnsTab">
|
||||||
<widget class="QWidget" name="dependenciesTab">
|
<attribute name="title">
|
||||||
<attribute name="title">
|
<string>Columns</string>
|
||||||
<string>Dependencies</string>
|
</attribute>
|
||||||
</attribute>
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
</widget>
|
<item>
|
||||||
<widget class="QWidget" name="dependentsTab">
|
<widget class="QTableView" name="columnsTable"/>
|
||||||
<attribute name="title">
|
</item>
|
||||||
<string>Dependents</string>
|
</layout>
|
||||||
</attribute>
|
</widget>
|
||||||
</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>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPlainTextEdit" name="tableDdlSql"/>
|
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue