Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remember position of credentials dialog
  • Loading branch information
nyalldawson committed Jan 27, 2023
1 parent 263e065 commit 1f63c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/qgscredentialdialog.cpp
Expand Up @@ -19,8 +19,8 @@

#include "qgsauthmanager.h"
#include "qgslogger.h"
#include "qgssettings.h"
#include "qgsapplication.h"
#include "qgsgui.h"

#include <QPushButton>
#include <QMenu>
Expand All @@ -46,6 +46,8 @@ QgsCredentialDialog::QgsCredentialDialog( QWidget *parent, Qt::WindowFlags fl )

{
setupUi( this );
QgsGui::enableAutoGeometryRestore( this );

connect( leMasterPass, &QgsPasswordLineEdit::textChanged, this, &QgsCredentialDialog::leMasterPass_textChanged );
connect( leMasterPassVerify, &QgsPasswordLineEdit::textChanged, this, &QgsCredentialDialog::leMasterPassVerify_textChanged );
connect( chkbxEraseAuthDb, &QCheckBox::toggled, this, &QgsCredentialDialog::chkbxEraseAuthDb_toggled );
Expand Down

0 comments on commit 1f63c16

Please sign in to comment.