Bug: QFileSystemModel doesn't display file icons.
-
Hello. I have a problem upgrading from PySide 6.6.0 to 6.6.1.
Please try running the official example "Dir View Example".
https://doc.qt.io/qtforpython-6/examples/example_widgets_itemviews_dirview.html
or
https://github.com/qtproject/pyside-pyside-setup/blob/dev/examples/widgets/itemviews/dirview/dirview.py
In PySide6.6.0, icons are displayed correctly on file names in the tree.
However, in PySide 6.6.1, icons are not displayed on file names in the tree.
How can I display the icon correctly ? -
Hello. I have a problem upgrading from PySide 6.6.0 to 6.6.1.
Please try running the official example "Dir View Example".
https://doc.qt.io/qtforpython-6/examples/example_widgets_itemviews_dirview.html
or
https://github.com/qtproject/pyside-pyside-setup/blob/dev/examples/widgets/itemviews/dirview/dirview.py
In PySide6.6.0, icons are displayed correctly on file names in the tree.
However, in PySide 6.6.1, icons are not displayed on file names in the tree.
How can I display the icon correctly ?@Qt_user_175 Which platform is this? Linux looks fine, icons are there.
-
I tested. Windows 11 Home Version 22H2 OS build 22621.2428
Python 3.10.6 -
This is a bug: QTBUG-120123 .
-
This is a bug: QTBUG-120123 .
@friedemannkleint Thank you.
-