mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
a?adido widget para mostrar el progreso de borrado de c?mics.
This commit is contained in:
@ -149,8 +149,7 @@ ImportWidget::ImportWidget(QWidget *parent) :
|
||||
coversViewLayout->setSpacing(0);
|
||||
|
||||
QPushButton * stop = new QPushButton(tr("stop"));
|
||||
stop->setSizePolicy(QSizePolicy::Preferred,QSizePolicy::Preferred);
|
||||
stop->setMaximumWidth(100);
|
||||
stop->setSizePolicy(QSizePolicy::Maximum,QSizePolicy::Maximum);
|
||||
|
||||
QVBoxLayout * layout = new QVBoxLayout(this);
|
||||
QHBoxLayout * buttonLayout = new QHBoxLayout();
|
||||
|
Reference in New Issue
Block a user