QComboBox: mention insert policy in context of editable property
authorMark Brand <mabrand@mabrand.nl>
Tue, 16 Oct 2012 10:47:09 +0000 (12:47 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Oct 2012 15:31:31 +0000 (17:31 +0200)
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>
src/widgets/widgets/qcombobox.cpp

index 870e25b..e71abb2 100644 (file)
@@ -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
 {