NDEVR
API Documentation
OwlServerSettingsDialog

Dialog for managing OWL server connections. More...

Public Member Functions

 OwlServerSettingsDialog (OWLClientInterface *actions, QWidget *parent=nullptr)
 Constructs the server settings dialog.
void finishedSignal ()
 Emitted when the dialog workflow has completed.

Protected Member Functions

void onServerCellChangedSlot (int, int)
 Handles cell edits in the server table.
void onServerSelectionChanged ()
 Handles server selection changes in the table.
void updateSelectedServerFromUI ()
 Saves the UI changes to the selected server configuration.

Detailed Description

Dialog for managing OWL server connections.

Provides a table of configured servers with controls for adding, editing, deleting, and logging into server connections.

Definition at line 49 of file OwlServerSettingsDialog.h.

Constructor & Destructor Documentation

◆ OwlServerSettingsDialog()

OwlServerSettingsDialog::OwlServerSettingsDialog ( OWLClientInterface * actions,
QWidget * parent = nullptr )

Constructs the server settings dialog.

Parameters
[in]actionsThe OWL client interface for server operations.
[in]parentOptional parent widget.

Member Function Documentation

◆ onServerCellChangedSlot()

void OwlServerSettingsDialog::onServerCellChangedSlot ( int ,
int  )
protected

Handles cell edits in the server table.

Parameters
[in]rowThe row that changed.
[in]columnThe column that changed.

The documentation for this class was generated from the following file: