AccountsDialog
AccountsDialog Class Reference
Properties | |
| alias | list | 
| alias | model | 
Public Member Functions | |
| void | addAccount (server, user, password) | 
| void | removeAccount (server, user) | 
| void | removeAccountAndFiles (server, user) | 
Detailed Description
A dialog listing all the available online accounts.
Accounts dialog
Definition at line 17 of file AccountsDialog.qml.
Property Documentation
◆ list
      
  | 
  read | 
Alias to the list containing the data of the accounts.
- Remarks
 - This property is read-only
 
Definition at line 33 of file AccountsDialog.qml.
◆ model
      
  | 
  read | 
Alias to the MauiKit BaseModel handling the data.
- Remarks
 - This property is read-only
 
Definition at line 27 of file AccountsDialog.qml.
Member Function Documentation
◆ addAccount()
| void AccountsDialog::addAccount | ( | server | , | 
| user | , | ||
| password | ) | 
Add a new account.
- Parameters
 - 
  
server the remote server address user the user name password password for the user in the remote server provided  
◆ removeAccount()
| void AccountsDialog::removeAccount | ( | server | , | 
| user | ) | 
Remove an account for the given user in the given server address.
- Parameters
 - 
  
server the server remote address user the user name  
◆ removeAccountAndFiles()
| void AccountsDialog::removeAccountAndFiles | ( | server | , | 
| user | ) | 
Remove an account for the given user in the given server address, and remove all the local cached files.
- Parameters
 - 
  
server the server remote address user the user name  
The documentation for this class was generated from the following file:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.