Top "Qt-quick" questions

Qt Quick is a framework that provides a declarative way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more and more common especially in mobile devices.

Error module "QtQuick" version 2.12 is not installed

I have installed Qt 4.5.0 community and I am trying to build my project with Qt5.10.0 MinGW 32 bit. Having QtQuick 2.12 imported …

qt qml qt-quick qtquickcontrols
Qml timer not triggered in the right interval

I've created a timer QML app, and I'm using Timer qml component. The interval is set to 1000 milliseconds (the default …

qt timer qml qt5 qt-quick
QML ListView, How to make list elements to not overlap the header, when scrolling

I have ListView with a header delegate enabled. I have a header positioning property set to "OverlayHeader". The header will …

qt qml qtquick2 qt-quick
Get QML root object from anywhere in a code in Qt 5.3

How to retrieve a root object (the code below returns 0, rootContext()->findChild() also returns 0) from anywhere in a …

qt qml qt-quick qtquick2
QML : Navigation between qml pages from design perception

We need to develop a QtQuick project, where we have about 100 screens. I had tried to make a demo project …

c++ qt qml qt-quick
Qt5 QML error QtQuick QtGraphicalEffects is not installed

After successful compilation of project, I have get an executable file. When I type ./program in result I see: QML …

qt qml qt5 qt-quick qtquick2
import QtQuick.Controls 2.0 not working - QQmlApplicationEngine failed to load component

I have an app that its project generated using CMake in Qt5.7, so when import QtQuick.Controls 2.0 application failed to …

qt qtquick2 qt-quick qtquickcontrols qtquickcontrols2
How to Use QML StackView?

I am a beginner in QMl and have worked more on StackWidget in QT C++.In QML i am confused …

qt qml qtquick2 qt-quick qtquickcontrols
QML gradients with an orientation

QML gradient allows only from top to bottom in a Rectangle. The documentation says that it has to be done …

qt gradient qml qt-quick
QML Drag and Drop (free positioning)

There are a lot of QML Drag and Drop Examples out there, but none of them really helps me, because …

drag-and-drop qml qtquick2 qt-quick