Qt Quick is a modern user interface technology that separates the declarative UI design and the imperative programming logic.
My app uses both c++ and QML. I've defined several objects in C++ part to access SQL etc. It looks …
javascript qml qt5 qt-quick qtquick2Enums are not working out for me. I have registered them with Q_ENUMS() I did not forget the Q_…
c++ qt qml qtquick2 qt-signalsI'm writing a mobile application in Qt5.7.0 QtCreator 4.1 and i'm getting the error in QtQuick qml file 'Invalid property name "…
qt qml qt-creator qtquick2 qtquickcontrols2I have code like this: ScrollView { Image { source: "..." } } Image is higher than the ScrollView. How can I scroll the latter …
qt qml qtquick2What is the difference between Component and Item in QML ? The documentation is not absolutely clear here. What is the …
qt delegates qml qtquick2 qqmlcomponentAll my dialogs appear on the top left corner of screen instead of the center. What is the best way …
qt qml qt5 qtquick2 qtquickcontrols2To test QML deployment I've created a very simple QML application. Here is the code: main.cpp #include <QApplication&…
qt deployment qml qtquick2