diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 14:55:32 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 14:55:32 +0100 |
| commit | 5ff9705937ffc1647587e1b228effd30c8a0e309 (patch) | |
| tree | e1c5d9397ebbd68dd593788d6b09688a1d6ee8bd /demo/CMakeLists.txt | |
| parent | 47096b375797c38b5b1e79f1366f1152cc292875 (diff) | |
| download | BobinkQtOpcUa-5ff9705937ffc1647587e1b228effd30c8a0e309.tar.gz BobinkQtOpcUa-5ff9705937ffc1647587e1b228effd30c8a0e309.zip | |
Refactor Main.qml into separate components and add comments
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.
Diffstat (limited to 'demo/CMakeLists.txt')
| -rw-r--r-- | demo/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index dd208e8..96dade8 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -8,6 +8,9 @@ qt_add_qml_module( 1.0 QML_FILES Main.qml + CertTrustDialog.qml + ConnectionPage.qml + DebugConsole.qml NodePage.qml IMPORT_PATH "${PROJECT_BINARY_DIR}/qml") |
