Allow for saving the configuration used by a window opened from a URL.

Note when editing a copy save password works now too.
This commit is contained in:
eelke 2025-03-10 19:08:02 +01:00
parent 05e9b982cd
commit a6be979f8e
7 changed files with 43 additions and 16 deletions

View file

@ -35,8 +35,8 @@ public:
ConnectionConfig data() const;
QString group() const;
bool savePassword() const;
bool clearPassword() const;
bool savePasswordEnabled() const;
bool passwordIsChanged() const;
public slots:
void testConnection();