Rename HTabbedBoxes to HTabContainer
This commit is contained in:
parent
7ecdefa7f3
commit
3b78d12f9c
|
@ -10,7 +10,7 @@ HColumnLayout {
|
||||||
|
|
||||||
property alias tabIndex: tabBar.currentIndex
|
property alias tabIndex: tabBar.currentIndex
|
||||||
property alias tabModel: tabRepeater.model
|
property alias tabModel: tabRepeater.model
|
||||||
default property alias boxes: swipeView.contentData
|
default property alias data: swipeView.contentData
|
||||||
|
|
||||||
HTabBar {
|
HTabBar {
|
||||||
id: tabBar
|
id: tabBar
|
|
@ -3,7 +3,7 @@ import QtQuick.Layouts 1.12
|
||||||
import "../../Base"
|
import "../../Base"
|
||||||
|
|
||||||
HPage {
|
HPage {
|
||||||
HTabbedBoxes {
|
HTabContainer {
|
||||||
tabModel: [
|
tabModel: [
|
||||||
qsTr("Sign in"), qsTr("Register"), qsTr("Reset"),
|
qsTr("Sign in"), qsTr("Register"), qsTr("Reset"),
|
||||||
]
|
]
|
||||||
|
|
|
@ -13,7 +13,7 @@ HPage {
|
||||||
Utils.getItem(modelSources["Account"] || [], "user_id", userId)
|
Utils.getItem(modelSources["Account"] || [], "user_id", userId)
|
||||||
|
|
||||||
|
|
||||||
HTabbedBoxes {
|
HTabContainer {
|
||||||
tabModel: [
|
tabModel: [
|
||||||
qsTr("Find someone"), qsTr("Join room"), qsTr("Create room"),
|
qsTr("Find someone"), qsTr("Join room"), qsTr("Create room"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user