mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
actualizada traducci?n al Castellano
actualizados los archivos de traducci?n actualizado el n?mero de versi?n en about (TODO sustituirlo program?ticamente)
This commit is contained in:
@ -15,11 +15,11 @@ YACReaderDeletingProgress::YACReaderDeletingProgress(QWidget *parent) :
|
||||
QLabel * iconLabel = new QLabel();
|
||||
QPixmap icon(":/images/deleting_progress/icon.png");
|
||||
iconLabel->setPixmap(icon);
|
||||
iconLabel->setStyleSheet(tr("QLabel {padding:0px; margin:0px;}"));
|
||||
iconLabel->setStyleSheet("QLabel {padding:0px; margin:0px;}");
|
||||
|
||||
textMessage = new QLabel(tr("Please wait, deleting in progress..."));
|
||||
|
||||
textMessage->setStyleSheet(tr("QLabel {color:#ABABAB; padding:0 0 0 0px; margin:0px; font-size:18px; font-weight:bold;}"));
|
||||
textMessage->setStyleSheet("QLabel {color:#ABABAB; padding:0 0 0 0px; margin:0px; font-size:18px; font-weight:bold;}");
|
||||
|
||||
QProgressBar * progressBar = new QProgressBar();
|
||||
|
||||
|
Reference in New Issue
Block a user