diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-24 10:06:41 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-24 10:06:41 -0800 |
commit | c8c17dc01ec66f8bc5641dbe93768aa8f4a9b364 (patch) | |
tree | 25763486cb742e4107ea94aa1a9320948cfac3a6 | |
parent | a76fdd8d54600fee1d82e40fddaf3cf563dbc582 (diff) | |
download | subsurface-c8c17dc01ec66f8bc5641dbe93768aa8f4a9b364.tar.gz |
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>
-rw-r--r-- | qt-ui/listfilter.ui | 6 | ||||
-rw-r--r-- | qt-ui/tableview.ui | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/qt-ui/listfilter.ui b/qt-ui/listfilter.ui index a2bbee7df..0588afb24 100644 --- a/qt-ui/listfilter.ui +++ b/qt-ui/listfilter.ui @@ -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"> diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui index dce3fb757..73867231e 100644 --- a/qt-ui/tableview.ui +++ b/qt-ui/tableview.ui @@ -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"/> |