aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-11 00:08:31 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-11 00:08:31 +0000
commit78a63f1eedec71e1fb6a2f353eac33c474e81924 (patch)
tree393599de07b0a57c624d90c2e8954e18def4efec /mainwindow.cpp
parentadded QT_NO_DEBUG_OUTPUT and QT_NO_WARNING to gpg4usb.pro and set wizardstyle... (diff)
downloadgpg4usb-78a63f1eedec71e1fb6a2f353eac33c474e81924.tar.gz
gpg4usb-78a63f1eedec71e1fb6a2f353eac33c474e81924.zip
add qmlpage for keydetails, just a test now
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1043 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 9eacc91..674be9f 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1255,10 +1255,14 @@ void MainWindow::slotShowKeyDetails()
return;
}
+ // TODO: get qml working here ;-)
+ edit->slotNewQMLTab("KeyDetailsQML", "TODO");
+
KgpgCore::KgpgKey key = mCtx->getKeyDetails(mKeyList->getSelected()->first());
if (key.id() != "") {
new KeyDetailsDialog(mCtx, key, this);
}
+
}
void MainWindow::slotRefreshKeysFromKeyserver()