diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-24 18:23:32 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-25 10:12:36 +0100 |
| commit | 38e3a2e587796df133f50363e65a68ec7989cb9b (patch) | |
| tree | aa0642e4f82ee0ba9a88ef8a0e56c527a643e0c7 /.gitmodules | |
| download | BobinkQtOpcUaAppTemplate-38e3a2e587796df133f50363e65a68ec7989cb9b.tar.gz BobinkQtOpcUaAppTemplate-38e3a2e587796df133f50363e65a68ec7989cb9b.zip | |
Initial commit: BobinkQtOpcUa app template with demo UI
Qt 6 QML application template using BobinkQtOpcUa as a submodule for
OPC UA connectivity. Includes discovery, PKI, auth, node monitoring
with read/write, and a multi-page demo UI.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..99134b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/BobinkQtOpcUa"] + path = deps/BobinkQtOpcUa + url = https://git.tvcloud.fr/BobinkQtOpcUa |
