diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-10-16 10:47:09 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-17 00:47:14 (GMT) |
commit | 429e80f10aaa3b710b03960c9169b4c296d9df0f (patch) | |
tree | 3c803599016b0e23cf976305f5385c54d822be03 | |
parent | b96e1454a50dae2e4941ba9bd94a0fd5b56914a7 (diff) | |
download | Qt-429e80f10aaa3b710b03960c9169b4c296d9df0f.zip Qt-429e80f10aaa3b710b03960c9169b4c296d9df0f.tar.gz Qt-429e80f10aaa3b710b03960c9169b4c296d9df0f.tar.bz2 |
QComboBox: mention insert policy in context of editable property
This makes it a little bit easier for the reader to discover what
editable combo boxes are about.
Change-Id: I60ce571f01e32d4cacb4718b42a8e12884bd1c13
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
(cherry picked from qt5/qtbase commit a5e7c2802af59d4940e3479288cb9346205b984c)
-rw-r--r-- | src/gui/widgets/qcombobox.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/qcombobox.cpp b/src/gui/widgets/qcombobox.cpp index cf0f219..9f1e518 100644 --- a/src/gui/widgets/qcombobox.cpp +++ b/src/gui/widgets/qcombobox.cpp @@ -1640,7 +1640,10 @@ void QComboBox::setIconSize(const QSize &size) \property QComboBox::editable \brief whether the combo box can be edited by the user - By default, this property is false. + By default, this property is false. The effect of editing depends + on the insert policy. + + \sa InsertPolicy */ bool QComboBox::isEditable() const { |