L10n: tr()-Fixes for 2.2

This commit is contained in:
Friedemann Kleint
2011-02-15 16:05:52 +01:00
parent a6fc7e8857
commit 88ba702293
12 changed files with 82 additions and 78 deletions

View File

@@ -1,105 +1,106 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>mainClass</class>
<widget class="QWidget" name="mainClass" >
<property name="geometry" >
<widget class="QWidget" name="mainClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>399</width>
<height>176</height>
<width>390</width>
<height>146</height>
</rect>
</property>
<property name="windowTitle" >
<string>main</string>
<property name="windowTitle">
<string notr="true">main</string>
</property>
<layout class="QVBoxLayout" >
<layout class="QVBoxLayout">
<item>
<widget class="QComboBox" name="comboBox" />
<widget class="QComboBox" name="comboBox"/>
</item>
<item>
<layout class="QVBoxLayout" >
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Text1:</string>
<property name="text">
<string notr="true">Text1:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="text1" >
<property name="enabled" >
<widget class="QLabel" name="text1">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>N/A</string>
<property name="text">
<string notr="true">N/A</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Text2:</string>
<widget class="QLabel" name="label_3">
<property name="text">
<string notr="true">Text2:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="text2" >
<property name="enabled" >
<widget class="QLabel" name="text2">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>N/A</string>
<property name="text">
<string notr="true">N/A</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_5" >
<property name="text" >
<string>Text3:</string>
<widget class="QLabel" name="label_5">
<property name="text">
<string notr="true">Text3:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="text3" >
<property name="enabled" >
<widget class="QLabel" name="text3">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>N/A</string>
<property name="text">
<string notr="true">N/A</string>
</property>
</widget>
</item>
@@ -109,10 +110,10 @@
</item>
<item>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
@@ -122,7 +123,7 @@
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>