ui: Made QtWindow resizeable with resize grip
* added size grip to bottom right corner of QtWindow * use layouts on start screen * added close button in about window to layout bug id = 102
This commit is contained in:
@@ -105,15 +105,16 @@ bool QtProjectWizzardContentPaths::check()
|
||||
|
||||
if (!fi.exists())
|
||||
{
|
||||
missingPaths.append("\n");
|
||||
missingPaths.append(f.str().c_str());
|
||||
missingPaths.append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
if (!missingPaths.isEmpty())
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText("These paths do not exist:" + missingPaths);
|
||||
msgBox.setText("Some project paths do not exist.");
|
||||
msgBox.setDetailedText(missingPaths);
|
||||
msgBox.exec();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user