Top "Qt-quick" questions

Qt Quick is a framework that provides a declarative way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more and more common especially in mobile devices.

Qt Quick vs. Qt Widget

I am new to Qt and don't quite understand the difference between a Qt Quick Project and a Qt Widget …

qt qt-quick qtwidgets
Qt Designer vs Qt Quick Designer vs Qt Creator?

I have seen references to all three of these applications on various parts of the Qt website but am completely …

qt qml qt-creator qt-designer qt-quick
If statement in QML

Completely new to QT and QML. I'm trying to set the color of a rectangle based on the relationship between …

qt user-interface qml qt-quick
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
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
Exe file does not run without QtCreator

I installed Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB) Then I created simple Quick 2 application and compiled it. Application is located …

qt qml qt5 qt-quick 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
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