Top "Qml" questions

they interact and relate with one another.

How to create a circular progress bar in pure QML+JS?

My application is made using QML+JS and I am looking to create a circular progress bar widget. I can …

javascript qml ubuntu-touch
QML: How to move items within a grid

I have a 4x4 grid and I want to associate arrow key presses with the movement of items within the …

qt grid qml qt-quick
How to use the QtVirtualKeyboard

I try to integrate the QtVirtualKeyboard into a prototype, but I fail. It is the first time I work with …

qt qml qt5.7 qtvirtualkeyboard
Integrating SQLite with Qt Quick

I’m trying to include a SQLite database with QT Quick but I can’t find any examples. I just …

sqlite qml qt-quick
QML TableView access model properties from delegate

I have a TableView for which I've defined my own itemDelegate. Now, from within this delegate I can access the …

qt qml qt-quick qtquick2 qtquickcontrols
QML change image color

I searched for how to colorize an image (with the format svg or png ...). I tried covering my image with …

image qt colors svg qml
Clear QML anchor

I have a MouseArea that I want to start off centered and then have an absolute position once the up/…

qt position qml qt-quick
Measuring elapsed time in QML

Let's consider the following example: we have a Qt Quick Controls Button. The user clicks it twice within 5 seconds. After …

qt time qml qtquick2 qt-quick
How to access a nested QML object from C++?

Here is a reproducible example: main.qml import QtQuick 2.0 Item { id : root width: 360 height: 360 Text { id : t1 text: qsTr("Hello …

c++ qt qml qtquick2 qtcore
How to include child mouse hover events in the parent MouseArea using QML?

I want to implement the following scenario in QML. Here is a sample/simplified delegate for ListView element: Component { Item { …

qt qml qt5 qtquick2