Rename components.
This commit is contained in:
16
qml/main.qml
16
qml/main.qml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user