Top "Qtquick2" questions

Qt Quick is a modern user interface technology that separates the declarative UI design and the imperative programming logic.

How to make a resizable rectangle in QML?

I'm looking for a simple way to create a rectangle in a QQuickItem. I want to resize, and drag the …

qt qml qt5 qtquick2 qquickitem
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
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
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
How to access the QML object inside the Loader's sourceComponent?

I may need to read or write to some of the properties of the Loader's sourceComponent from some outside function. …

qt qml qtquick2
Call function or property in another QML File inside a TabView in QML

I want to call myFunc() in PageA.qml from the main.qml (see the onClicked event of the Button). I …

qt qml qtquick2 tabview
Best way to access a cpp structure in QML

I need to pass structures between cpp and QML. If i use property i should create an individual set and …

qt qml qtquick2 qt-quick qvariant
Create QML Element in C++?

I have the following problem: I load an initial interface into a QQuickView using a .qml file. I then want …

qt qml qt5 qtquick2
What's the difference between QQuickView and QQuickWindow?

I am currently working with Qt 5.2.1... and I have a (maybe stupid?) question: What is the difference between QQuickView and …

c++ qt qt5 qtquick2 qt-quick