Python: Fix updating the python venv chooser state label

Change-Id: I45aa1495388dc58b541814430d1b4dfbd80ec677
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2023-07-04 15:14:04 +02:00
parent 09c3413cf3
commit e7e3da0893

View File

@@ -109,7 +109,7 @@ PythonWizardPage::PythonWizardPage(const QList<QPair<QString, QVariant>> &pySide
m_stateLabel->setWordWrap(true);
m_stateLabel->setFilled(true);
m_stateLabel->setType(InfoLabel::Error);
connect(&m_venvPath, &BaseAspect::changed, this, &PythonWizardPage::updateStateLabel);
connect(&m_venvPath, &StringAspect::validChanged, this, &PythonWizardPage::updateStateLabel);
connect(&m_createVenv, &BaseAspect::changed, this, &PythonWizardPage::updateStateLabel);
Grid {