Top "Qml" questions

they interact and relate with one another.

How to display embedded html in Qt WebView

I am trying to get the Qt WebView to display an html file that is embedded as a Qt resource, …

qt qml embedded-resource qtwebkit qt5
How to do a "is_a", "typeof" or instanceof in QML?

I want to run through a list of QML components and choose one type: for (var i = 0; i < controls.…

javascript qml
QML, dynamically adding elements to a listview

I need some help with adding elements into a qml listview, i have a textarea and a button that will …

listview qml qtquick2
How to create drop shadow for Rectangle on QtQuick 2.0

How can i draw a drop shadow for a Rectangle visual item on QtQuick 2.0? I like to draw a drop …

qt qml qtquick2
QML: how to handle mouse over?

QML: how to handle mouse over event on MouseArea? Can any one provide simple example or say what is wrong …

qt qml qt-quick
Use of colon after class name in c++

This is a header file extracted from a blackberry 10 helloworld program. #ifndef ApplicationUI_HPP_ #define ApplicationUI_HPP_ #include <QObject&…

c++ qml blackberry-10
Run javascript function when a page loaded in QML

I want to run js function like this function setPersonalInfoValue(){ console.debug("setPersonalInfoValue()"); } when the page loaded in QML. I …

javascript qt qml
Error: QQmlApplicationEngine failed to load component

I try to register a type, but I'm getting this error: QQmlApplicationEngine failed to load component qrc:/main.qml:5 module "…

c++ qt qml qqmlcomponent qqmlapplicationengine
How to update QAbstractItemModel view when a Data is updated

I use the Qt example for QAbstractItemModel and I try to update an Item to a given index. I tried …

qt qml qt-quick qabstractitemmodel
QML Screen Coordinates of Component

If I have a simple, self-contained QML application, I can get the absolute screen coordinates of a component by saying …

qt qml qt-quick