Newer
Older
// SPDX-FileCopyrightText: 2021 Nheko Contributors
textFormat: TextEdit.RichText
readOnly: true
selectByMouse: !Settings.mobileMode
// this always has to be enabled, otherwise you can't click links anymore!
//enabled: selectByMouse
ToolTip.visible: hoveredLink || false
ToolTip.text: hoveredLink || ""
Component.onCompleted: {
TimelineManager.fixImageRendering(r.textDocument, r);
}
cursorShape: hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor