mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: remove input method properties
they are not available in Katie, not sure how to handle this so doing it the easy way for now Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
9dce7fc273
commit
a043d8f683
2 changed files with 0 additions and 15 deletions
|
@ -36,13 +36,6 @@ Item {
|
|||
*/
|
||||
property alias font: textEdit.font
|
||||
|
||||
/**
|
||||
* The currently supported input method hints for the text field.
|
||||
*
|
||||
* The default values is Qt.ImhNone.
|
||||
*/
|
||||
property int inputMethodHints
|
||||
|
||||
/**
|
||||
* Whether the text field is highlighted or not.
|
||||
*
|
||||
|
|
|
@ -46,14 +46,6 @@ FocusScope {
|
|||
*/
|
||||
property string placeholderText
|
||||
|
||||
/**
|
||||
* type:int
|
||||
* The currently supported input method hints for the text field.
|
||||
*
|
||||
* The default values is Qt.ImhNone.
|
||||
*/
|
||||
property alias inputMethodHints: textInput.inputMethodHints
|
||||
|
||||
/**
|
||||
* type:font
|
||||
* The font used in the text field.
|
||||
|
|
Loading…
Add table
Reference in a new issue