author | unc0rr |
Wed, 14 Jan 2009 21:59:11 +0000 | |
changeset 1677 | 0655bb13af01 |
parent 1676 | 6f6f14a3e0ea |
child 1678 | c8deca7b1e3c |
--- a/QTfrontend/pages.cpp Wed Jan 14 21:40:59 2009 +0000 +++ b/QTfrontend/pages.cpp Wed Jan 14 21:59:11 2009 +0000 @@ -572,7 +572,7 @@ BtnGo = new QPushButton(this); BtnGo->setFont(*font14); - //BtnGo->setText(QPushButton::tr("Ready")); + BtnGo->setToolTip(QPushButton::tr("Ready")); BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); BtnGo->setIconSize(QSize(25, 34)); BtnGo->setMinimumWidth(50);