Top "Qml" questions

they interact and relate with one another.

What is the use of the ui.qml files in Qt5 (QML)?

As far as I can see the .qml files can be used to define the UI, which seems to override …

qt qml
Sending a signal to a QML item from C++ (Qt5)

I have a QML file containing this: Text { id: testData onTaskClicked:{ testData.text = task.name } } The catch is this taskClicked …

c++ qt qml qt5 qtquick2
QML Text element hyperlink

In my QML Text element I want to have a hyperlink to a website and managed to do so with …

qt text hyperlink symbian qml
Time Picker in QML

I need to give the user the possibility to select a date and time within a QML application. For selection …

qt qml qt5 qtquick2 qtquickcontrols
Qt5 QML error QtQuick QtGraphicalEffects is not installed

After successful compilation of project, I have get an executable file. When I type ./program in result I see: QML …

qt qml qt5 qt-quick qtquick2
How to Use QML StackView?

I am a beginner in QMl and have worked more on StackWidget in QT C++.In QML i am confused …

qt qml qtquick2 qt-quick qtquickcontrols
How do I apply the style to a TextField in QML? It seems "style" attribute isn't available

I am trying to apply some styles to a new qt 5.7 application I am working on and the following is …

qt qml qtquick2 qtquickcontrols2
ReferenceError: "something" is not defined in QML

I have Main.qml file like this: import QtQuick 2.0 Rectangle { color: ggg.Colors.notificationMouseOverColor width: 1024 height: 768 } in python file, i …

python qt qml python-3.3 pyqt5
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
Qt Charts and Data Visualization widgets

I have installed Qt 5.7 in order to try Qt Charts and Qt Data Visualization but I cannot find new widgets …

c++ qt qml qt-creator qt-designer