From 47576dccadac1c56fd3b67d7d0cfcd53e5c8af7e Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 24 Feb 2021 13:59:21 +0100 Subject: Doc: fix table of ComboBox's implicitContentWidthPolicy enum values Can't have newlines in there otherwise it breaks up the table. Pick-to: 6.1 Change-Id: Ia64d94fc6d08dd6000b3663af030c8e5a7a7e3ef Reviewed-by: Venugopal Shivashankar --- src/quicktemplates2/qquickcombobox.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp index c12ea962..b5a68ecd 100644 --- a/src/quicktemplates2/qquickcombobox.cpp +++ b/src/quicktemplates2/qquickcombobox.cpp @@ -1726,19 +1726,16 @@ void QQuickComboBox::setSelectTextByMouse(bool canSelect) \value ContentItemImplicitWidth The implicitContentWidth will default to that of the \l{Control::}{contentItem}. - This is the most efficient option, as no extra text layout is done. \value WidestText The implicitContentWidth will be set to the implicit width of the the largest text for the given \l textRole every time the model changes. - This option should be used with smaller models, as it can be expensive. \value WidestTextWhenCompleted The implicitContentWidth will be set to the implicit width of the the largest text for the given \l textRole once after \l {QQmlParserStatus::componentComplete()}{component completion}. - This option should be used with smaller models, as it can be expensive. The default value is \c ContentItemImplicitWidth. -- cgit v1.2.3