subsurface/qt-ui/tableview.ui
Dirk Hohndel c8c17dc01e Revert "Remove unused strings from ui files"
This reverts commit 6e72b5b8c5ce86effb6d31ea14bf85a9c37237a6.

That broke the functionality to add elements to the tables in the planner
and the equipment tab.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-12-24 10:06:41 -08:00

28 lines
594 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TableView</class>
<widget class="QGroupBox" name="TableView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>GroupBox</string>
</property>
<property name="title">
<string>GroupBox</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>