summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-16 12:47:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 17:31:31 +0200
commita5e7c2802af59d4940e3479288cb9346205b984c (patch)
treee046093c55204c64fc6621f36c5a26580b6fe855
parent77308b46784310028b1210f5c85727f90803e409 (diff)
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>
-rw-r--r--src/widgets/widgets/qcombobox.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/widgets/widgets/qcombobox.cpp b/src/widgets/widgets/qcombobox.cpp
index 870e25b241..e71abb2d82 100644
--- a/src/widgets/widgets/qcombobox.cpp
+++ b/src/widgets/widgets/qcombobox.cpp
@@ -1597,7 +1597,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
{