From 78a63f1eedec71e1fb6a2f353eac33c474e81924 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 11 Oct 2013 00:08:31 +0000 Subject: add qmlpage for keydetails, just a test now git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1043 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mainwindow.cpp') 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() -- cgit v1.2.3