From ffa46fd251e52903afa7f04ed3e2ad0574072a08 Mon Sep 17 00:00:00 2001
From: Yuchen Deng The project you are about to open is located in the "
"write-protected location:%1
").arg(nativeProjectDir));
+ descrLbl->setMinimumWidth(descrLbl->sizeHint().width());
descrLbl->setWordWrap(true);
descrLbl->setText(tr("%1
"
@@ -333,7 +337,7 @@ QString ExamplesWelcomePage::copyToAlternativeLocation(const QFileInfo& proFileI
"to open a modifiable copy of the project or click \"Keep Project and Open\" "
"to open the project in location.
Note: You will not " "be able to alter or compile your project in the current location.
") - .arg(QDir::toNativeSeparators(projectDir))); + .arg(nativeProjectDir)); lay->addWidget(descrLbl, 0, 0, 1, 2); QLabel *txt = new QLabel(tr("&Location:")); Utils::PathChooser *chooser = new Utils::PathChooser;