Rename components.

This commit is contained in:
Black Hat
2018-03-02 23:05:32 +08:00
parent 4347755a71
commit b88cc6964d
7 changed files with 43 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ import QtQuick.Controls 2.3
import QtGraphicalEffects 1.0
Image {
property bool statusIndicator
id: avatar
mipmap: true
@@ -30,5 +32,6 @@ Image {
color: "transparent"
border.color: "#4caf50"
border.width: 4
visible: statusIndicator
}
}