Skip to content

Commit

Permalink
[MetaSearch] mask password when opening connection properties dialog (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Apr 17, 2021
1 parent 9563b04 commit 2a5fd3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion python/plugins/MetaSearch/ui/newconnectiondialog.ui
Expand Up @@ -68,7 +68,7 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lePassword"/>
<widget class="QgsPasswordLineEdit" name="lePassword"/>
</item>
</layout>
</widget>
Expand Down Expand Up @@ -125,4 +125,11 @@
</hints>
</connection>
</connections>
<customwidgets>
<customwidget>
<class>QgsPasswordLineEdit</class>
<extends>QLineEdit</extends>
<header>qgis.gui</header>
</customwidget>
</customwidgets>
</ui>

0 comments on commit 2a5fd3d

Please sign in to comment.