From b1ad938c37f4e175e5509f727d1033b074b134d4 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Sun, 22 Mar 2026 18:51:12 +0000 Subject: Integrate the keyring into UI Add "Keyring" tab to the options dialog. The tab displays the keys from the table model (notes and certificates) and lets users create and delete keys. Key generation dialog includes passphare confirmation and a note. --- data/ui/key_generate_dialog.ui | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 data/ui/key_generate_dialog.ui (limited to 'data/ui/key_generate_dialog.ui') diff --git a/data/ui/key_generate_dialog.ui b/data/ui/key_generate_dialog.ui new file mode 100644 index 0000000..29c6234 --- /dev/null +++ b/data/ui/key_generate_dialog.ui @@ -0,0 +1,56 @@ + + + key_generate_dialog + + + + 0 + 0 + 394 + 200 + + + + Generate key + + + + + + Key name: + + + + + + + + + + Passphrase: + + + + + + + + + + Confirm: + + + + + + + + + + QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok + + + + + + -- cgit