Rename HTabbedBoxes to HTabContainer

This commit is contained in:
miruka 2019-12-09 09:29:57 -04:00
parent 7ecdefa7f3
commit 3b78d12f9c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ import QtQuick.Layouts 1.12
import "../../Base"
HPage {
HTabbedBoxes {
HTabContainer {
tabModel: [
qsTr("Sign in"), qsTr("Register"), qsTr("Reset"),
]

View File

@ -13,7 +13,7 @@ HPage {
Utils.getItem(modelSources["Account"] || [], "user_id", userId)
HTabbedBoxes {
HTabContainer {
tabModel: [
qsTr("Find someone"), qsTr("Join room"), qsTr("Create room"),
]