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>
This commit is contained in:
Anton Lundin 2014-12-18 08:47:57 +01:00 committed by Dirk Hohndel
parent b2199a9687
commit 6e72b5b8c5
2 changed files with 1 additions and 11 deletions

View file

@ -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">

View file

@ -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"/>