QTfrontend/pages.cpp
changeset 492 78e80f899b59
parent 486 7ea71cd3acd5
child 529 812682c1ab62
equal deleted inserted replaced
491:eadeccaf52ab 492:78e80f899b59
   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 {