equal
deleted
inserted
replaced
504 pageLayout->addWidget(BtnBack, 2, 0); |
504 pageLayout->addWidget(BtnBack, 2, 0); |
505 |
505 |
506 BtnGo = new QPushButton(this); |
506 BtnGo = new QPushButton(this); |
507 BtnGo->setFont(*font14); |
507 BtnGo->setFont(*font14); |
508 BtnGo->setText(QPushButton::tr("Go!")); |
508 BtnGo->setText(QPushButton::tr("Go!")); |
|
509 BtnGo->setEnabled(false); |
509 pageLayout->addWidget(BtnGo, 2, 1); |
510 pageLayout->addWidget(BtnGo, 2, 1); |
510 } |
511 } |
511 |
512 |
512 PageInfo::PageInfo(QWidget* parent) : QWidget(parent) |
513 PageInfo::PageInfo(QWidget* parent) : QWidget(parent) |
513 { |
514 { |