Move AA_QtQuickUseDefaultSizePolicy out of Tech Preview
Change-Id: Ibdd23455c266af6748aca9de859ea21caac50634 Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> (cherry picked from commit 8b0f56e99838f974a675ce557b8a5646519fd780) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e83de10922
commit
77dd4bb142
@ -423,7 +423,7 @@ namespace Qt {
|
||||
enum ApplicationAttribute
|
||||
{
|
||||
// AA_ImmediateWidgetCreation = 0,
|
||||
AA_QtQuickUseDefaultSizePolicy = 1 QT_TECH_PREVIEW_API,
|
||||
AA_QtQuickUseDefaultSizePolicy = 1,
|
||||
AA_DontShowIconsInMenus = 2,
|
||||
AA_NativeWindows = 3,
|
||||
AA_DontCreateNativeWidgetSiblings = 4,
|
||||
|
@ -93,9 +93,6 @@
|
||||
with the layout can be overridden by explicitly setting
|
||||
\l{Layout::fillWidth}{Layout.fillWidth} or
|
||||
\l{Layout::fillHeight}{Layout.fillHeight}.
|
||||
\b Note: This API is considered tech preview and may change or be removed in future
|
||||
versions of Qt.
|
||||
|
||||
|
||||
\value AA_DontShowIconsInMenus Actions with the Icon property won't be
|
||||
shown in any menus unless specifically set by the
|
||||
|
Loading…
x
Reference in New Issue
Block a user