Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.10.0 Beta1
-
None
Description
The File System Explorer example in Qt 6.10 generates some qmllint warnings:
/Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/Editor.qml:-1: warning: QAbstractListModel was not found. Did you add all imports and dependencies? [import] /Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/Editor.qml:50: warning: Type LineNumberModel is used but it is not resolved [unresolved-type] /Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/FileSystemView.qml:25: warning: Type "QModelIndex" of property "rootIndex" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type] /Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/MyMenuBar.qml:139: warning: Invalid color "transparent". [Quick.color] /Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/ResizeButton.qml:22: warning: Member "BottomEdge" not found on type "Qt" [missing-property] /Users/kkoehne/Qt/Examples/Qt-6.10.0/quickcontrols/filesystemexplorer/qml/ResizeButton.qml:22: warning: Member "RightEdge" not found on type "Qt" [missing-property]
Attachments
Issue Links
- is required for
-
QTBUG-137075 Make all Qt Application Examples warning free
-
- Open
-
- resulted from
-
QTBUG-110934 Make our published QML code as free of qmllint errors/warnings as possible
-
- Open
-