2019-03-28 10:21:14 +11:00
|
|
|
import QtQuick 2.7
|
|
|
|
|
2019-04-29 01:21:19 +10:00
|
|
|
HAvatar {
|
2019-04-29 01:34:05 +10:00
|
|
|
HImage {
|
2019-04-21 07:45:51 +10:00
|
|
|
id: status
|
2019-03-28 10:21:14 +11:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
source: "../../icons/status.svg"
|
|
|
|
sourceSize.width: 12
|
|
|
|
}
|
|
|
|
}
|