Revert "Remove unused strings from ui files"

This reverts commit 6e72b5b8c5.

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>
This commit is contained in:
Dirk Hohndel 2014-12-24 10:06:41 -08:00
parent a76fdd8d54
commit c8c17dc01e
2 changed files with 11 additions and 1 deletions

View file

@ -17,7 +17,11 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label"/>
<widget class="QLabel" name="label">
<property name="text">
<string>Text label</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="filterInternalList">

View file

@ -10,6 +10,12 @@
<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"/>