Qt Code:
  1. ui.pushButton->setText(QString::number(aldaInt,10));
  2. ui.pushButton->setStyleSheet("color: #ffffff;");
To copy to clipboard, switch view to plain text mode 
now the text of your button is white. (I thought this is what you want.)