Home
last modified time | relevance | path

Searched refs:kgpgtxtedit (Results 1 – 2 of 2) sorted by relevance

/dports/security/kgpg/kgpg-21.12.3/
H A Dkgpgexternalactions.cpp413 KgpgEditor *kgpgtxtedit = new KgpgEditor(m_keysmanager, m_model, {}); in showDroppedFile() local
414 connect(m_keysmanager, &KeysManager::fontChanged, kgpgtxtedit, &KgpgEditor::slotSetFont); in showDroppedFile()
416 kgpgtxtedit->m_editor->openDroppedFile(file, false); in showDroppedFile()
418 kgpgtxtedit->show(); in showDroppedFile()
H A Dkeysmanager.cpp541 KgpgEditor *kgpgtxtedit = new KgpgEditor(this, imodel, Qt::Window); in slotOpenEditor() local
545 kgpgtxtedit->show(); in slotOpenEditor()
2818 KgpgEditor *kgpgtxtedit = new KgpgEditor(this, imodel, {}); in clipDecrypt() local
2819 kgpgtxtedit->setAttribute(Qt::WA_DeleteOnClose); in clipDecrypt()
2821 kgpgtxtedit->m_editor->setPlainText(cliptext); in clipDecrypt()
2822 kgpgtxtedit->m_editor->slotDecode(); in clipDecrypt()
2823 kgpgtxtedit->show(); in clipDecrypt()
2837 kgpgtxtedit->setAttribute(Qt::WA_DeleteOnClose); in clipSign()
2838 …connect(kgpgtxtedit->m_editor, &KgpgTextEdit::verifyFinished, kgpgtxtedit, &KgpgEditor::closeWindo… in clipSign()
2840 kgpgtxtedit->m_editor->signVerifyText(cliptext); in clipSign()
[all …]