|
void | SlotImport (const KeyIdArgsListPtr &keys) |
|
void | SlotImport (const QStringList &keyIds, const QUrl &keyserverUrl) |
|
|
void | SignalKeyImported () |
|
|
void | slot_import () |
|
void | slot_search_finished () |
|
void | slot_import_finished (const QString &keyid) |
|
void | slot_search () |
|
void | slot_save_window_state () |
|
|
bool | m_automatic_ = false |
|
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_ {} |
|
QNetworkAccessManager * | network_access_manager_ {} |
|
◆ KeyServerImportDialog() [1/2]
GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog |
( |
bool |
automatic, |
|
|
QWidget * |
parent |
|
) |
| |
◆ KeyServerImportDialog() [2/2]
GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog |
( |
QWidget * |
parent | ) |
|
|
explicit |
Construct a new Key Server Import Dialog object.
- Parameters
-
References create_comboBox().
◆ create_button()
QPushButton* GpgFrontend::UI::KeyServerImportDialog::create_button |
( |
const QString & |
text, |
|
|
const char * |
member |
|
) |
| |
|
private |
Create a button object.
- Parameters
-
- Returns
- QPushButton*
◆ create_comboBox()
QComboBox * GpgFrontend::UI::KeyServerImportDialog::create_comboBox |
( |
| ) |
|
|
private |
◆ create_keys_table()
void GpgFrontend::UI::KeyServerImportDialog::create_keys_table |
( |
| ) |
|
|
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 the loading object.
- Parameters
-
Referenced by SlotImport().
◆ set_message()
void GpgFrontend::UI::KeyServerImportDialog::set_message |
( |
const QString & |
text, |
|
|
bool |
error |
|
) |
| |
|
private |
◆ slot_import_finished
void GpgFrontend::UI::KeyServerImportDialog::slot_import_finished |
( |
const QString & |
keyid | ) |
|
|
privateslot |
◆ SlotImport [1/2]
void GpgFrontend::UI::KeyServerImportDialog::SlotImport |
( |
const KeyIdArgsListPtr & |
keys | ) |
|
|
slot |
◆ SlotImport [2/2]
void GpgFrontend::UI::KeyServerImportDialog::SlotImport |
( |
const QStringList & |
keyIds, |
|
|
const QUrl & |
keyserverUrl |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files: