void setConnection(const NDEVRServerManager::OWLServer &server)
Sets the active server connection.
void tryToConnect()
Attempts to connect to the configured server.
void reset()
Resets the page to its initial state.
void downloadURL(const StringView &url)
Initiates a download from the given OWL URL.
void finishedSignal()
Emitted when the action page workflow has completed.
QSize minimumSizeHint() const override
Returns the minimum size hint for the widget.
bool event(QEvent *event) override
Handles events, including show/hide transitions.
OWLActionPage(OWLClientInterface *actions, DesignObjectLookup *lookup, QWidget *parent=nullptr)
Constructs the OWL action page.