Qt 6.7.2 MinGW how to integrate QStyledItemDelegate implemetation to QML
Unsolved
General and Desktop
-
Helloooo,
I'm trying to integrate QStyledItemDelegate implemetation to QML, like I did integrate QAbstractTableModel implementation to QML following this article.But I can't integrate QStyledItemDelegate implemetation to QML, I'm using the example called StarDelegate which is an example of Qt Creator, like this pic
.
Does someone has a clue about how to do this? Thanks!
I do have other question, can Qt Widget and Qt quick(qml) integrate into each other? I mean if Qml can integrate into Qt Widget's UI? -
QStyledItemdelegate has nothing to do with QML. It's for the Qt widgets itemviews.
-
QStyledItemdelegate has nothing to do with QML. It's for the Qt widgets itemviews.
@Christian-Ehrlicher ok, thanks for your answer.