mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
58 lines
1.4 KiB
Text
58 lines
1.4 KiB
Text
![]() |
<ui version="4.0" >
|
||
|
<class>DbBrowser</class>
|
||
|
<widget class="QWidget" name="DbBrowser" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
||
|
<item>
|
||
|
<widget class="KComboBox" name="tableBox" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="KPushButton" name="refreshButton" >
|
||
|
<property name="text" >
|
||
|
<string>Refresh</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tableView">
|
||
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KComboBox</class>
|
||
|
<extends>QComboBox</extends>
|
||
|
<header>kcombobox.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>KPushButton</class>
|
||
|
<extends>QPushButton</extends>
|
||
|
<header>kpushbutton.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|