aboutsummaryrefslogtreecommitdiffstats
path: root/demo/ConnectionPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* Check all unchecked return values and guard error pathsHEADmasterThomas Vanbesien2026-04-011-6/+7
|
* Refactor Main.qml into separate components and add commentsThomas Vanbesien2026-03-231-0/+400
Extract ConnectionPage, CertTrustDialog, and DebugConsole from Main.qml into their own QML files. Add inline comments to OpcUaMonitoredNode::handleValueUpdated explaining the range write guard, value store, and timestamp update.