Show pages headers to go back to pane when needed
This commit is contained in:
@@ -8,6 +8,8 @@ import "../../Base"
|
||||
|
||||
HFlickableColumnPage {
|
||||
id: accountSettings
|
||||
title: qsTr("Account settings")
|
||||
header: HPageHeader {}
|
||||
|
||||
|
||||
property int avatarPreferredSize: 256 * theme.uiScale
|
||||
|
@@ -5,6 +5,9 @@ import QtQuick.Layouts 1.12
|
||||
import "../../Base"
|
||||
|
||||
HFlickableColumnPage {
|
||||
title: qsTr("Add an account")
|
||||
header: HPageHeader {}
|
||||
|
||||
HTabContainer {
|
||||
tabModel: [
|
||||
qsTr("Sign in"), qsTr("Register"), qsTr("Reset"),
|
||||
|
@@ -7,6 +7,8 @@ import "../../Base"
|
||||
|
||||
HFlickableColumnPage {
|
||||
id: addChatPage
|
||||
title: qsTr("Add new chat")
|
||||
header: HPageHeader {}
|
||||
|
||||
|
||||
property string userId
|
||||
|
Reference in New Issue
Block a user