From 587b26019beb51aadb4cd245e622774a90442966 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Thu, 10 Jun 2021 04:14:21 +0800 Subject: Adjust the project structure. Write a readme. Signed-off-by: Saturneric --- src/ui/Wizard.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/Wizard.cpp') diff --git a/src/ui/Wizard.cpp b/src/ui/Wizard.cpp index f7d8b717..3a09323a 100644 --- a/src/ui/Wizard.cpp +++ b/src/ui/Wizard.cpp @@ -117,7 +117,7 @@ IntroPage::IntroPage(QWidget *parent) "For more information have a look at the concepts " "(by clicking the link, the page will open in the main window).
")); topLabel->setWordWrap(true); - connect(topLabel, SIGNAL(linkActivated(QString)), parentWidget()->parentWidget(), SLOT(openHelp(QString))); + // connect(topLabel, SIGNAL(linkActivated(QString)), parentWidget()->parentWidget(), SLOT(openHelp(QString))); // QComboBox for language selection auto *langLabel = new QLabel(tr("Choose a Language")); @@ -167,7 +167,7 @@ ChoosePage::ChoosePage(QWidget *parent) "may possibly want to ") + "" + tr("create a new keypair") + "
"); keygenLabel->setWordWrap(true); - connect(keygenLabel, SIGNAL(linkActivated(QString)), this, SLOT(slotJumpPage(Qtring))); + // connect(keygenLabel, SIGNAL(linkActivated(QString)), this, SLOT(slotJumpPage(Qtring))); auto *importGpg4usbLabel = new QLabel(tr("If you upgrade from an older version of GPGFrontend you may want to ") + "" @@ -360,7 +360,7 @@ KeyGenPage::KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent) auto *linkLabel = new QLabel("" + tr("Offline tutorial") + ""); //linkLabel->setOpenExternalLinks(true); - connect(linkLabel, SIGNAL(linkActivated(QString)), parentWidget()->parentWidget(), SLOT(openHelp(QString))); + // connect(linkLabel, SIGNAL(linkActivated(QString)), parentWidget()->parentWidget(), SLOT(openHelp(QString))); auto *createKeyButtonBox = new QWidget(this); auto *createKeyButtonBoxLayout = new QHBoxLayout(createKeyButtonBox); -- cgit v1.2.3