Top "Qml" questions

they interact and relate with one another.

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
How to omit the "Binding loop detected for property" warning?

I decided to rewrite this question. I tried to make it clear and short but it didn't work out. What …

qt qml qtquick2 qt5.5
Delete children of QML Grid

I want to loop through a QML Grid's children and destroy each of them using Javascript. Grid { id: contentGrid spacing: 10 …

javascript qt grid qml children
Qt5 QML, when to use a ColumnLayout vs Column?

For example, this works: import QtQuick 2.5 import QtQuick.Controls 1.4 import QtQuick.Controls.Styles 1.4 import QtQuick.Layouts 1.2 ApplicationWindow { visible: true width: 640 …

qt qml qt5
Multiple windows in a single project

I have a requirement for my project to display two QML Windows each on one of the screen (one sender, …

qt qml qwidget qtquick2 qquickview
How to access ListView's current item from qml

I have an application that stores and edits notes. The list of notes is displayed in a listview like this: …

qt qml qt5 qabstractitemmodel
How to print degree symbol on the window using qt5(QtQuick 2.1) and above

When I was using up to qt4.8(qt quick 1.1) for gui then I am successfully able to print degree with \260 …

c++ c qt qml utf
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
Access Listview currentIndex from Delegate

I have a QML ListView where the delegate loads it's component from another file. When clicking on an delegate item, …

qt qml qtquick2 qqmlcomponent
contains(regexp) on what is possibly a Qstring/string in QML

I have a code snippet in QML which should look for the regexp "Calling" in screen.text, and if it …

javascript qt qml qstring qt-quick