From 38e3a2e587796df133f50363e65a68ec7989cb9b Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 24 Feb 2026 18:23:32 +0100 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e87258 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.qtcreator/ +build/ -- cgit v1.2.3