QTfrontend/pages.cpp
changeset 1404 2b6b6809c2e4
parent 1400 8196ce1d9be1
child 1409 d1cbe4a57ebf
equal deleted inserted replaced
1403:b8c921ed0f13 1404:2b6b6809c2e4
   535 
   535 
   536 	BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true);
   536 	BtnBack = addButton(":/res/Exit.png", pageLayout, 2, 0, true);
   537 
   537 
   538 	BtnGo = new QPushButton(this);
   538 	BtnGo = new QPushButton(this);
   539 	BtnGo->setFont(*font14);
   539 	BtnGo->setFont(*font14);
   540 	BtnGo->setText(QPushButton::tr("Go!"));
   540 	BtnGo->setText(QPushButton::tr("Ready"));
   541 	BtnGo->setEnabled(false);
       
   542 	pageLayout->addWidget(BtnGo, 2, 1);
   541 	pageLayout->addWidget(BtnGo, 2, 1);
   543 }
   542 }
   544 
   543 
   545 PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent)
   544 PageInfo::PageInfo(QWidget* parent) : AbstractPage(parent)
   546 {
   545 {