Use HTextArea.RichText, not Qt.RichText
This commit is contained in:
parent
2a0f6aead1
commit
107eddaa5c
|
@ -118,7 +118,7 @@ HFlickableColumnPage {
|
||||||
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
wrapMode: HSelectableLabel.Wrap
|
wrapMode: HSelectableLabel.Wrap
|
||||||
textFormat: Qt.RichText
|
textFormat: HTextArea.RichText
|
||||||
text: (
|
text: (
|
||||||
formatInfo(qsTr("Session name: "), page.deviceName) +
|
formatInfo(qsTr("Session name: "), page.deviceName) +
|
||||||
formatInfo(qsTr("Session ID: "), page.deviceId) +
|
formatInfo(qsTr("Session ID: "), page.deviceId) +
|
||||||
|
|
|
@ -89,7 +89,7 @@ HFlickableColumnPopup {
|
||||||
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
wrapMode: HSelectableLabel.Wrap
|
wrapMode: HSelectableLabel.Wrap
|
||||||
textFormat: Qt.RichText
|
textFormat: HTextArea.RichText
|
||||||
text: (
|
text: (
|
||||||
formatInfo(qsTr("Session name:"), popup.deviceName) +
|
formatInfo(qsTr("Session name:"), popup.deviceName) +
|
||||||
formatInfo(qsTr("Session ID:"), popup.deviceId) +
|
formatInfo(qsTr("Session ID:"), popup.deviceId) +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user