Preparation for messageeventmodel.

This commit is contained in:
Black Hat
2018-03-05 19:11:55 +08:00
parent 9b4fa0d8c6
commit fe57008564
6 changed files with 39 additions and 15 deletions

View File

@@ -11,9 +11,15 @@ Page {
TabButton {
text: qsTr("Overview")
}
TabButton {
text: qsTr("Interface")
}
TabButton {
text: qsTr("Network")
}
TabButton {
text: qsTr("Sync")
}
@@ -36,5 +42,9 @@ Page {
Page {
}
Page {
}
}
}