roulette-payout/Root.qml

22 lines
406 B
QML
Raw Normal View History

import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import roulette
Pane {
id: rootWindow
height: 500
width: 1000
PlayerAreaView {
}
/*
* Dentro do Text não podes mudar directamente
* o text do playerAreaModel;
* Para fazer isso tens que mandar um sinal
* que está ligado a um slot do playerAreaModel
* que mudar esse atributo
*/
}