diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-18 08:47:57 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-18 08:34:00 -0800 |
commit | 6e72b5b8c5ce86effb6d31ea14bf85a9c37237a6 (patch) | |
tree | 713238fc555128bb0153b8b4bf9c5cfd4face782 /qt-ui | |
parent | b2199a968783d425bd2f6c9fae3fa22faddb0a5e (diff) | |
download | subsurface-6e72b5b8c5ce86effb6d31ea14bf85a9c37237a6.tar.gz |
Remove unused strings from ui files
This removes unused strings from ui files. These showed up for
translation and are quite meaningless to translate.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/listfilter.ui | 6 | ||||
-rw-r--r-- | qt-ui/tableview.ui | 6 |
2 files changed, 1 insertions, 11 deletions
diff --git a/qt-ui/listfilter.ui b/qt-ui/listfilter.ui index 0588afb24..a2bbee7df 100644 --- a/qt-ui/listfilter.ui +++ b/qt-ui/listfilter.ui @@ -17,11 +17,7 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Text label</string> - </property> - </widget> + <widget class="QLabel" name="label"/> </item> <item> <widget class="QLineEdit" name="filterInternalList"> diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui index 73867231e..dce3fb757 100644 --- a/qt-ui/tableview.ui +++ b/qt-ui/tableview.ui @@ -10,12 +10,6 @@ <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"/> |