pgLab/pglab/crud/CrudTab.ui

40 lines
912 B
Text
Raw Normal View History

2018-01-08 20:45:52 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CrudTab</class>
<widget class="QWidget" name="CrudTab">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>718</width>
<height>581</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView">
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
2018-01-08 20:45:52 +01:00
</item>
</layout>
<action name="actionRemove_rows">
<property name="text">
<string>Remove rows</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
<property name="shortcutContext">
<enum>Qt::WidgetWithChildrenShortcut</enum>
</property>
</action>
2018-01-08 20:45:52 +01:00
</widget>
<resources/>
<connections/>
</ui>