FreeKill/qml/Pages/RoomElement/Dashboard.qml

22 lines
323 B
QML

import QtQuick 2.15
import QtQuick.Layouts 1.1
import QtGraphicalEffects 1.0
RowLayout {
id: root
property alias self: selfPhoto
HandcardArea {
id: handcardAreaItem
Layout.fillWidth: true
Layout.fillHeight: true
}
Photo {
id: selfPhoto
}
Item { width: 5 }
}