mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -04:00
remove the progress bar on gpg key generation as it doesn't worrk properly
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5a7fb9a57c
commit
cd09858390
1 changed files with 4 additions and 4 deletions
|
@ -174,10 +174,10 @@ void GenCertDialog::genPerson()
|
||||||
std::string err_string;
|
std::string err_string;
|
||||||
ui.no_gpg_key_label->setText(tr("Generating new GPG key, please be patient. Fill in your GPG password when asked."));
|
ui.no_gpg_key_label->setText(tr("Generating new GPG key, please be patient. Fill in your GPG password when asked."));
|
||||||
ui.no_gpg_key_label->show();
|
ui.no_gpg_key_label->show();
|
||||||
QMovie *movie = new QMovie(":/images/loader/progress.gif");
|
// QMovie *movie = new QMovie(":/images/loader/progress.gif");
|
||||||
ui.progress_label->setMovie(movie);
|
// ui.progress_label->setMovie(movie);
|
||||||
movie->start();
|
// movie->start();
|
||||||
movie->setSpeed(100); // 2x speed
|
// movie->setSpeed(100); // 2x speed
|
||||||
ui.new_gpg_key_checkbox->hide();
|
ui.new_gpg_key_checkbox->hide();
|
||||||
ui.name_label->hide();
|
ui.name_label->hide();
|
||||||
ui.name_input->hide();
|
ui.name_input->hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue