Top "Qml" questions

they interact and relate with one another.

Draw an arc/circle sector in QML?

I know that it is possible to draw a circle in QML using the following code: Rectangle { width: 150 height: 150 anchors.…

qt qml draw geometry sector
QML change views on Click

i'm working on a project with my team. My job is to create a Gui with QML and C++ for …

c++ qt qml
Does Python go well with QML (Qt-Quick)?

I am a beginner in Qt-Quick. I am not aware of Qt which is a basis for QML. And also …

python qml qt-quick
Warning about non-NOTIFYable properties in QML

I have a QML based application in Qt that generates some warnings at runtime: QDeclarativeExpression: Expression "(function $text() { return pinyin })" …

qt warnings qml
“module QtQuick.Controls is not installed” error On Ubuntu 14.04

I installed the latest Ubuntu SDK and tried to use Qt Quick Controls but they were unavailable. Then I installed …

ubuntu qml qtquickcontrols
QML console.log() and console.debug() don't write to console

I'm using Qt 5.6 on Fedora 23 and I noticed that console.log() and console.debug() don't write anything to console. My …

qt qml fedora
Resources to learn QML?

Can you please suggest resources to learn QML ( Qt Markup Language )?

qt qml
QFile doesn't recognize file:/// url path format

I get the file path from Qml like this: mainView.projectFilePath = Qt.resolvedUrl(newProjectFileDlg.fileUrl).toString(); The above file path …

c++ qt qml qtcore qurl
How to declare list property in QML

How do I declare a list property in QML (for use with Qt.labs.settings in my case): Settings { property …

qt qml qt5 qtquick2
Error : "module "QtQuick.Controls" is not installed"

Getting this error while running my program. I searched the Internet to find QtQuick.Controls but couldn't get any resolution. …

qml qtquickcontrols