QTfrontend/pages.cpp
changeset 1677 0655bb13af01
parent 1659 fd593a5e71fb
child 1684 b3f4ec08f0a4
equal deleted inserted replaced
1676:6f6f14a3e0ea 1677:0655bb13af01
   570 
   570 
   571 	BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
   571 	BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
   572 	
   572 	
   573 	BtnGo = new QPushButton(this);
   573 	BtnGo = new QPushButton(this);
   574 	BtnGo->setFont(*font14);
   574 	BtnGo->setFont(*font14);
   575 	//BtnGo->setText(QPushButton::tr("Ready"));
   575 	BtnGo->setToolTip(QPushButton::tr("Ready"));
   576 	BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
   576 	BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
   577 	BtnGo->setIconSize(QSize(25, 34));
   577 	BtnGo->setIconSize(QSize(25, 34));
   578 	BtnGo->setMinimumWidth(50);
   578 	BtnGo->setMinimumWidth(50);
   579 	BtnGo->setMinimumHeight(50);
   579 	BtnGo->setMinimumHeight(50);
   580 	bottomLayout->addWidget(BtnGo, 2);
   580 	bottomLayout->addWidget(BtnGo, 2);