properties don't need to be declared anymore
This commit is contained in:
parent
21e47e6ab8
commit
907da69251
@ -34,17 +34,13 @@ QtQuickControlStyle.TextAreaStyle {
|
|||||||
id: svs
|
id: svs
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly property TextArea control: __control
|
font: theme.defaultFont
|
||||||
|
backgroundColor: "transparent"
|
||||||
|
textColor: theme.viewTextColor
|
||||||
|
selectionColor: theme.viewFocusColor
|
||||||
|
selectedTextColor: theme.viewBackgroundColor
|
||||||
|
|
||||||
property font font: theme.defaultFont
|
renderType: Text.NativeRendering
|
||||||
property color backgroundColor: "transparent"
|
|
||||||
property color textColor: theme.viewTextColor
|
|
||||||
property color selectionColor: theme.viewFocusColor
|
|
||||||
property color selectedTextColor: theme.viewBackgroundColor
|
|
||||||
|
|
||||||
property int renderType: Text.NativeRendering
|
|
||||||
|
|
||||||
property real textMargin: 4
|
|
||||||
|
|
||||||
frame: PlasmaCore.FrameSvgItem {
|
frame: PlasmaCore.FrameSvgItem {
|
||||||
id: base
|
id: base
|
||||||
@ -71,6 +67,4 @@ QtQuickControlStyle.TextAreaStyle {
|
|||||||
incrementControl: svs.incrementControl
|
incrementControl: svs.incrementControl
|
||||||
decrementControl: svs.decrementControl
|
decrementControl: svs.decrementControl
|
||||||
|
|
||||||
property Component cursorHandle
|
|
||||||
property Component selectionHandle
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user