Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
When you type "import QtQuick.Controls.", you see the following suggestions:
There are 3 shortcomings when working on a Qt 6 project:
- Only the "Material" and "Universal" styles are suggested. "Fusion", "Imagine", "Basic", and the platform-specific styles ("Windows", "macOS", "iOS") are not shown.
- "Styles" is also shown as an option, even though "import QtQuick.Controls.Styles" is not a valid import for Qt 6.
- A module is suggested multiple times, with different version numbers. This is unnecessary clutter, since Qt 6 encourages versionless imports.
Attachments
Issue Links
- depends on
-
QTCREATORBUG-28647 QML code completer suggests invalid imports
- Reported
-
QTCREATORBUG-28648 QML code completer fails to suggest some Qt Quick Controls styles
- Reported
-
QTCREATORBUG-28649 QML code completer: Stop suggesting multiple versions of the same module
- Reported