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 tabModel: tabRepeater.model
|
||||
default property alias boxes: swipeView.contentData
|
||||
default property alias data: swipeView.contentData
|
||||
|
||||
HTabBar {
|
||||
id: tabBar
|
|
@ -3,7 +3,7 @@ import QtQuick.Layouts 1.12
|
|||
import "../../Base"
|
||||
|
||||
HPage {
|
||||
HTabbedBoxes {
|
||||
HTabContainer {
|
||||
tabModel: [
|
||||
qsTr("Sign in"), qsTr("Register"), qsTr("Reset"),
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ HPage {
|
|||
Utils.getItem(modelSources["Account"] || [], "user_id", userId)
|
||||
|
||||
|
||||
HTabbedBoxes {
|
||||
HTabContainer {
|
||||
tabModel: [
|
||||
qsTr("Find someone"), qsTr("Join room"), qsTr("Create room"),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user