From f3beb1624c24012c246d17a40c4e10c1c6b3b5b5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 31 Mar 2026 17:44:35 +0200 Subject: Add passphrase-protected private key support Wire up QOpcUaClient::passwordForPrivateKeyRequired to a QML dialog, mirroring the existing certificate trust flow (local QEventLoop + 30s timeout). --- demo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'demo/CMakeLists.txt') diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 96dade8..ca39de8 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -9,6 +9,7 @@ qt_add_qml_module( QML_FILES Main.qml CertTrustDialog.qml + KeyPasswordDialog.qml ConnectionPage.qml DebugConsole.qml NodePage.qml -- cgit v1.2.3