12 lines
214 B
QML
12 lines
214 B
QML
import QtQuick 2.7
|
|
|
|
HAvatar {
|
|
HImage {
|
|
id: status
|
|
anchors.right: parent.right
|
|
anchors.bottom: parent.bottom
|
|
source: "../../icons/status.svg"
|
|
sourceSize.width: 12
|
|
}
|
|
}
|