1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-29 16:52:29 +00:00

Inital base for use GPG && GpgmE

This commit is contained in:
2019-03-18 08:10:58 +01:00
parent 6a5c352aed
commit 3cbd834787
28 changed files with 492 additions and 205 deletions

View File

@ -1,7 +1,7 @@
import QtQuick 2.4
import QtQuick.Layouts 1.1
import Ubuntu.Components 1.3
import Pass 1.0
import Gpg 1.0
import "components"
@ -20,5 +20,5 @@ MainView {
Component.onCompleted: push(pageStack.push(Qt.resolvedUrl("pages/PasswordList.qml")))
}
Component.onCompleted: Pass.speak()
Component.onCompleted: { Gpg.import_key("password-store/public.key"); Gpg.get_all_keys_id();}
}