AccountsDialog

Search for usage in LXR

AccountsDialog Class Reference

Inherits org::mauikit::controls::PopupPage, and org::mauikit::controls::PopupPage.

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

Accounts AccountsDialog::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

MauiKit::MauiModel AccountsDialog::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
serverthe remote server address
userthe user name
passwordpassword 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
serverthe server remote address
userthe 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
serverthe server remote address
userthe 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 Fri Jun 21 2024 12:03:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.