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.

contains(regexp) on what is possibly a Qstring/string in QML

I have a code snippet in QML which should look for the regexp "Calling" in screen.text, and if it …

javascript qt qml qstring qt-quick
Best way to access a cpp structure in QML

I need to pass structures between cpp and QML. If i use property i should create an individual set and …

qt qml qtquick2 qt-quick qvariant
What's the difference between QQuickView and QQuickWindow?

I am currently working with Qt 5.2.1... and I have a (maybe stupid?) question: What is the difference between QQuickView and …

c++ qt qt5 qtquick2 qt-quick
Calling C++ method from QML (Qt Quick application)

So, I've done some searching and none of the similar questions I've read have had advice that worked. I'm using …

c++ qt qt-quick
How to create and use C++ objects in QML Javascript

My app uses both c++ and QML. I've defined several objects in C++ part to access SQL etc. It looks …

javascript qml qt5 qt-quick qtquick2
Placeholder text in QML TextEdit

I am looking for a way to show a text hint stating the expected input as advice for the user. …

qml qt-quick
error: 'qmlRegisterType' was not declared in this scope

Working with Qt 5 and QtQuick 2.0 .pro # Add more folders to ship with the application, here folder_01.source = qml/untitled folder_01.…

qt qml qt-quick
QML Dialog with focused textField

I am working on Qt quick application and I wanna open dialog. In this dialog window is TextField and I …

dialog focus qml textfield qt-quick
qml using Row to align components in the center

I am using Row to layout some buttons on a Rectangle which is my custom toolbar implementation. The problem is …

qt qml qt-quick qtquickcontrols
QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment

Given my thoughts below am I barking up the wrong tree? Or provided the information below am I misusing Qt …

c++ qt qml qt-quick qt5.4