|
void | SlotImport (const KeyIdArgsListPtr &keys) |
|
void | SlotImport (std::vector< QString > key_ids_list, QString keyserver_url) |
|
|
void | SignalKeyImported () |
|
|
void | slot_import () |
| import key(s) for the key table selection
|
|
void | slot_search_finished (QNetworkReply::NetworkError reply, QByteArray buffer) |
|
void | slot_import_finished (bool success, QString err_msg, QByteArray buffer, std::shared_ptr< GpgImportInformation > info) |
|
void | slot_search () |
|
|
QHBoxLayout * | message_layout_ |
|
QLineEdit * | search_line_edit_ {} |
|
QComboBox * | key_server_combo_box_ {} |
|
QProgressBar * | waiting_bar_ |
|
QLabel * | search_label_ {} |
|
QLabel * | key_server_label_ {} |
|
QLabel * | message_ {} |
|
QLabel * | icon_ {} |
|
QPushButton * | close_button_ {} |
|
QPushButton * | import_button_ {} |
|
QPushButton * | search_button_ {} |
|
QTableWidget * | keys_table_ {} |
|
|
void | setPosCenterOfScreen () |
|
void | movePosition2CenterOfParent () |
|
auto | isRectRestored () -> bool |
|
void | showEvent (QShowEvent *event) override |
|
◆ KeyServerImportDialog()
GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ create_button()
QPushButton* GpgFrontend::UI::KeyServerImportDialog::create_button |
( |
const QString & |
text, |
|
|
const char * |
member |
|
) |
| |
|
private |
Create a button object.
- Parameters
-
- Returns
- QPushButton*
◆ create_combo_box()
auto GpgFrontend::UI::KeyServerImportDialog::create_combo_box |
( |
| ) |
|
|
private |
◆ import_keys()
void GpgFrontend::UI::KeyServerImportDialog::import_keys |
( |
ByteArrayPtr |
in_data | ) |
|
|
private |
◆ set_loading()
void GpgFrontend::UI::KeyServerImportDialog::set_loading |
( |
bool |
status | ) |
|
|
private |
◆ set_message()
void GpgFrontend::UI::KeyServerImportDialog::set_message |
( |
const QString & |
text, |
|
|
bool |
error |
|
) |
| |
|
private |
◆ slot_import_finished
void GpgFrontend::UI::KeyServerImportDialog::slot_import_finished |
( |
bool |
success, |
|
|
QString |
err_msg, |
|
|
QByteArray |
buffer, |
|
|
std::shared_ptr< GpgImportInformation > |
info |
|
) |
| |
|
privateslot |
◆ SlotImport [1/2]
void GpgFrontend::UI::KeyServerImportDialog::SlotImport |
( |
const KeyIdArgsListPtr & |
keys | ) |
|
|
slot |
◆ SlotImport [2/2]
void GpgFrontend::UI::KeyServerImportDialog::SlotImport |
( |
std::vector< QString > |
key_ids_list, |
|
|
QString |
keyserver_url |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files: