python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Invalid alias reference to a QML component
I'm working on an open street map feature with QML and Qt 5.11.
I just wrote a minimal reproduce case. It consists in displaying one blue dot on the map. When I change map zoom with the mouse wheel, s...

matt
Votes: 0
Answers: 1
QML AnimatedImage uses a lot of memory
I want to display a simple gif using qml (pyside backend), but it uses almost 100-400 mb of memory. Can I display a gif without using this much memory?
Something like telegram Animated images: https:/...
user17312099
Votes: 0
Answers: 0
QML: Material design not found
I am trying to get Material design as explained in https://doc.qt.io/qt-5/qtquickcontrols2-styles.html, when i start app with -style material, i get an error :
QApplication: invalid style override pas...
Sam1324
Votes: 0
Answers: 1
QML Row: How to extend qml containers (Row or Column) from other file
It seems should have a solution for sure.
Suppose I have a Test.qml file containing this:
import QtQuick 2.0
Rectangle {
color: "green"
Row {
id: row
spacing: 10
...
Mosi
Votes: 0
Answers: 2