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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e87258 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.qtcreator/ +build/ |
