Refer to custom components to access their enums
This commit is contained in:
@@ -55,7 +55,7 @@ Rectangle {
|
||||
HLabel {
|
||||
id: bannerLabel
|
||||
textFormat: Text.StyledText
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: HLabel.Wrap
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: bannerIcon.Layout.leftMargin
|
||||
|
||||
@@ -59,7 +59,7 @@ HColumnLayout {
|
||||
model.filepath.replace(/^file:\/\//, "")
|
||||
|
||||
elide: expand ? Text.ElideNone : Text.ElideRight
|
||||
wrapMode: expand ? Text.Wrap : Text.NoWrap
|
||||
wrapMode: expand ? HLabel.Wrap : Text.NoWrap
|
||||
|
||||
text:
|
||||
cancelPending ?
|
||||
|
||||
Reference in New Issue
Block a user