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.

How to implement QML ListModel like get method for an QAbstractListModel derived model

I want to use an QAbstractListModel derived model in QML. Binding the model to views already works great. The next …

qt qml qt-quick qtquick2 qabstractitemmodel
How to make a transparent window with Qt Quick?

Is there a way to make the window of a qml application transparent? I'm looking for a detailed description on …

c++ qt transparent qml qt-quick
QML Keys.onEnterPressed issue

I have a QtQuick project for Desktop. It is very simple: // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 …

qt event-handling qml qt-quick
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
How to create a message dialog using QML Control elements(such as combobox, textfield, checkbox..)

I want to create a message dialog in the following way For example:My combobox has 2 name, “chkbx”(symbolic name …

combobox qml qt5 qt-quick messagedialog
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
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
QML: How to move items within a grid

I have a 4x4 grid and I want to associate arrow key presses with the movement of items within the …

qt grid qml qt-quick
Integrating SQLite with Qt Quick

I’m trying to include a SQLite database with QT Quick but I can’t find any examples. I just …

sqlite qml qt-quick