Top "Qml" questions

they interact and relate with one another.

declare global property in QML for other QML files

I want to declare a global property in a config file and use it in other files. for example declare …

qt variables scope qml global-variables
How do you assign a QML Item to a component property in QML and then use that object inside the component?

I'm trying to create a QML object that acts like a wrapper for other objects. Here's my QML file (Container.…

properties qml
Qml text wrap (max width)

I would like to put text inside a bubble, and I want that my bubble be equal to the text …

qt qml qt-quick
Qt Designer C++ or QML for GUI

I know that the use of QML is quite new in Qt and I was wondering if I should design …

c++ qt user-interface qml
Connecting C++ with QML using Q_INVOKABLE

I have a Qt function: void MainWindow::button_clicked(Qstring a, Qstring b, Qstring c, Qstring d) I collect data …

c++ qt qml qt-slot
QML - Control border width and color on any one side of Rectangle element

Currently i had a requirement of drawing a delegate rectangle with the help of ListView control. I was able to …

qml
Difference between qt qml and qt quick

I'm confused with QML, QtQuick 1.0 and QtQuick 2.0. What's the difference between them? I use QtCreator 2.8.1 based on Qt 5.1.1. I want …

qt qml qt-quick qtquick2
Qt5 QML module is not installed

I'm confused about modules in Qt QML. I've read all the docs, but it doesn't make clear some basic ideas. …

qt qml qt5
Accessing C++ QLists from QML

If I've got a list of things in C++, how do I expose that to QML (in Qt5 / QtQuick 2)? It …

c++ qml qt5 qlist qtquick2
How to create delay function in QML?

I would like to create a delay function in javascript that takes a parameter of amount of time to delay, …

javascript qml delay