A?adidos textos finales no_libraries_widget e import_widget(faltan traducciones).

Corregido el color del link en el di?log del servidor.

A?adida implementaci?n de men? personalizado (dark).
This commit is contained in:
Luis Ángel San Martín
2013-05-19 15:29:03 +02:00
parent ea2216aef5
commit 45bb72ae21
7 changed files with 60 additions and 6 deletions

View File

@ -78,7 +78,7 @@ ServerConfigDialog::ServerConfigDialog(QWidget * parent)
qrMessage->setWordWrap(true);
qrMessage->setFixedWidth(200);
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);
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' style='color:rgb(193, 148, 65)'> 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}");