forked from qt-creator/qt-creator
Make wizards containing the targetsetuppage bigger
Task-number: QTCREATORBUG-2003
This commit is contained in:
@@ -101,6 +101,7 @@ void ProjectLoadWizard::setupTargetPage()
|
|||||||
m_targetSetupPage->setImportInfos(importVersions);
|
m_targetSetupPage->setImportInfos(importVersions);
|
||||||
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
|
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
|
||||||
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
|
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
|
||||||
|
resize(900, 450);
|
||||||
|
|
||||||
addPage(m_targetSetupPage);
|
addPage(m_targetSetupPage);
|
||||||
}
|
}
|
||||||
|
@@ -233,6 +233,8 @@ int BaseQt4ProjectWizardDialog::addModulesPage(int id)
|
|||||||
int BaseQt4ProjectWizardDialog::addTargetSetupPage(QSet<QString> targets, bool mobile, int id)
|
int BaseQt4ProjectWizardDialog::addTargetSetupPage(QSet<QString> targets, bool mobile, int id)
|
||||||
{
|
{
|
||||||
m_targetSetupPage = new TargetSetupPage;
|
m_targetSetupPage = new TargetSetupPage;
|
||||||
|
resize(900, 450);
|
||||||
|
|
||||||
connect(this, SIGNAL(projectLocationChanged(QString)),
|
connect(this, SIGNAL(projectLocationChanged(QString)),
|
||||||
m_targetSetupPage, SLOT(setProFilePath(QString)));
|
m_targetSetupPage, SLOT(setProFilePath(QString)));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user