summaryrefslogtreecommitdiff
path: root/src/items/database/tableproperties.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/items/database/tableproperties.ui')
-rw-r--r--src/items/database/tableproperties.ui137
1 files changed, 0 insertions, 137 deletions
diff --git a/src/items/database/tableproperties.ui b/src/items/database/tableproperties.ui
deleted file mode 100644
index 0ad531a..0000000
--- a/src/items/database/tableproperties.ui
+++ /dev/null
@@ -1,137 +0,0 @@
-<ui version="4.0" >
- <class>TableProperties</class>
- <widget class="QWidget" name="TableProperties" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>471</width>
- <height>192</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <item>
- <widget class="QTabWidget" name="tabWidget" >
- <property name="currentIndex" >
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab" >
- <attribute name="title" >
- <string>&amp;Definition</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item row="0" column="0" >
- <widget class="QLabel" name="label" >
- <property name="text" >
- <string>Name:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="nameEdit" />
- </item>
- <item row="1" column="0" colspan="2" >
- <spacer name="verticalSpacer" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>158</width>
- <height>113</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_2" >
- <attribute name="title" >
- <string>&amp;Columns</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_3" >
- <item rowspan="5" row="0" column="0" >
- <widget class="ColumnListView" name="columnsWidget" >
- <property name="rootIsDecorated" >
- <bool>false</bool>
- </property>
- <property name="itemsExpandable" >
- <bool>false</bool>
- </property>
- <property name="expandsOnDoubleClick" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="addColumnButton" >
- <property name="toolTip" >
- <string>Add new column</string>
- </property>
- <property name="text" >
- <string>&amp;Add</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="removeColumnButton" >
- <property name="toolTip" >
- <string>Remove selected column</string>
- </property>
- <property name="text" >
- <string>&amp;Remove</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="moveColumnUpButton" >
- <property name="toolTip" >
- <string>Move selected column up</string>
- </property>
- <property name="text" >
- <string>Move &amp;Up</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="moveColumnDownButton" >
- <property name="toolTip" >
- <string>Move selected column down</string>
- </property>
- <property name="text" >
- <string>Move &amp;Down</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1" >
- <spacer name="verticalSpacer_2" >
- <property name="orientation" >
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0" >
- <size>
- <width>17</width>
- <height>21</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ColumnListView</class>
- <extends>QTreeView</extends>
- <header>items/database/columnlistview.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>