import QtQuick import QtQuick.Controls import QtQuick.Layouts import roulette Pane { id: rootWindow height: 500 width: 1000 PlayerAreaView { } }