-
Gabriel de Dietrich authored
In the near future, we hope that QML types like Creator/Instantiator (currently under review) will help simplify model binding, and object creation and deletion. Also, given the differences between QML models and QAbstractItemModel APIs, it's hard to provide a unified and elegant solution for this right now. ComboBox gets the part of the logic that ContextMenu was responsible for, extended to support string list and number models. Auto-tests updated and XFAIL removed where applicable. Change-Id: I9f5d4059644c495bffff76fb7c353e6fe7fde62e Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
8cc52b9d
plugin.pri 507 B
HEADERS += \
$$PWD/plugin_p.h \
$$PWD/qtaction_p.h \
$$PWD/qtexclusivegroup_p.h \
$$PWD/qtmenu_p.h \
$$PWD/qtmenubar_p.h \
$$PWD/qtmenuitem_p.h \
$$PWD/qtmenuitemcontainer_p.h \
$$PWD/qtmenupopupwindow_p.h \
$$PWD/qpagestatus.h
SOURCES += \
$$PWD/plugin.cpp \
$$PWD/qtaction.cpp \
$$PWD/qtexclusivegroup.cpp \
$$PWD/qtmenu.cpp \
$$PWD/qtmenubar.cpp \
$$PWD/qtmenuitem.cpp \
$$PWD/qtmenupopupwindow.cpp
OTHER_FILES += \
$$PWD/plugin.json