QDeclartiveItem-Qt Quick 1 or QQuickItem- Qt Quick 2.
QML and Qt Quick
5
Posts
3
Posters
1.3k
Views
2
Watching
-
It depends on a number of factors, such as the minimum Qt version being targeted, OpenGL capability of the hosting system, use of existing Quick items, and more.
If none of this sounds like an issue (ie Qt 5 minimum, no OpenGL support concerns, starting from scratch), go for Quick 2.
-
Try incorporate qml into qt C
Notice when i add new (c++ class), after entering class name
I get to choose QDeclartiveItem-Qt Quick 1 or QQuickItem- Qt Quick 2.Which one should i choose?
-
It reply, QQuickItem: No Such file or directory.
What should i add in project?i added QT += quick
expected class-name before { token