Top "Qml" questions

they interact and relate with one another.

frameless windows with qt5 (qml)

I spent some good hours on web searching but nothing help me.. I build GUI with QML and I want …

c++ qt user-interface qml
How to use qrc in c++ and QML application?

I have written a Qt Quick Desktop application in c++ qnd Qt Creator(QML) on Windows7. Now I have to …

c++ qt qml deploying
What is the difference between Clicked and Pressed in Qt?

Can you give me some help about how to distinguish Clicked and Pressed ? Thank you .. and What does Released means? …

qt user-interface qml
QML button change text color

I'm new in QML and i want to personalize my buttons. I succeed to change the background's color and border …

qt qml qtquick2 qtquickcontrols2
QML animations visible property changes

I want an animation to be painted when an element becomes visible (is should appear smoothly, not the whole at …

qt animation qt4 transition qml
dynamically change label text QML

This is the silliest thing to do in any language but I'm stuck on how to do it in QML. …

qt qml blackberry-10
Qt 5.4/Qml: Prevent binding loop

I have a global singleton "Settings" which holds application settings. When I try to run the following code I get …

c++ qt qml qt5 qt5.4
How to create scrollbar in QtQuick 2.0?

I am trying to create a scrollbar in QtQuick 2.0, I found that Scrollbar component is available in QtQuick 1.0 but I …

qt qml qtquick2
How can we declare enumerations in QML, without any JavaScript?

Does QML allow us to define enums? If so, how we can declare enumerations in QML? I want to declare …

qt enums qml
How to create a message dialog using QML Control elements(such as combobox, textfield, checkbox..)

I want to create a message dialog in the following way For example:My combobox has 2 name, “chkbx”(symbolic name …

combobox qml qt5 qt-quick messagedialog