Rename HInterfaceBox component to HBox
This commit is contained in:
parent
7c3ed5ca14
commit
b1e1ea30d2
|
@ -47,7 +47,7 @@ Popup {
|
||||||
color: theme.controls.popup.background
|
color: theme.controls.popup.background
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: HInterfaceBox {
|
contentItem: HBox {
|
||||||
id: box
|
id: box
|
||||||
implicitWidth: theme.minimumSupportedWidthPlusSpacing
|
implicitWidth: theme.minimumSupportedWidthPlusSpacing
|
||||||
enterButtonTarget: "ok"
|
enterButtonTarget: "ok"
|
||||||
|
|
|
@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
|
||||||
import "../../Base"
|
import "../../Base"
|
||||||
import "../../utils.js" as Utils
|
import "../../utils.js" as Utils
|
||||||
|
|
||||||
HInterfaceBox {
|
HBox {
|
||||||
horizontalSpacing: currentSpacing
|
horizontalSpacing: currentSpacing
|
||||||
verticalSpacing: currentSpacing
|
verticalSpacing: currentSpacing
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import QtQuick.Layouts 1.12
|
||||||
import "../../Base"
|
import "../../Base"
|
||||||
import "../../utils.js" as Utils
|
import "../../utils.js" as Utils
|
||||||
|
|
||||||
HInterfaceBox {
|
HBox {
|
||||||
horizontalSpacing: currentSpacing
|
horizontalSpacing: currentSpacing
|
||||||
verticalSpacing: currentSpacing
|
verticalSpacing: currentSpacing
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ HPage {
|
||||||
|
|
||||||
onFocusChanged: idField.forceActiveFocus()
|
onFocusChanged: idField.forceActiveFocus()
|
||||||
|
|
||||||
HInterfaceBox {
|
HBox {
|
||||||
id: signInBox
|
id: signInBox
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user