[PATCH 16/17] Remove unused strings from ui files

Anton Lundin glance at acc.umu.se
Wed Dec 17 23:47:57 PST 2014


This removes unused strings from ui files. These showed up for
translation and are quite meaningless to translate.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/listfilter.ui | 6 +-----
 qt-ui/tableview.ui  | 6 ------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/qt-ui/listfilter.ui b/qt-ui/listfilter.ui
index 0588afb..a2bbee7 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 7386723..dce3fb7 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"/>
-- 
2.1.0



More information about the subsurface mailing list