aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/FileEncryptionDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-23 16:45:30 +0000
committerSaturneric <[email protected]>2021-05-23 16:45:30 +0000
commit40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab (patch)
tree0535b4213b5bf69febf90f0a4d2b515ab2a15c34 /src/ui/FileEncryptionDialog.cpp
parentEnhance code robustness; (diff)
downloadGpgFrontend-40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab.tar.gz
GpgFrontend-40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab.zip
Declare and Define getSigners;
Expand KeyList; Project's Files Structure Modified; Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rwxr-xr-xsrc/ui/FileEncryptionDialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/FileEncryptionDialog.cpp b/src/ui/FileEncryptionDialog.cpp
index 49d012f4..97e0d357 100755
--- a/src/ui/FileEncryptionDialog.cpp
+++ b/src/ui/FileEncryptionDialog.cpp
@@ -87,10 +87,7 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList k
groupBox1->setLayout(gLayout);
/*Setup KeyList*/
- mKeyList = new KeyList(mCtx);
- mKeyList->hide();
- mKeyList->setColumnWidth(2, 150);
- mKeyList->setColumnWidth(3, 150);
+ mKeyList = new KeyList(mCtx, KeyListRow::ONLY_SECRET_KEY, KeyListColumn::NAME | KeyListColumn::EmailAddress);
mKeyList->setChecked(&keyList);
statusLabel = new QLabel();