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

@ -43,7 +43,7 @@ public:
/// Starts the form for creating a new conncetion.
/// This function returns immidiatly!
void createConnection();
void createConnection(ConnectionConfig *init = nullptr);
/// Starts the form for editing a conncetion.
/// This function returns immidiatly!
void editConnection(QModelIndex index);