QTfrontend/ui/page/pagetraining.cpp
changeset 12236 a0ed4caa6d35
parent 11973 de1b616fd5e6
child 12240 88b31fdc760b
equal deleted inserted replaced
12235:0844c680b4bc 12236:a0ed4caa6d35
   105     QBoxLayout * bottomLayout = new QVBoxLayout();
   105     QBoxLayout * bottomLayout = new QVBoxLayout();
   106 
   106 
   107     const QIcon& lp = QIcon(":/res/Start.png");
   107     const QIcon& lp = QIcon(":/res/Start.png");
   108     QSize sz = lp.actualSize(QSize(65535, 65535));
   108     QSize sz = lp.actualSize(QSize(65535, 65535));
   109     btnStart = new QPushButton();
   109     btnStart = new QPushButton();
       
   110     btnStart->setStyleSheet("padding: 5px 10px");
   110     btnStart->setText(QPushButton::tr("Start"));
   111     btnStart->setText(QPushButton::tr("Start"));
   111     btnStart->setWhatsThis(tr("Start fighting"));
   112     btnStart->setWhatsThis(tr("Start fighting"));
   112     btnStart->setMinimumWidth(sz.width() + 60);
   113     btnStart->setMinimumWidth(sz.width() + 60);
   113     btnStart->setIcon(lp);
   114     btnStart->setIcon(lp);
   114     btnStart->setFixedHeight(50);
   115     btnStart->setFixedHeight(50);