Rename HButton to HUIButton

This commit is contained in:
miruka 2019-07-10 15:03:05 -04:00
parent a2ae569511
commit a2136dfe3c
7 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ HScalingBox {
id: interfaceButtonsRepeater
model: []
HButton {
HUIButton {
property string name: modelData.name
id: button

View File

@ -78,7 +78,7 @@ HRectangle {
id: bannerRepeater
model: []
HButton {
HUIButton {
id: button
text: modelData.text
iconName: modelData.iconName

View File

@ -71,7 +71,7 @@ HRectangle {
model: [
"members", "files", "notifications", "history", "settings"
]
HButton {
HUIButton {
iconName: "room_view_" + modelData
iconDimension: 22
autoExclusive: true
@ -87,7 +87,7 @@ HRectangle {
}
}
HButton {
HUIButton {
id: expandButton
z: 1
anchors.right: parent.right

View File

@ -49,7 +49,7 @@ Item {
Repeater {
model: ["username", "email", "phone"]
HButton {
HUIButton {
iconName: modelData
circle: true
checked: loginWith == modelData

View File

@ -5,7 +5,7 @@ import QtQuick 2.7
import QtQuick.Layouts 1.3
import "../Base"
HButton {
HUIButton {
property var expandableItem: null
id: expandButton

View File

@ -12,7 +12,7 @@ HRowLayout {
Layout.fillWidth: true
Layout.preferredHeight: theme.bottomElementsHeight
HButton {
HUIButton {
iconName: "settings"
backgroundColor: theme.sidePane.settingsButton.background
Layout.preferredHeight: parent.height