cmake does not find QtQuick even if it's installed
I installed Qt 6.2.0 with the online installer and selected most of the module for Desktop development.I get this strange...
View ArticleIs there a way to make the text characters inside a Label not have a space...
In a QML code, I want to put a label containing capitalised words inside an image.The label is at the bottom of the image and I want the bottom of the text to match with the edge of the image (for...
View ArticleMissing types in QtQml even if I have imported QtQuick in Qt5.15.11 for Android
I have an App with the following configurations.Win32 app with Qt5.15.2.Android App(API 29) with Qt5.12.6.Now I am trying to upgrade Qt version to Qt5.15.11 for the Android App.For most of my QML...
View ArticleHow can I automate user actions in a Qt based desktop application? [closed]
I have a desktop app that is developed by using Qt and C++. I need to automate user actions such as clicking buttons, setting inputs to fields etc. in order to create an automated test suite.I am...
View ArticleProperty alias: "Invalid alias target location" unless property is bound
Why doesn't this work: property alias monitorLabelText: monitorForm.monitorLabel.text header: MonitorForm { id: monitorForm }It fails with Invalid alias target location: text.But this works: property...
View ArticleHow to scale a QML rectangle without also scaling any child text
I have the QML component outlined below. The problem I have is that when I scale the rectangle using a pinch area (which I want to happen), the text that is a child to that rectangle is also scaled...
View Article