Top "Qml" questions

they interact and relate with one another.

Include another QML file from a QML file

There's another question on Stackoverflow about this matter but I don't find the accepted solution possible. So I ask again …

c++ qt include components qml
Qt/QML : Send QImage From C++ to QML and Display The QImage On GUI

I created a class Publisher which periodically emits a QImage object. However I'm having a tough time drawing the QImage …

c++ qt qml
How do you access the roles of the currentItem from a listview in QML?

I'm trying to access a role from a ListView in QML. Essentially, I have this in my QML: ListView { id: …

listview roles qml qabstractlistmodel
QML: How can I pass model properties to a delegate loaded inside a GridView (or ListView) delegate?

I'm attempting to build a reusable QML Component that internally hosts a GridView. Each element in the GridView has a …

qt listview gridview model qml
How to dynamically add components in QML?

I am trying to create a component on the fly when a button is pressed, then add it to the …

qt qml ubuntu-touch
Full-screen desktop application with QML

I have experience with developing rich user interface application with flex and AS3. However the issue is its very hard …

qt4 fullscreen qml
QML fit screen on all resolutions

Hi all I have problem with my QML code. I made mistake and I went to put certain size to …

qt screen resolution qml
QML: how to specify image file path relative to application folder

We are developing our first Qt/QML application (trying technology). While technology looks very promising at a glance, we have …

qt qml qtquick2
Qt5. Embed QWidget object in QML

I am using Qt5 beta and trying to embed a QWidget-based object into QML. The goal is to use QML …

qml qwidget qt5
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