The button label "Projects >>" is untranslatable at this time.
if (this->ui->tableWidget->isVisible())
{
this->ui->pushButton_2->setText("Projects >>");
this->ui->tableWidget->setVisible(false);
Configuration::HuggleConfiguration->Multiple = false;
} else