mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Enabled link to Comic Vine 'Grab an API key' web page
This commit is contained in:
parent
ebf2ee72b2
commit
7e54b476af
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user