Refer to custom components to access their enums
This commit is contained in:
@@ -21,7 +21,7 @@ HFlickableColumnPage {
|
||||
}
|
||||
|
||||
HLabel {
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
text: qsTr(
|
||||
"Not implemented yet\n\n" +
|
||||
|
@@ -22,7 +22,7 @@ HFlickableColumnPage {
|
||||
}
|
||||
|
||||
HLabel {
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
text: qsTr(
|
||||
"Not implemented yet\n\n" +
|
||||
|
@@ -211,7 +211,7 @@ HFlickableColumnPage {
|
||||
|
||||
HLabel {
|
||||
id: errorMessage
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
color: theme.colors.errorText
|
||||
|
||||
|
Reference in New Issue
Block a user