qml

How to remove the QML window title

Created the Qt Quick app in QtCreator. I need to remove the title of the window with the name and the close, minimize buttons ... Url) QCoreApplication::exit(-1); }, Qt::QueuedConnection); engine.load(url); return app.exec(); }

Qt: Is QML designed for Android?

Hello. I recently started learning QML because of its interface capabilities. I want to write application programs for Window ... applications. Here's the question: is QML really designed for Android, or is it possible to write Windows applications on it?

How can I substitute an image depending on the state of the button?

Hello everyone How to put an image on a button - I did this: Button { id: btn width: 250 height: 100 anchor ... all day, and now I'm asking for your help. This is a standard button (btn_state) This is the pressed button (btn_pressed)

QT. Styles don't work in.qml file

import QtQuick 2.9 import QtQuick.Window 2.2 import QtQuick.Controls.Styles 1.4 import QtQuick.Controls 2.2 Button { ... e of the style property (M16)", although it seems to have connected everything, everything is also done in the documentation.

Dynamic/stochastic allocation of objects in QML

I am currently trying to do the following in qml, simultaneously: Do dynamic loading of previously created objects a se ... gest, if you are interested, to consult the link below: Https://github.com/tiagmoraismorgado/TMM_QML_UI_UX_FRAMEWORK_WIP

Display a dynamically loaded text/photo block with QML for Android

I am writing an application using the QML of the newly released Qt 5.2 targeted for Android. On one of the screens I need to ... QTextDocument and play on a QPainter. What is the best way to do this? What are the problems with the forms that I thought?