comments++
This commit is contained in:
parent
5ad59675df
commit
7e71e0bf95
@ -25,7 +25,7 @@ import "styles" as Styles
|
||||
/**
|
||||
@class TextArea
|
||||
@short A scrollable text area
|
||||
@inherit QtControls.TextArea
|
||||
@inherit QtQuick.Controls.TextArea
|
||||
*/
|
||||
QtControls.TextArea {
|
||||
id: textArea
|
||||
|
@ -27,6 +27,7 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
|
||||
import "../private" as Private
|
||||
|
||||
/*It inherits the local ScrollViewStyle, not the one from qtcontrols*/
|
||||
ScrollViewStyle {
|
||||
id: style
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user