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

@@ -51,6 +51,7 @@ ApplicationWindow {
height: parent.width
source: "qrc:/asset/img/avatar.png"
anchors.horizontalCenter: parent.horizontalCenter
statusIndicator: true
}
page: Room {
@@ -80,6 +81,21 @@ ApplicationWindow {
}
}
ButtonDelegate {
contentItem: Text {
text: "\ue5d2"
font.pointSize: 16
font.family: materialFont.name
color: "white"
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
page: Contact {
id: contactPage
}
}
ButtonDelegate {
contentItem: Text {
text: "\ue8b8"