Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.6.1
-
None
-
769002ffe4a93995447a71393371579b1df41e12
Description
import QtQuick 2.6 import QtQuick.Window 2.0 Window { visible: true width: 200 height: 200 Shortcut { sequence: "Ctrl+Q" onActivated: Qt.quit() } TextEdit { text: "<span style=\"font-size:20pt;\">Blah</span><br>blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah" textFormat: TextEdit.RichText cursorDelegate: Rectangle { color: "red"; width: 2 } } }
Attachments
Issue Links
- is required for
-
QTBUG-54952 Text Editor example
- Closed