![]() |
NDEVR
API Documentation
|
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. | |
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.
| OwlServerSettingsDialog::OwlServerSettingsDialog | ( | OWLClientInterface * | actions, |
| QWidget * | parent = nullptr ) |
Constructs the server settings dialog.
| [in] | actions | The OWL client interface for server operations. |
| [in] | parent | Optional parent widget. |
|
protected |
Handles cell edits in the server table.
| [in] | row | The row that changed. |
| [in] | column | The column that changed. |