Use HTextArea.RichText, not Qt.RichText

This commit is contained in:
miruka 2020-09-01 12:11:09 -04:00
parent 2a0f6aead1
commit 107eddaa5c
2 changed files with 2 additions and 2 deletions

View File

@ -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) +

View File

@ -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) +