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