diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-31 17:44:35 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-31 17:44:35 +0200 |
| commit | f3beb1624c24012c246d17a40c4e10c1c6b3b5b5 (patch) | |
| tree | 93430f34b957a6d5037157913605c0ccbba79856 /demo/CMakeLists.txt | |
| parent | 6816fc573608cf9a5783caeabd47b8dbe1ac5ac5 (diff) | |
| download | BobinkQtOpcUa-f3beb1624c24012c246d17a40c4e10c1c6b3b5b5.tar.gz BobinkQtOpcUa-f3beb1624c24012c246d17a40c4e10c1c6b3b5b5.zip | |
Add passphrase-protected private key support
Wire up QOpcUaClient::passwordForPrivateKeyRequired to a QML dialog,
mirroring the existing certificate trust flow (local QEventLoop + 30s
timeout).
Diffstat (limited to 'demo/CMakeLists.txt')
| -rw-r--r-- | demo/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
