forked from qt-creator/qt-creator
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:
@@ -109,7 +109,7 @@ PythonWizardPage::PythonWizardPage(const QList<QPair<QString, QVariant>> &pySide
|
|||||||
m_stateLabel->setWordWrap(true);
|
m_stateLabel->setWordWrap(true);
|
||||||
m_stateLabel->setFilled(true);
|
m_stateLabel->setFilled(true);
|
||||||
m_stateLabel->setType(InfoLabel::Error);
|
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);
|
connect(&m_createVenv, &BaseAspect::changed, this, &PythonWizardPage::updateStateLabel);
|
||||||
|
|
||||||
Grid {
|
Grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user