Commits on Source (2)
-
Qt 6.9 introduces `TableViewDelegate` in Qt Quick Controls, this causes name conflict here as the import is not explicitly stated when resolving `TableViewDelegate` in `TableViewExt.qml` currently. Alternatively the name can be kept, and `Widgets.TableViewDelegate` can be used to specify which `TableViewDelegate` to use, but this is probably safer than that approach.
31760684 -
It seems that `TableViewDelegate` was forgotten to be added here.
332d3bab
Showing
- modules/gui/qt/Makefile.am 1 addition, 1 deletionmodules/gui/qt/Makefile.am
- modules/gui/qt/meson.build 1 addition, 1 deletionmodules/gui/qt/meson.build
- modules/gui/qt/widgets/qml/TableViewDelegateExt.qml 0 additions, 0 deletionsmodules/gui/qt/widgets/qml/TableViewDelegateExt.qml
- modules/gui/qt/widgets/qml/TableViewExt.qml 1 addition, 1 deletionmodules/gui/qt/widgets/qml/TableViewExt.qml
- po/POTFILES.in 1 addition, 0 deletionspo/POTFILES.in
File moved