Qnx: Add history completer to path choosers

Change-Id: I2828045d1ccd2621786b563f22cce6e5d14f37ee
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-11-25 14:37:03 +01:00
parent bdce2abf1b
commit 1fca343157
10 changed files with 19 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ QnxBaseQtConfigWidget::QnxBaseQtConfigWidget(QnxAbstractQtVersion *version)
m_ui->sdkLabel->setText(version->sdkDescription());
m_ui->sdkPath->setExpectedKind(Utils::PathChooser::ExistingDirectory);
m_ui->sdkPath->setHistoryCompleter(QLatin1String("Qnx.Sdk.History"));
m_ui->sdkPath->setPath(version->sdkPath());
connect(m_ui->sdkPath, SIGNAL(changed(QString)), this, SLOT(updateSdkPath(QString)));