Top "Qtquickcontrols" questions

The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.

How to make image to fill qml controls button

I want icon to fill Button. Here is code: import QtQuick 2.3 import QtQuick.Controls 1.2 import QtQuick.Layouts 1.1 import QtQuick.Window 2.2 …

qt qml qtquickcontrols
“module QtQuick.Controls is not installed” error On Ubuntu 14.04

I installed the latest Ubuntu SDK and tried to use Qt Quick Controls but they were unavailable. Then I installed …

ubuntu qml qtquickcontrols
Error : "module "QtQuick.Controls" is not installed"

Getting this error while running my program. I searched the Internet to find QtQuick.Controls but couldn't get any resolution. …

qml qtquickcontrols
QML TableView access model properties from delegate

I have a TableView for which I've defined my own itemDelegate. Now, from within this delegate I can access the …

qt qml qt-quick qtquick2 qtquickcontrols
QtQuick - button onClick event

Background story So I recently decided that I should try out Qt. I started making a QtQuick Apllication. In my …

qt qml qtquick2 qt-quick qtquickcontrols
QML Form layout (GridLayout) troubles

I am trying now to convert my app UI from C++ to QML. At some step I need a login …

qt qml qtquick2 qtquickcontrols
Error module "QtQuick" version 2.12 is not installed

I have installed Qt 4.5.0 community and I am trying to build my project with Qt5.10.0 MinGW 32 bit. Having QtQuick 2.12 imported …

qt qml qt-quick qtquickcontrols
Qt Quick Controls 2 and TableView

Is it OK to use TableView in Quick Controls 2.0 application? This will require to have both imports: import QtQuick.Controls 1.4 …

qt qml qtquickcontrols qtquickcontrols2
Time Picker in QML

I need to give the user the possibility to select a date and time within a QML application. For selection …

qt qml qt5 qtquick2 qtquickcontrols
import QtQuick.Controls 2.0 not working - QQmlApplicationEngine failed to load component

I have an app that its project generated using CMake in Qt5.7, so when import QtQuick.Controls 2.0 application failed to …

qt qtquick2 qt-quick qtquickcontrols qtquickcontrols2