Terminado di?logo de configuraci?n del servidor

Corregida la carga de bibliotecas desde el servidor
This commit is contained in:
Luis Ángel San Martín
2013-04-07 22:59:01 +02:00
parent 3f19942183
commit 2973a87e71
9 changed files with 885 additions and 780 deletions

View File

@ -36,7 +36,7 @@ ServerConfigDialog::ServerConfigDialog(QWidget * parent)
qrMessage->setWordWrap(true);
qrMessage->setFixedWidth(200);
QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices <a href='www.yacreader.com'> page </a>"),this);
QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices, the best comic reading experience now in your iPad, iPhone or iPod touch. <a href='http://ios.yacreader.com'> Discover it! </a>"),this);
propaganda->move(36,375);
propaganda->setStyleSheet("QLabel {color:#1F1F1F; font-size:16px; font-family: Arial; font-style: italic;}"
"QLabel::a {color:#1A1A1A}");