Skip to content
Commit fe8ea25f authored by Ingo Klöcker's avatar Ingo Klöcker
Browse files

Allow saving/restoring layout of key list to/from custom config group

KeyTreeView:
* Make KConfigGroup argument mandatory (to prevent wrong usage).
* Add config group argument to saveLayout() and restoreLayout() and
  make both methods public.
* Automatically save/restore layout only if config group was passed
  to constructor.

DeleteCertificatesDialog, NetKeyWidget:
* Explicitly, save/restore layout of key list(s) to/from custom config
  groups.  Previously, the layout was saved to/restored from the config
  group "KeyTreeView_default" implicitly.

TabWidget:
* Explicitly, use config group "KeyTreeView_default" for temporary
  key lists (e.g. after importing certificates). Previously, this
  config group was used implicitly.

GnuPG-bug-id: 5175
parent 9304059f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment