[Marble-commits] KDE/kdeedu/marble/src/lib
Torsten Rahn
tackat at kde.org
Wed Aug 25 06:03:15 CEST 2010
SVN commit 1167619 by rahn:
- echoMode Password for Password in Proxy settings.
Reported by Hartwig Hitz.
Forward port of r1167618.
M +4 -1 MarbleCacheSettingsWidget.ui
--- trunk/KDE/kdeedu/marble/src/lib/MarbleCacheSettingsWidget.ui #1167618:1167619
@@ -198,7 +198,7 @@
<item>
<widget class="QLineEdit" name="kcfg_proxyUrl">
<property name="text">
- <string></string>
+ <string/>
</property>
</widget>
</item>
@@ -351,6 +351,9 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="echoMode">
+ <enum>QLineEdit::Password</enum>
+ </property>
</widget>
</item>
<item row="1" column="2">
More information about the Marble-commits
mailing list