Skip to content

Commit

Permalink
mask password when connecting to BIMserver
Browse files Browse the repository at this point in the history
  • Loading branch information
hlg committed Aug 30, 2019
1 parent 25e2ea3 commit 20d840c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ui/DialogBimServerLogin.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="editPassword"/>
<widget class="QLineEdit" name="editPassword">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
</layout>
</item>
Expand All @@ -64,7 +68,7 @@
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down

0 comments on commit 20d840c

Please sign in to comment.