[PySide] FileDialog yields many warnings

許友綸 tim37021 at gmail.com
Sat Oct 24 07:42:37 CEST 2020


python 3.8 with newly installed pyside2(5.15)

Warnings:

file:///C:/Users/tim/Miniconda3/envs/py38/lib/site-packages/PySide2/qml/QtQuick/Controls/TableViewColumn.qml:66:1:
QML TableViewColumn: Accessible must be attached to an Item
file:///C:/Users/tim/Miniconda3/envs/py38/lib/site-packages/PySide2/qml/QtQuick/Controls/TableViewColumn.qml:66:1:
QML TableViewColumn: Accessible must be attached to an Item
file:///C:/Users/tim/Miniconda3/envs/py38/lib/site-packages/PySide2/qml/QtQuick/Controls/TableViewColumn.qml:66:1:
QML TableViewColumn: Accessible must be attached to an Item
file:///C:/Users/tim/Miniconda3/envs/py38/lib/site-packages/PySide2/qml/QtQuick/Controls/TableViewColumn.qml:66:1:
QML TableViewColumn: Accessible must be attached to an Item
file:///C:/Users/tim/Miniconda3/envs/py38/lib/site-packages/PySide2/qml/QtQuick/Controls/TableViewColumn.qml:66:1:
QML TableViewColumn: Accessible must be attached to an Item

When I create FileDialog... I see those annoying warnings.
ApplicationWindow {
FileDialog {
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20201024/00c8b9cd/attachment.html>


More information about the PySide mailing list