36 void setOfflineState(
const QString &message);
40 QLabel *m_connectionValue =
nullptr;
41 QLabel *m_configPathValue =
nullptr;
42 QLabel *m_shortcutValue =
nullptr;
43 QLabel *m_modelPathValue =
nullptr;
44 QPlainTextEdit *m_statusJsonView =
nullptr;
Interface used by tray-facing code to query daemon state.
Concrete local-socket implementation of the daemon control session API.
Read-only status window for the initial tray-shell slice.
TrayStatusWindow(DaemonControlSession *client=nullptr, QWidget *parent=nullptr)
Creates the status window and performs an initial refresh.
void refresh()
Refreshes the window from the daemon control API.
Synchronous client for the local Mutterkey daemon control socket.