Skip to content

Commit 20fd881

Browse files
committed
Plugins::FtpServer: modify password mode
1 parent 48c44f6 commit 20fd881

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Plugins/FtpServer/DlgSettings.ui

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@
9292
</widget>
9393
</item>
9494
<item>
95-
<widget class="QLineEdit" name="lePassword"/>
95+
<widget class="QLineEdit" name="lePassword">
96+
<property name="echoMode">
97+
<enum>QLineEdit::EchoMode::Password</enum>
98+
</property>
99+
</widget>
96100
</item>
97101
</layout>
98102
</item>

0 commit comments

Comments
 (0)