double click on ProfileInterface widgets open specific dialog, german

translation updated
This commit is contained in:
Rafael 2016-04-02 21:09:07 +02:00
parent 9062c88aea
commit 5c4f390bd2
15 changed files with 300 additions and 181 deletions

View file

@ -24,7 +24,6 @@ AboutDialog::AboutDialog(QWidget *parent) :
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
this->setWindowIcon(QIcon(":/img/5sync.png"));
aboutStr = ui->labAbout->text();
ui->labAbout->setText(aboutStr.arg(qApp->applicationVersion(), QT_VERSION_STR, qVersion()));
}