forked from qt-creator/qt-creator
QmlDesigner: Fix controls properties
Fixes: QDS-12450 Change-Id: I1b49a2ba0d199ca98fcd92367db9b966ab7ec1d5 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.BusyIndicatorSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.CheckBoxSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.CheckDelegateSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ComboBoxSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ControlSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.DelayButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.DialSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.DialogSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.DrawerSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.FrameSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.GroupBoxSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ItemDelegateSpecifics {}
|
@@ -0,0 +1,27 @@
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import QtQuick 2.15
|
||||
import HelperWidgets 2.0
|
||||
import QtQuick.Layouts 1.15
|
||||
import StudioTheme 1.0 as StudioTheme
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
|
||||
CharacterSection {
|
||||
showVerticalAlignment: true
|
||||
}
|
||||
|
||||
TextExtrasSection {
|
||||
width: parent.width
|
||||
showWrapMode: true
|
||||
showFormatProperty: true
|
||||
}
|
||||
|
||||
FontExtrasSection {}
|
||||
|
||||
PaddingSection {}
|
||||
|
||||
InsetSection {}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.PageIndicatorSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.PageSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.PaneSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.PopupSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ProgressBarSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.RadioButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.RadioDelegateSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.RangeSliderSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.RoundButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ScrollViewSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SliderSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SpinBoxSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.StackViewSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SwipeDelegateSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SwipeViewSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SwitchDelegateSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.SwitchSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.TabBarSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.TabButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.TextAreaSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.TextFieldSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ToolBarSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ToolButtonSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.ToolSeparatorSpecifics {}
|
@@ -0,0 +1,6 @@
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
import ".." as Original
|
||||
|
||||
Original.TumblerSpecifics {}
|
Reference in New Issue
Block a user