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)
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
Accessing ListModel from ListView Section Delegate
I am new in QML/Qt Quick and I want to use ListView which has a section property. Main goal was creating collapsible ListView on my UI. My problem is Section delegate LoadcaseListElement needs some da...

Enes
Votes: 0
Answers: 2