diff options
Diffstat (limited to 'src/controls/SpinBox.qml')
| -rw-r--r-- | src/controls/SpinBox.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index f4b89ae60..f13e81dc4 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -204,14 +204,13 @@ Control { readonly property bool inputMethodComposing: !!input.inputMethodComposing /*! - \qmlproperty Menu SpinBox::menu \since QtQuick.Controls 1.3 - This property contains the edit menu for working + This property contains the edit \l Menu for working with text selection. Set it to \c null if no menu is wanted. */ - property Menu menu: input.editMenu.defaultMenu + property Component menu: input.editMenu.defaultMenu style: Qt.createComponent(Settings.style + "/SpinBoxStyle.qml", spinbox) |
