@@ -259,6 +259,7 @@ Item {
259259 spacing: Style .spacing .labelGap
260260
261261 Text {
262+ textFormat: Text .PlainText
262263 visible: root .showLabel && root .label !== " "
263264 text: root .label
264265 color: Qt .darker (root .foreground , 1.4 )
@@ -298,6 +299,7 @@ Item {
298299 }
299300
300301 Text {
302+ textFormat: Text .PlainText
301303 anchors .left : parent .left
302304 anchors .right : chevron .left
303305 anchors .verticalCenter : parent .verticalCenter
@@ -451,6 +453,7 @@ Item {
451453 : Border .controlSpec (" normal" , root .foreground , root .accent )
452454
453455 Text {
456+ textFormat: Text .PlainText
454457 anchors .centerIn : parent
455458 text: root .loadingOptions ? " " : " "
456459 color: root .foreground
@@ -486,6 +489,7 @@ Item {
486489 height: popup .height - searchHeader .height - Style .spacing .xxs - 1
487490
488491 Text {
492+ textFormat: Text .PlainText
489493 anchors .centerIn : parent
490494 visible: resultList .count === 0
491495 text: root .loadingOptions ? " Loading…" : (root .optionsError !== " " ? root .optionsError : root .emptyText )
@@ -581,6 +585,7 @@ Item {
581585 spacing: Style .spacing .xxs
582586
583587 Text {
588+ textFormat: Text .PlainText
584589 text: modelData .label
585590 color: index === resultList .currentIndex ? Style .hoverStateColor (root .foreground , root .accent ) : root .foreground
586591 font .family : root .fontFamily
@@ -589,6 +594,7 @@ Item {
589594 width: parent .width
590595 }
591596 Text {
597+ textFormat: Text .PlainText
592598 visible: text !== " "
593599 text: modelData .description
594600 color: Qt .darker (root .foreground , 1.5 )
0 commit comments