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.
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-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.