Workspace 6.21.5
Public Slots | Signals | Public Member Functions | List of all members
ConfigureRemoteWidget Class Reference

Widget for configuring remote authentication details.

#include <Workspace/Application/Remote/configureremotewidget.h>

Inherits QWidget.

Public Slots

void applyChanges ()
 
void resetChanges ()
 

Signals

void somethingModified ()
 

Public Member Functions

 ConfigureRemoteWidget (QWidget *parent=nullptr)
 
 ~ConfigureRemoteWidget () override
 

Constructor & Destructor Documentation

◆ ConfigureRemoteWidget()

ConfigureRemoteWidget ( QWidget *  parent = nullptr)
Parameters
parentThe parent of this widget.

◆ ~ConfigureRemoteWidget()

~ConfigureRemoteWidget ( )
override

Member Function Documentation

◆ applyChanges

void applyChanges ( )
slot

Applies any changes made in this widget by saving the relevant information from the widget into the Settings singleton. It is the caller's responsibility to ensure that Settings::save() is later called at some point.

◆ resetChanges

void resetChanges ( )
slot

Discards the information currently held in the widget and reloads its data from the Settings. Note that the client is responsible for ensuring that the settings have been previously loaded.

◆ somethingModified

void somethingModified ( )
signal