diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-05-02 12:03:35 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-02 12:07:42 (GMT) |
commit | f33b31dcc1b8fd35501ab5b441a4529e2f8570f3 (patch) | |
tree | 0fed84e25adc04b98f4b3996a538556d542aac58 /tools/qml/proxysettings_maemo5.ui | |
parent | 5d144faf3c524ab557b88f69c4b755e20237e846 (diff) | |
download | Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.zip Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.tar.gz Qt-f33b31dcc1b8fd35501ab5b441a4529e2f8570f3.tar.bz2 |
QmlViewer: Translate UI
Install translators for the Qt & QmlViewer translations. also
add QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII to check for untranslated
strings.
Reviewed-by: Oswald Buddenhagen
Task-number: QTBUG-14848
Diffstat (limited to 'tools/qml/proxysettings_maemo5.ui')
-rw-r--r-- | tools/qml/proxysettings_maemo5.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qml/proxysettings_maemo5.ui b/tools/qml/proxysettings_maemo5.ui index 83f0c2a..75875d8 100644 --- a/tools/qml/proxysettings_maemo5.ui +++ b/tools/qml/proxysettings_maemo5.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>449</width> - <height>164</height> + <width>447</width> + <height>162</height> </rect> </property> <property name="windowTitle"> @@ -88,7 +88,7 @@ <item row="1" column="1"> <widget class="QLineEdit" name="proxyPortEdit"> <property name="text"> - <string>8080</string> + <string notr="true">8080</string> </property> </widget> </item> |