Enabled link to Comic Vine 'Grab an API key' web page

This commit is contained in:
Luis Ángel San Martín 2014-10-15 20:23:27 +02:00
parent ebf2ee72b2
commit 7e54b476af

View File

@ -20,6 +20,7 @@ ApiKeyDialog::ApiKeyDialog(QWidget *parent) :
QLabel * info = new QLabel(tr("Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href=\"http://www.comicvine.com/api/\">here</a>"));
info->setWordWrap(true);
info->setOpenExternalLinks(true);
edit = new QLineEdit();
edit->setPlaceholderText(tr("Paste here your Comic Vine API key"));
connect(edit,SIGNAL(textChanged(QString)),this,SLOT(enableAccept(QString)));