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 show a context menu on right click in TableView rowDelegate

I want to show a context menu when right-clicking on TableView rows. I tried this code: import QtQuick 2.0 import QtQuick.…

qt qml qt-quick qtquick2 qt5.1
Assigning Keyboard Shortcuts to QML Components

I am deep into building a Desktop Application with QML and Qt Creator and I am currently researching keyboard handling …

qt qml qt-quick qt4.7 qt5.1
"Design" button grayed out in Qt Creator for QML Project

I'm on a Kubuntu 11 system and trying out my first Qt Quick project. As this is Kubuntu I'm just running …

qt qt-creator qml qt-quick kubuntu
Error: QOpenGLShader: could not create shader - when compiling QtQuick applications with Qt5.2 Mingw OpenGL

I've downloaded and installed "Qt 5.2 mingw (opengl and x86)" version. When i run Qt projects with this version of Qt, …

qt opengl qml qt5 qt-quick
'Traditional Qt' or 'Qt Quick' for a desktop program?

Nokia has just introduced Qt Quick (build UI declaratively like using CSS/HTML) in the recent beta versions of Qt, …

qt qt4 qt-quick
QML How to put text cursor at the end of TextEdit element

I have a QML TextEdit element, I plan for append some text and put the cursor at the end. My …

qt qt4 qml qt-quick
QDeclarativeView no such file ot directory. Running QML and c++ application in qtCreator

What I am trying to do is test QML in qtcreator. I have newest version Qt Creator 2.8.1 based on Qt 5.1.1. …

c++ qt qt-creator qml qt-quick
QML:Transparency for an rectangle is not working

How to set transparency of an rectangle/screen. I have Following code: // main.cpp void main(int argc, char*[] argv) { …

qml qt-quick qt4.7
How to apply opacity mask to a QML item?

The look and feel I'm trying to go for is to have a solid color button, and text on it …

qt qml qtquick2 qt-quick qtquickcontrols