Top "Qml" questions

they interact and relate with one another.

How can I create a new window from within QML?

Is there a way to create a completely new window instance, as a child window of the main QML window …

window qml qobject
How can I access my Window object properties from C++ while using QQmlApplicationEngine?

I've been trying to learn QtQuick for GUI creation, but I've been having a hard time understanding how to interact …

c++ qt user-interface qml qtquick2
Can we declare global variable in QML file?

I want to do something similer to following code: //test.qml import QtQuick 1.0 Item { var globalforJs =10; function increment() // JavaScript function { …

javascript qml
QML: List all object members/properties in console

Is there any way to list all object members/properties in QML & Qt 5.1? Such as: var obj=myQObject; console.…

qt qml qt5 qtquick2
How do I read in FILE contents in QML?

I just need something similar to Fstream to read file IO in QML. Why is there no file IO?

qt qml qt-quick
How to access the properties of a Repeater's children in QML?

Can you tell me for below code that is there any way to change the imgx element properties. I have …

qt qml repeater element qt-quick
Rectangle in QML that is transparent, except for the borders

Is there a way in QML to create a Rectangle with opacity: 0 that still have visible borders? If not, any …

qml
Calling a QML function from C++

I'm developing a Blackberry 10 mobile application using the BB Native SDK. I need to call a QML function into my …

qt mobile blackberry qml blackberry-10
How do I show a message box with Qt Quick Controls?

What is the equivalent of QMessageBox::information() when one wishes to write a QML application using Qt Quick Controls?

qt qml qt-quick qtquick2
Change Font Size of Button in Qt QML

How can the font size of the text in a Button control be set in QML? The designer has not …

qt qml qt-quick