SelectableLabel
Properties | |
alias | activeFocusOnPress |
alias | baseUrl |
alias | canPaste |
alias | canRedo |
alias | canUndo |
alias | color |
alias | contentHeight |
alias | contentWidth |
alias | cursorDelegate |
alias | cursorPosition |
alias | cursorRectangle |
alias | cursorSelection |
var | cursorShape |
alias | cursorVisible |
alias | effectiveHorizontalAlignment |
var | flickable |
alias | horizontalAlignment |
alias | hoveredLink |
alias | inputMethodComposing |
alias | inputMethodHints |
alias | length |
alias | lineCount |
alias | mouseSelectionMode |
alias | overwriteMode |
alias | persistentSelection |
var | placeholderText |
var | placeholderTextColor |
alias | preeditText |
alias | readOnly |
alias | renderType |
alias | selectByKeyboard |
alias | selectByMouse |
alias | selectedText |
alias | selectedTextColor |
alias | selectionColor |
alias | selectionEnd |
alias | selectionStart |
alias | tabStopDistance |
alias | text |
alias | textDocument |
alias | textFormat |
alias | textMargin |
alias | verticalAlignment |
alias | wrapMode |
Detailed Description
This is a label which supports text selection.
The label uses TextEdit component, which is wrapped inside a Control component.
Example usage:
- Since
- org.kde.kirigami 2.20
- 5.95
Definition at line 30 of file SelectableLabel.qml.
Property Documentation
◆ activeFocusOnPress
|
read |
Definition at line 68 of file SelectableLabel.qml.
◆ baseUrl
|
read |
Definition at line 56 of file SelectableLabel.qml.
◆ canPaste
|
read |
- Remarks
- This property is read-only
Definition at line 93 of file SelectableLabel.qml.
◆ canRedo
|
read |
- Remarks
- This property is read-only
Definition at line 96 of file SelectableLabel.qml.
◆ canUndo
|
read |
- Remarks
- This property is read-only
Definition at line 99 of file SelectableLabel.qml.
◆ color
|
read |
Definition at line 48 of file SelectableLabel.qml.
◆ contentHeight
|
read |
- Remarks
- This property is read-only
Definition at line 117 of file SelectableLabel.qml.
◆ contentWidth
|
read |
- Remarks
- This property is read-only
Definition at line 120 of file SelectableLabel.qml.
◆ cursorDelegate
|
read |
Definition at line 70 of file SelectableLabel.qml.
◆ cursorPosition
|
read |
Definition at line 72 of file SelectableLabel.qml.
◆ cursorRectangle
|
read |
- Remarks
- This property is read-only
Definition at line 132 of file SelectableLabel.qml.
◆ cursorSelection
|
read |
- Remarks
- This property is read-only
Definition at line 135 of file SelectableLabel.qml.
◆ cursorShape
|
read |
Definition at line 58 of file SelectableLabel.qml.
◆ cursorVisible
|
read |
Definition at line 74 of file SelectableLabel.qml.
◆ effectiveHorizontalAlignment
|
read |
- Remarks
- This property is read-only
Definition at line 138 of file SelectableLabel.qml.
◆ flickable
|
read |
Definition at line 154 of file SelectableLabel.qml.
◆ horizontalAlignment
|
read |
Definition at line 60 of file SelectableLabel.qml.
◆ hoveredLink
|
read |
- Remarks
- This property is read-only
Definition at line 123 of file SelectableLabel.qml.
◆ inputMethodComposing
|
read |
- Remarks
- This property is read-only
Definition at line 102 of file SelectableLabel.qml.
◆ inputMethodHints
|
read |
Definition at line 76 of file SelectableLabel.qml.
◆ length
|
read |
- Remarks
- This property is read-only
Definition at line 105 of file SelectableLabel.qml.
◆ lineCount
|
read |
- Remarks
- This property is read-only
Definition at line 108 of file SelectableLabel.qml.
◆ mouseSelectionMode
|
read |
Definition at line 78 of file SelectableLabel.qml.
◆ overwriteMode
|
read |
Definition at line 80 of file SelectableLabel.qml.
◆ persistentSelection
|
read |
Definition at line 82 of file SelectableLabel.qml.
◆ placeholderText
|
read |
Definition at line 156 of file SelectableLabel.qml.
◆ placeholderTextColor
|
read |
Definition at line 158 of file SelectableLabel.qml.
◆ preeditText
|
read |
- Remarks
- This property is read-only
Definition at line 126 of file SelectableLabel.qml.
◆ readOnly
|
read |
Definition at line 44 of file SelectableLabel.qml.
◆ renderType
|
read |
Definition at line 84 of file SelectableLabel.qml.
◆ selectByKeyboard
|
read |
Definition at line 86 of file SelectableLabel.qml.
◆ selectByMouse
|
read |
Definition at line 46 of file SelectableLabel.qml.
◆ selectedText
|
read |
- Remarks
- This property is read-only
Definition at line 129 of file SelectableLabel.qml.
◆ selectedTextColor
|
read |
Definition at line 50 of file SelectableLabel.qml.
◆ selectionColor
|
read |
Definition at line 52 of file SelectableLabel.qml.
◆ selectionEnd
|
read |
- Remarks
- This property is read-only
Definition at line 111 of file SelectableLabel.qml.
◆ selectionStart
|
read |
- Remarks
- This property is read-only
Definition at line 114 of file SelectableLabel.qml.
◆ tabStopDistance
|
read |
Definition at line 88 of file SelectableLabel.qml.
◆ text
|
read |
Definition at line 54 of file SelectableLabel.qml.
◆ textDocument
|
read |
- Remarks
- This property is read-only
Definition at line 141 of file SelectableLabel.qml.
◆ textFormat
|
read |
Definition at line 64 of file SelectableLabel.qml.
◆ textMargin
|
read |
Definition at line 90 of file SelectableLabel.qml.
◆ verticalAlignment
|
read |
Definition at line 62 of file SelectableLabel.qml.
◆ wrapMode
|
read |
Definition at line 66 of file SelectableLabel.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.