diff options
| author | hjk <hjk@qt.io> | 2023-06-01 13:58:35 +0200 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2023-06-01 15:33:47 +0000 |
| commit | 629e6ab945da5afeed1fff9c203cd15f6634016f (patch) | |
| tree | dada4ae4c8c7960862ab607479a66c1009104f6d /src/plugins/python/pythonwizardpage.cpp | |
| parent | 0ccdb4a54732930006dc0a0ba5eeb150aafc4ec9 (diff) | |
Use a few more explicit FilePathAspects
Change-Id: I97431306754af3ea7a803021db7b876c31abc940
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/python/pythonwizardpage.cpp')
| -rw-r--r-- | src/plugins/python/pythonwizardpage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythonwizardpage.cpp b/src/plugins/python/pythonwizardpage.cpp index d132f3550c7..bcbca5a7072 100644 --- a/src/plugins/python/pythonwizardpage.cpp +++ b/src/plugins/python/pythonwizardpage.cpp @@ -102,7 +102,6 @@ PythonWizardPage::PythonWizardPage(const QList<QPair<QString, QVariant>> &pySide m_createVenv.setLabelText(Tr::tr("Create new Virtual Environment")); m_venvPath.setLabelText(Tr::tr("Path to virtual environment")); - m_venvPath.setDisplayStyle(StringAspect::PathChooserDisplay); m_venvPath.setEnabler(&m_createVenv); m_venvPath.setExpectedKind(PathChooser::Directory); |
