From 910e12a2a3f2b18a0bc6ce1c4fdcc9839c68d13d Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 14 Jun 2023 18:50:58 +0200 Subject: [PATCH] tests: remove manuel uisplit tests They were using Quick Controls 1 Change-Id: Idc60e648d65445538defaa1c3f4e28d67581b902 Reviewed-by: Reviewed-by: Marco Bubke --- .../uisplit/basiclayouts/MainForm.ui.qml | 82 ------- .../uisplit/basiclayouts/basiclayouts.pro | 13 -- .../basiclayouts/basiclayouts.qmlproject | 16 -- .../uisplit/basiclayouts/main.qml | 22 -- .../uisplit/gallery/MainTabView.ui.qml | 47 ---- .../uisplit/gallery/content/AboutDialog.qml | 12 - .../uisplit/gallery/content/ChildWindow.qml | 81 ------- .../uisplit/gallery/content/Controls.qml | 27 --- .../gallery/content/ControlsForm.ui.qml | 180 --------------- .../uisplit/gallery/content/DummyModel.qml | 14 -- .../uisplit/gallery/content/ImageViewer.qml | 22 -- .../uisplit/gallery/content/Layouts.ui.qml | 71 ------ .../uisplit/gallery/content/ModelView.qml | 55 ----- .../uisplit/gallery/content/Styles.ui.qml | 146 ------------ .../gallery/content/styles/MyButtonStyle1.qml | 13 -- .../gallery/content/styles/MyButtonStyle2.qml | 26 --- .../content/styles/MyProgressBarStyle1.qml | 54 ----- .../content/styles/MyProgressBarStyle2.qml | 25 --- .../gallery/content/styles/MySliderStyle1.qml | 35 --- .../gallery/content/styles/MySliderStyle2.qml | 44 ---- .../gallery/content/styles/MyTabViewStyle.qml | 41 ---- .../content/styles/MyTextFieldStyle1.qml | 13 -- .../content/styles/MyTextFieldStyle2.qml | 25 --- .../uisplit/gallery/gallery.qmlproject | 16 -- .../uisplit/gallery/images/bubble.png | Bin 214 -> 0 bytes .../uisplit/gallery/images/button-pressed.png | Bin 245 -> 0 bytes .../uisplit/gallery/images/button.png | Bin 395 -> 0 bytes .../uisplit/gallery/images/document-open.png | Bin 1550 -> 0 bytes .../gallery/images/document-open@2x.png | Bin 3355 -> 0 bytes .../gallery/images/document-save-as.png | Bin 1837 -> 0 bytes .../gallery/images/document-save-as@2x.png | Bin 4500 -> 0 bytes .../uisplit/gallery/images/folder_new.png | Bin 1199 -> 0 bytes .../uisplit/gallery/images/go-next.png | Bin 1219 -> 0 bytes .../uisplit/gallery/images/go-previous.png | Bin 1200 -> 0 bytes .../gallery/images/preferences-system.png | Bin 2129 -> 0 bytes .../uisplit/gallery/images/process-stop.png | Bin 1927 -> 0 bytes .../gallery/images/progress-background.png | Bin 456 -> 0 bytes .../uisplit/gallery/images/progress-fill.png | Bin 507 -> 0 bytes .../uisplit/gallery/images/slider-handle.png | Bin 434 -> 0 bytes .../uisplit/gallery/images/tab.png | Bin 1678 -> 0 bytes .../uisplit/gallery/images/tab_selected.png | Bin 1866 -> 0 bytes .../uisplit/gallery/images/textfield.png | Bin 196 -> 0 bytes .../gallery/images/toplevel_window.png | Bin 993 -> 0 bytes .../uisplit/gallery/images/view-refresh.png | Bin 2024 -> 0 bytes .../uisplit/gallery/images/window-new.png | Bin 671 -> 0 bytes .../uisplit/gallery/images/window-new@2x.png | Bin 1900 -> 0 bytes .../qml/testprojects/uisplit/gallery/main.qml | 209 ------------------ .../uisplit/splitview/MainForm.ui.qml | 38 ---- .../testprojects/uisplit/splitview/main.qml | 17 -- .../uisplit/splitview/splitview.qmlproject | 16 -- .../uisplit/tableview/MainForm.ui.qml | 59 ----- .../uisplit/tableview/MainTabView.ui.qml | 70 ------ .../uisplit/tableview/delegates/Delegate1.qml | 22 -- .../uisplit/tableview/delegates/Delegate2.qml | 19 -- .../tableview/delegates/EditableDelegate.qml | 51 ----- .../tableview/delegates/HeaderDelegate.qml | 16 -- .../delegates/MultiValueDelegate.qml | 27 --- .../tableview/delegates/RowDelegate.qml | 27 --- .../uisplit/tableview/images/header.png | Bin 247 -> 0 bytes .../uisplit/tableview/images/selectedrow.png | Bin 192 -> 0 bytes .../testprojects/uisplit/tableview/main.qml | 61 ----- .../uisplit/tableview/models/FlickerModel.qml | 16 -- .../uisplit/tableview/models/LargeModel.qml | 14 -- .../uisplit/tableview/models/NestedModel.qml | 12 - .../uisplit/tableview/tableview.qmlproject | 16 -- .../uisplit/tableview/tabs/TabDelegates.qml | 38 ---- .../tableview/tabs/TabDelegatesForm.ui.qml | 45 ---- .../tableview/tabs/TabGenerated.ui.qml | 29 --- .../tableview/tabs/TabMultivalue.ui.qml | 31 --- .../tableview/tabs/TabXmlListModel.ui.qml | 39 ---- 70 files changed, 1952 deletions(-) delete mode 100644 tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.pro delete mode 100644 tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.qmlproject delete mode 100644 tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/gallery.qmlproject delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/bubble.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/button-pressed.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/button.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/document-open.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/document-open@2x.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as@2x.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/folder_new.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/go-next.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/go-previous.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/preferences-system.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/process-stop.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/progress-background.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/progress-fill.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/slider-handle.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/tab.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/tab_selected.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/textfield.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/toplevel_window.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/view-refresh.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/window-new.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/images/window-new@2x.png delete mode 100644 tests/manual/qml/testprojects/uisplit/gallery/main.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/splitview/main.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/splitview/splitview.qmlproject delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/images/header.png delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/images/selectedrow.png delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/main.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/models/FlickerModel.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/models/LargeModel.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tableview.qmlproject delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml delete mode 100644 tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml deleted file mode 100644 index 48f40efc95d..00000000000 --- a/tests/manual/qml/testprojects/uisplit/basiclayouts/MainForm.ui.qml +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.0 - -ColumnLayout { - property alias rowBox_1: rowBox_1 - property alias rowLayout_1: rowLayout_1 - property alias textField_1: textField_1 - property alias button_1: button_1 - property alias gridBox_1: gridBox_1 - property alias gridLayout_1: gridLayout_1 - property alias label_1: label_1 - property alias label_2: label_2 - property alias label_3: label_3 - property alias textField_2: textField_2 - property alias textField_3: textField_3 - property alias textField_4: textField_4 - property alias textField_5: textField_5 - property alias textArea_1: textArea_1 - - anchors.fill: parent - - GroupBox { - id: rowBox_1 - title: "Row layout" - Layout.fillWidth: true - - RowLayout { - id: rowLayout_1 - anchors.fill: parent - TextField { - id: textField_1 - placeholderText: "This wants to grow horizontally" - Layout.fillWidth: true - } - Button { - id: button_1 - text: "Button" - } - } - } - - GroupBox { - id: gridBox_1 - title: "Grid layout" - Layout.fillWidth: true - - GridLayout { - id: gridLayout_1 - rows: 3 - flow: GridLayout.TopToBottom - anchors.fill: parent - - Label { id: label_1; text: "Line 1" } - Label { id: label_2; text: "Line 2" } - Label { id: label_3; text: "Line 3" } - - TextField { id: textField_2 } - TextField { id: textField_3 } - TextField { id: textField_4 } - - TextArea { - id: textField_5 - text: "This widget spans over three rows in the GridLayout.\n" - + "All items in the GridLayout are implicitly positioned from top to bottom." - Layout.rowSpan: 3 - Layout.fillHeight: true - Layout.fillWidth: true - } - } - } - TextArea { - id: textArea_1 - text: "This fills the whole cell" - Layout.minimumHeight: 30 - Layout.fillHeight: true - Layout.fillWidth: true - } -} diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.pro b/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.pro deleted file mode 100644 index cc998cb6eef..00000000000 --- a/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.pro +++ /dev/null @@ -1,13 +0,0 @@ -QT += qml quick -TARGET = basiclayouts -!no_desktop: QT += widgets - -include(src/src.pri) -include(../shared/shared.pri) - -OTHER_FILES += \ - main.qml \ - MainForm.qml \ - -RESOURCES += \ - resources.qrc diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.qmlproject b/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.qmlproject deleted file mode 100644 index e5a8bf02ca7..00000000000 --- a/tests/manual/qml/testprojects/uisplit/basiclayouts/basiclayouts.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.1 - -Project { - mainFile: "main.qml" - - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } -} diff --git a/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml b/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml deleted file mode 100644 index 0a2295a0a0f..00000000000 --- a/tests/manual/qml/testprojects/uisplit/basiclayouts/main.qml +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.0 - -ApplicationWindow { - visible: true - title: "Basic layouts" - property int margin: 11 - width: mainForm.implicitWidth + 2 * margin - height: mainForm.implicitHeight + 2 * margin - minimumWidth: mainForm.Layout.minimumWidth + 2 * margin - minimumHeight: mainForm.Layout.minimumHeight + 2 * margin - - MainForm { - id: mainForm - anchors.margins: margin - } - -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml deleted file mode 100644 index d6b6b92c735..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/MainTabView.ui.qml +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.0 -import QtQuick.Dialogs 1.0 -import "content" - -TabView { - - id: tabView - - tabPosition: controlPage.item ? controlPage.item.tabPosition : Qt.TopEdge - - width: 640 - height: 420 - - Tab { - id: controlPage - title: "Controls" - Controls { - anchors.fill: parent - enabled: tabView.enabled - } - } - Tab { - title: "Itemviews" - ModelView { - anchors.fill: parent - anchors.margins: Qt.platform.os === "osx" ? 12 : 6 - } - } - Tab { - title: "Styles" - Styles { - anchors.fill: parent - } - } - Tab { - title: "Layouts" - Layouts { - anchors.fill:parent - anchors.margins: 8 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml deleted file mode 100644 index a19c248a8ac..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/AboutDialog.qml +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Dialogs 1.1 - -MessageDialog { - icon: StandardIcon.Information - text: "QtQuick.Controls gallery example" - detailedText: "This example demonstrates most of the available Qt Quick Controls." - title: "About Gallery" -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml deleted file mode 100644 index 9360a7db889..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/ChildWindow.qml +++ /dev/null @@ -1,81 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Window { - id: window1 - - width: 400 - height: 400 - - title: "child window" - flags: Qt.Dialog - - Rectangle { - color: syspal.window - anchors.fill: parent - - Label { - id: dimensionsText - anchors.horizontalCenter: parent.horizontalCenter - anchors.top: parent.top - width: parent.width - horizontalAlignment: Text.AlignHCenter - } - - Label { - id: availableDimensionsText - anchors.horizontalCenter: parent.horizontalCenter - anchors.top: dimensionsText.bottom - width: parent.width - horizontalAlignment: Text.AlignHCenter - } - - Label { - id: closeText - anchors.horizontalCenter: parent.horizontalCenter - anchors.top: availableDimensionsText.bottom - text: "This is a new Window, press the\nbutton below to close it again." - } - Button { - anchors.horizontalCenter: closeText.horizontalCenter - anchors.top: closeText.bottom - id: closeWindowButton - text:"Close" - width: 98 - tooltip:"Press me, to close this window again" - onClicked: window1.visible = false - } - Button { - anchors.horizontalCenter: closeText.horizontalCenter - anchors.top: closeWindowButton.bottom - id: maximizeWindowButton - text:"Maximize" - width: 98 - tooltip:"Press me, to maximize this window again" - onClicked: window1.visibility = Window.Maximized; - } - Button { - anchors.horizontalCenter: closeText.horizontalCenter - anchors.top: maximizeWindowButton.bottom - id: normalizeWindowButton - text:"Normalize" - width: 98 - tooltip:"Press me, to normalize this window again" - onClicked: window1.visibility = Window.Windowed; - } - Button { - anchors.horizontalCenter: closeText.horizontalCenter - anchors.top: normalizeWindowButton.bottom - id: minimizeWindowButton - text:"Minimize" - width: 98 - tooltip:"Press me, to minimize this window again" - onClicked: window1.visibility = Window.Minimized; - } - } -} - diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml deleted file mode 100644 index 1d8759f69fa..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/Controls.qml +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.1 -import QtQuick.Controls.Styles 1.1 - -ControlsForm { - id: flickable - button2.menu: Menu { - MenuItem { text: "This Button" } - MenuItem { text: "Happens To Have" } - MenuItem { text: "A Menu Assigned" } - } - - editableCombo.onAccepted: { - if (editableCombo.find(currentText) === -1) { - choices.append({text: editText}) - currentIndex = editableCombo.find(editText) - } - } - - fontComboBox.model: Qt.fontFamilies() - - rowLayout1.data: [ ExclusiveGroup { id: tabPositionGroup } ] -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml deleted file mode 100644 index fc610d6ece8..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/ControlsForm.ui.qml +++ /dev/null @@ -1,180 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.1 -import QtQuick.Controls.Styles 1.1 - -Item { - id: flickable - - width: 640 - height: 420 - property alias fontComboBox: fontComboBox - property alias rowLayout1: rowLayout1 - property alias button2: button2 - property alias editableCombo: editableCombo - - property int tabPosition: tabPositionGroup.current === r2 ? Qt.BottomEdge : Qt.TopEdge - - RowLayout { - id: contentRow - anchors.fill:parent - anchors.margins: 8 - spacing: 16 - ColumnLayout { - id: firstColumn - Layout.minimumWidth: implicitWidth - Layout.fillWidth: false - RowLayout { - id: buttonrow - - Button { - id: button1 - text: "Button 1" - tooltip:"This is an interesting tool tip" - Layout.fillWidth: true - } - - Button { - id:button2 - text:"Button 2" - Layout.fillWidth: true - - } - } - ComboBox { - id: combo - model: choices - currentIndex: 2 - Layout.fillWidth: true - } - ComboBox { - id: fontComboBox - Layout.fillWidth: true - currentIndex: 47 - } - ComboBox { - id: editableCombo - editable: true - model: choices - Layout.fillWidth: true - currentIndex: 2 - } - RowLayout { - SpinBox { - id: t1 - Layout.fillWidth: true - minimumValue: -50 - value: -20 - } - SpinBox { - id: t2 - Layout.fillWidth: true - } - } - TextField { - id: t3 - placeholderText: "This is a placeholder for a TextField" - Layout.fillWidth: true - } - ProgressBar { - // normalize value [0.0 .. 1.0] - value: (slider.value - slider.minimumValue) / (slider.maximumValue - slider.minimumValue) - Layout.fillWidth: true - } - ProgressBar { - indeterminate: true - Layout.fillWidth: true - } - Slider { - id: slider - value: 0.5 - Layout.fillWidth: true - tickmarksEnabled: tickmarkCheck.checked - stepSize: tickmarksEnabled ? 0.1 : 0 - } - MouseArea { - id: busyCheck - Layout.fillWidth: true - Layout.fillHeight: true - hoverEnabled:true - Layout.preferredHeight: busyIndicator.height - BusyIndicator { - id: busyIndicator - running: busyCheck.containsMouse - anchors.horizontalCenter: parent.horizontalCenter - } - } - } - ColumnLayout { - id: rightcol - Layout.fillWidth: true - anchors { - top: parent.top - bottom: parent.bottom - } - - GroupBox { - id: group1 - title: "CheckBox" - Layout.fillWidth: true - RowLayout { - Layout.fillWidth: true - CheckBox { - id: frameCheckbox - text: "Text frame" - checked: true - Layout.minimumWidth: 100 - } - CheckBox { - id: tickmarkCheck - text: "Tickmarks" - checked: false - Layout.minimumWidth: 100 - } - CheckBox { - id: wrapCheck - text: "Word wrap" - checked: true - Layout.minimumWidth: 100 - } - } - } - GroupBox { - id: group2 - title:"Tab Position" - Layout.fillWidth: true - RowLayout { - id: rowLayout1 - - RadioButton { - id: r1 - text: "Top" - checked: true - exclusiveGroup: tabPositionGroup - Layout.minimumWidth: 100 - } - RadioButton { - id: r2 - text: "Bottom" - exclusiveGroup: tabPositionGroup - Layout.minimumWidth: 100 - } - } - } - - TextArea { - id: area - frameVisible: frameCheckbox.checked - text: loremIpsum + loremIpsum - textFormat: Qt.RichText - wrapMode: wrapCheck.checked ? TextEdit.WordWrap : TextEdit.NoWrap - Layout.fillWidth: true - Layout.fillHeight: true - //menu: editmenu - } - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml deleted file mode 100644 index f38a1ae1fb9..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/DummyModel.qml +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 - -ListModel { - id: dummyModel - Component.onCompleted: { - for (var i = 0 ; i < 100 ; ++i) { - append({"index": i, "title": "A title " + i, "imagesource" :"http://someurl.com", "credit" : "N/A"}) - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml deleted file mode 100644 index 7a9045f94b0..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/ImageViewer.qml +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 - -Window { - id: imageViewer - minimumWidth: viewerImage.width - minimumHeight: viewerImage.height - function open(source) { - viewerImage.source = source - width = viewerImage.implicitWidth + 20 - height = viewerImage.implicitHeight + 20 - title = source - visible = true - } - Image { - id: viewerImage - anchors.centerIn: parent - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml deleted file mode 100644 index 2493160b028..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/Layouts.ui.qml +++ /dev/null @@ -1,71 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.0 - -Item { - id:root - - width: 600 - height: 300 - - ColumnLayout { - id: mainLayout - anchors.fill: parent - spacing: 4 - GroupBox { - id: rowBox - title: "Row layout" - Layout.fillWidth: true - RowLayout { - id: rowLayout - anchors.fill: parent - TextField { - placeholderText: "This wants to grow horizontally" - Layout.fillWidth: true - } - Button { - text: "Button" - } - } - } - - GroupBox { - id: gridBox - title: "Grid layout" - Layout.fillWidth: true - - GridLayout { - id: gridLayout - anchors.fill: parent - rows: 3 - flow: GridLayout.TopToBottom - - Label { text: "Line 1" } - Label { text: "Line 2" } - Label { text: "Line 3" } - - TextField { } - TextField { } - TextField { } - - TextArea { - text: "This widget spans over three rows in the GridLayout.\n" - + "All items in the GridLayout are implicitly positioned from top to bottom." - Layout.rowSpan: 3 - Layout.fillHeight: true - Layout.fillWidth: true - } - } - } - TextArea { - id: t3 - text: "This fills the whole cell" - Layout.minimumHeight: 30 - Layout.fillHeight: true - Layout.fillWidth: true - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml deleted file mode 100644 index 4441631c2b8..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/ModelView.qml +++ /dev/null @@ -1,55 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -//import QtQuick.XmlListModel 2.1 - -Item { - id: root - - width: 600 - height: 300 - - // XmlListModel { - // id: flickerModel - // source: "http://api.flickr.com/services/feeds/photos_public.gne?format=rss2&tags=" + "Cat" - // query: "/rss/channel/item" - // namespaceDeclarations: "declare namespace media=\"http://search.yahoo.com/mrss/\";" - // XmlRole { name: "title"; query: "title/string()" } - // XmlRole { name: "imagesource"; query: "media:thumbnail/@url/string()" } - // XmlRole { name: "credit"; query: "media:credit/string()" } - // } - - TableView{ - model: DummyModel { - - } - - anchors.fill: parent - - TableViewColumn { - role: "index" - title: "#" - width: 36 - resizable: false - movable: false - } - TableViewColumn { - role: "title" - title: "Title" - width: 120 - } - TableViewColumn { - role: "credit" - title: "Credit" - width: 120 - } - TableViewColumn { - role: "imagesource" - title: "Image source" - width: 200 - visible: true - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml deleted file mode 100644 index b0f4d1447e6..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/Styles.ui.qml +++ /dev/null @@ -1,146 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 -import QtQuick.Particles 2.0 -import QtQuick.Layouts 1.0 -import "styles" - -Item { - id: root - - width: 600 - height: 300 - - property int columnWidth: 120 - GridLayout { - rowSpacing: 12 - columnSpacing: 30 - anchors.top: parent.top - anchors.horizontalCenter: parent.horizontalCenter - anchors.margins: 30 - - Button { - text: "Push me" - style: ButtonStyle { } - implicitWidth: columnWidth - } - Button { - text: "Push me" - style: MyButtonStyle1 { - } - implicitWidth: columnWidth - } - Button { - text: "Push me" - style: MyButtonStyle2 { - - } - - implicitWidth: columnWidth - } - - TextField { - Layout.row: 1 - style: TextFieldStyle { } - implicitWidth: columnWidth - } - TextField { - style: MyTextFieldStyle1 { - } - implicitWidth: columnWidth - } - TextField { - style: MyTextFieldStyle2 { - } - implicitWidth: columnWidth - } - - Slider { - id: slider1 - Layout.row: 2 - value: 0.5 - implicitWidth: columnWidth - style: SliderStyle { } - } - Slider { - id: slider2 - value: 0.5 - implicitWidth: columnWidth - style: MySliderStyle1 { - } - } - Slider { - id: slider3 - value: 0.5 - implicitWidth: columnWidth - style: MySliderStyle2 { - - } - } - - ProgressBar { - Layout.row: 3 - value: slider1.value - implicitWidth: columnWidth - style: ProgressBarStyle { } - } - ProgressBar { - value: slider2.value - implicitWidth: columnWidth - style: MyProgressBarStyle1 { } - } - ProgressBar { - value: slider3.value - implicitWidth: columnWidth - style: MyProgressBarStyle2 { } - } - - CheckBox { - text: "CheckBox" - style: CheckBoxStyle{} - Layout.row: 4 - implicitWidth: columnWidth - } - RadioButton { - style: RadioButtonStyle{} - text: "RadioButton" - implicitWidth: columnWidth - } - - ComboBox { - model: ["Paris", "Oslo", "New York"] - style: ComboBoxStyle{} - implicitWidth: columnWidth - } - - TabView { - Layout.row: 5 - Layout.columnSpan: 3 - Layout.fillWidth: true - implicitHeight: 30 - Tab { title: "One" ; Item {}} - Tab { title: "Two" ; Item {}} - Tab { title: "Three" ; Item {}} - Tab { title: "Four" ; Item {}} - style: TabViewStyle {} - } - - TabView { - Layout.row: 6 - Layout.columnSpan: 3 - Layout.fillWidth: true - implicitHeight: 30 - Tab { title: "One" ; Item {}} - Tab { title: "Two" ; Item {}} - Tab { title: "Three" ; Item {}} - Tab { title: "Four" ; Item {}} - style: MyTabViewStyle { - - } - } - } -} - diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml deleted file mode 100644 index ae1c87d54df..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle1.qml +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -ButtonStyle { - background: BorderImage { - source: control.pressed ? "../../images/button-pressed.png" : "../../images/button.png" - border.left: 4 ; border.right: 4 ; border.top: 4 ; border.bottom: 4 - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml deleted file mode 100644 index f5161f83eb1..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyButtonStyle2.qml +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -ButtonStyle { - background: Rectangle { - implicitHeight: 22 - implicitWidth: columnWidth - color: control.pressed ? "darkGray" : control.activeFocus ? "#cdd" : "#ccc" - antialiasing: true - border.color: "gray" - radius: height/2 - Rectangle { - anchors.fill: parent - anchors.margins: 1 - color: "transparent" - antialiasing: true - visible: !control.pressed - border.color: "#aaffffff" - radius: height/2 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml deleted file mode 100644 index 71cba685857..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle1.qml +++ /dev/null @@ -1,54 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 -import QtQuick.Particles 2.0 - -ProgressBarStyle { - background: BorderImage { - source: "../../images/progress-background.png" - border.left: 2 ; border.right: 2 ; border.top: 2 ; border.bottom: 2 - } - progress: Item { - clip: true - BorderImage { - anchors.fill: parent - anchors.rightMargin: (control.value < control.maximumValue) ? -4 : 0 - source: "../../images/progress-fill.png" - border.left: 10 ; border.right: 10 - Rectangle { - width: 1 - color: "#a70" - opacity: 0.8 - anchors.top: parent.top - anchors.bottom: parent.bottom - anchors.bottomMargin: 1 - anchors.right: parent.right - visible: control.value < control.maximumValue - anchors.rightMargin: -parent.anchors.rightMargin - } - } - ParticleSystem{ id: bubbles; running: visible } - ImageParticle{ - id: fireball - system: bubbles - source: "../../images/bubble.png" - opacity: 0.7 - } - Emitter{ - system: bubbles - anchors.bottom: parent.bottom - anchors.margins: 4 - anchors.bottomMargin: -4 - anchors.left: parent.left - anchors.right: parent.right - size: 4 - sizeVariation: 4 - acceleration: PointDirection{ y: -6; xVariation: 3 } - emitRate: 6 * control.value - lifeSpan: 3000 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml deleted file mode 100644 index edcb67c336c..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyProgressBarStyle2.qml +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -ProgressBarStyle { - background: Rectangle { - implicitWidth: columnWidth - implicitHeight: 24 - color: "#f0f0f0" - border.color: "gray" - } - progress: Rectangle { - color: "#ccc" - border.color: "gray" - Rectangle { - color: "transparent" - border.color: "#44ffffff" - anchors.fill: parent - anchors.margins: 1 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml deleted file mode 100644 index 43dbb0f0aa9..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle1.qml +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 -import QtQuick.Particles 2.0 -import QtQuick.Layouts 1.0 - -SliderStyle { - groove: BorderImage { - height: 6 - border.top: 1 - border.bottom: 1 - source: "../../images/progress-background.png" - border.left: 6 - border.right: 6 - BorderImage { - anchors.verticalCenter: parent.verticalCenter - source: "../../images/progress-fill.png" - border.left: 5 ; border.top: 1 - border.right: 5 ; border.bottom: 1 - width: styleData.handlePosition - height: parent.height - } - } - handle: Item { - width: 13 - height: 13 - Image { - anchors.centerIn: parent - source: "../../images/slider-handle.png" - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml deleted file mode 100644 index 767246d8688..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MySliderStyle2.qml +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -SliderStyle { - handle: Rectangle { - width: 18 - height: 18 - color: control.pressed ? "darkGray" : "lightGray" - border.color: "gray" - antialiasing: true - radius: height/2 - Rectangle { - anchors.fill: parent - anchors.margins: 1 - color: "transparent" - antialiasing: true - border.color: "#eee" - radius: height/2 - } - } - - groove: Rectangle { - height: 8 - implicitWidth: columnWidth - implicitHeight: 22 - - antialiasing: true - color: "#ccc" - border.color: "#777" - radius: height/2 - Rectangle { - anchors.fill: parent - anchors.margins: 1 - color: "transparent" - antialiasing: true - border.color: "#66ffffff" - radius: height/2 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml deleted file mode 100644 index 1e48d22b4fd..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTabViewStyle.qml +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -Component { -TabViewStyle { - tabOverlap: 16 - frameOverlap: 4 - tabsMovable: true - - frame: Rectangle { - gradient: Gradient{ - GradientStop { color: "#e5e5e5" ; position: 0 } - GradientStop { color: "#e0e0e0" ; position: 1 } - } - border.color: "#898989" - Rectangle { anchors.fill: parent ; anchors.margins: 1 ; border.color: "white" ; color: "transparent" } - } - tab: Item { - property int totalOverlap: tabOverlap * (control.count - 1) - implicitWidth: Math.min ((styleData.availableWidth + totalOverlap)/control.count - 4, image.sourceSize.width) - implicitHeight: image.sourceSize.height - BorderImage { - id: image - anchors.fill: parent - source: styleData.selected ? "../../images/tab_selected.png" : "../../images/tab.png" - border.left: 30 - smooth: false - border.right: 30 - } - Text { - text: styleData.title - anchors.centerIn: parent - } - } - leftCorner: Item { implicitWidth: 12 } -} -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml deleted file mode 100644 index 5ec04e0f2fa..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle1.qml +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -TextFieldStyle { - background: BorderImage { - source: "../../images/textfield.png" - border.left: 4 ; border.right: 4 ; border.top: 4 ; border.bottom: 4 - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml b/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml deleted file mode 100644 index 7ee03d5780c..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/content/styles/MyTextFieldStyle2.qml +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Controls.Styles 1.1 - -TextFieldStyle { - background: Rectangle { - implicitWidth: columnWidth - implicitHeight: 22 - color: "#f0f0f0" - antialiasing: true - border.color: "gray" - radius: height/2 - Rectangle { - anchors.fill: parent - anchors.margins: 1 - color: "transparent" - antialiasing: true - border.color: "#aaffffff" - radius: height/2 - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/gallery.qmlproject b/tests/manual/qml/testprojects/uisplit/gallery/gallery.qmlproject deleted file mode 100644 index 417aef1ee4a..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/gallery.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.1 - -Project { - //mainFile: "main.qml" - - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } -} diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/bubble.png b/tests/manual/qml/testprojects/uisplit/gallery/images/bubble.png deleted file mode 100644 index 62aa1efe54c76991fdaea3a103d362bcc635e5c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 214 zcmeAS@N?(olHy`uVBq!ia0y~yVBi2@4mJh`h9ms@x)~T4*pj^6T^Qyv)G#RPNA8%x zz`(#+;1OBOz`!jG!i)^F=14FwFtC?+`ns~;Wn<;#mJK@4*2KWTknHK=7$R}G_54P` z!v;Lg7v1M(^H20%Xc$tdcYdl@@{&sekq(&=C-Qo_+WqAk8!XeEi$nW63Hy2d*fG9(rFiuu4Q0g OVDNPHb6Mw<&;$T$Ge*+@ diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/button-pressed.png b/tests/manual/qml/testprojects/uisplit/gallery/images/button-pressed.png deleted file mode 100644 index c51c9ddd60ccef216cf35e6fe5964ff43cbbbb50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 245 zcmeAS@N?(olHy`uVBq!ia0y~yU`S$MV36WqVPIf*cGpppfq`L`)OK7yTNJpogV8A!Yxnf1Uu_|_fuUsJZ8&@7u%#H4rhr&0&NB@iad!O`1tqDlAMIUz!Ro2I8Z zHgp}ViIkJlpZ#fuzGOh-VkLpldFjqfa^G3sJ?CDh&$Ntv0n3;BmZUnr0syzFxCRWh z&N-4ziV`4Xz~U^>mcVgHfX7jyNs+_(&tZWY-a6Iw2Q7JGPa3qW+;SwxoTus+<8zbP0l+XkKE={iD diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/document-open.png b/tests/manual/qml/testprojects/uisplit/gallery/images/document-open.png deleted file mode 100644 index f35f2583540678b7a544d9175245096082f302af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1550 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjT% zoCO|{#S9F**Fl)kNn>^e0|SF(iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$ zQVa~N-JULvArY-dr=9JWahE(+|JCrW@$SbT-$@A`WovAlD#YFBW7lAD(uzIl=>r$V z3ASI3Hfgi}V^sOisv<6;;N&TCR(I156%`{tCJS~055W_UHgFzPe4Vk`*n0P79`g*Y9RqIz?|qNSuGtW+@iO z_ZOIEon7|h;j7?3&wh%pxc=JsdgcD*8}H_w7LTubxUu~IzjxM=lWNsDntlW@>Ba5Q zSoi<4{F?Ra{ROJt7oK}KNBMklkKvKRGu!>{EBD>6{3E@;`tjE7&$2)BfBju+e0txX zc&2sn`}G*~m!|CJP@E97Xo^#IZ%~)lQYQhHkkz3}rr7-ZA#C$&Z}Ioq~QR35I_4z{g zes7+>KIY%sPvO(%M?^;#2eYbpetMd;Ini-^x>G7wRxAHFIs)XY>4fORi>#e*Ahb zd95o)V^EihC&yud2K(5*%GdhxHCBXJ6hCvE5;VuElq;F1a$fQG*z(oi|8M=a`FY*P z*XfHiJ_$4R7<$fHmXw((n5}zmCnsZ&S6ubqP`Sv;mZeLRZT?(1+%V%q)09aH906X5 zYmZ7e3$T<}-R|WU*K0X8BgKhf!m`X&QEScChOHLZAkXyP)=P8Vzk^wcKhAEyCv&>d zXwP>R#{2*D+vkUc zhkt$cOzpZ|Nlfj1@s{6;7CdXVDx~b&F8T3O`0n-pINbiV+^fEvx4m@t-DhsA&-Ks$ zV-|0{@x;MD8}^Bw7RjID_N8j|asBw6-x3TB7G1dV`m<>=&$IiJl(#nU+r8Xue1g&b z%y*$>eACp9IEM0@My3fgUHexuG4fi}<(D~^^R~ZC@2k>PD3?=oP-s*0I(lB~-+~=` zAI(uer{g)RSzKCJ?!&$1SF=tWI>eNzH-p>s-qH-qoxb*)jc=RoRY`x>v26F`$8+@a zwmCV>dmg!cxA*eRy&LB*7t6AdGZiVg&EIq>>3yQPVaiVBE0Zh?&)xd-tc4*vSBgb6 z%Uvw<3~PmhQl8-R=ns7RH{QGK&2z1Ci%^?V^A2ug;5S zI1VNlyx4qotb-!=__R{N7o(;u$3{1

vgIcCjMr;6T| zP08W6kBmWS;}87f6w`P}BE%oqK~eR_wA#-`mt R`V0&V44$rjF6*2UngBjz<0t?C diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/document-open@2x.png b/tests/manual/qml/testprojects/uisplit/gallery/images/document-open@2x.png deleted file mode 100644 index 9fdbb6657744a38310d3fa4ab8b7558e5966987e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3355 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 pUj^;&F39e3E`Pyy*5yC@=N$`nvb`iRRMP+e diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as.png b/tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as.png deleted file mode 100644 index 5c9f6b343bdff4e1295342362486b2cc37387ecb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1837 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjU? zPdr^5Ln2y_PS4E|IWBp;-gtNUKJodzy{W><8)TPHTN&$B-0Nu|(R6tAhD>HYO(ho& zuc>vOOP4j7)h-kbl46Z~)gH#xdxd{RXlKWwEn7@NEEu^wmjrC!6ix8pVZ1$q<;~-~ z+U>iIFZ16Bzda#o)`EXaFP?j2TlK8`{Fy(d-2c-%tyx3XRcwrt-ss15nM0{VA$5vf zkKp>U_qRX2vt`zZz7&>m`y!E{3$~R;8_YaYS)I3MmAFf!|NjRf+6m8n=LgL&-<-B;%Mz8xT3ZZVigJG0 zd4Bl4_x;!G>$6KAo_${ZUhII>f2E*}KW?66z1Vi|pNsGHrT?6-v(I^ZojrJcdHg;p zyW)M@KQ(quYLMM z{QMSrt7BGsvHu&hV|!#cSi~ZxnX(mK=r%BU=_qD;?B(uhN5aj&J85X#{Ch0A#`ZnW zu^Bmgg1jo{eV_H%;`R5px2H?;C-lo@TN{1j&YhkqMzb$SIA1#X z;l;D?2|_XPi?=>JHo@I9(e6^;hT`XbJ%)>CZ_U2GPW{&H+xOYyeywMa^pBqt`}HGl zq3@ZvJr#!ab-O3O-@3Qb`({qGQpdI}Ul5gL> zo!ubYAUQev%Yy$0K8H6=4y#@La^rC>-P4Qe+&JxTT1*eW_aY_na5zVMQ$$cgv=HNt zd2Z6p*VvR3UO!9q&@^DX_xeZ2y?v`|zRxy3dH($JZQHg*acnF&KhKukPBxu5D(uf*GC+j2K29`%u1 zqxWd;<8%!@j>SER3NshJzbqpEji=~m)}+RiwpEvEoXlh_%i6@}WiBzWZ<;b`;X=h# zt5=^qdp7pwrAtAdW->T+_^u9LFV^?Cr{`kS;wg`IZvEQ^lP3`_4EUFB9OoV{&Ov#)S4PuZq_%*iFuBF5kCI zVrj^?FCLnOGVQ;9RW+Qwy)Ae0b_NkKF}?ZL<$0M30t$2el$Rd)UK?{=b@IsxCsQt* zO8>pA-IIss(&g`(o6~(1g}4mz(KQ+#CHb2)d%2hbn<*xPe*NW*! z4k(;A34gpxZ{G8Vm2&&uD=&4?Y`rFRyf7mt=g6itXOkJCqN2RIySk?N%{J=|(P|Cq zN-^Seu#h=7Yhn=BQjyBUljrCC(mHOn>&Nkp#U=CJJ==LrN+K=G?BUdU|T=w#OD6ikosXGC0nE?r>Y|q9oXKP{D~q z=k%g28mFeIzkXp;+o+qJrK#5;#KYFlMMUh?a$3J%|3DRLjt5dbZ zH~oF%qwKPC=S~);Mo!gJXV1!hp0mR3SyP~$!7ri0^-HIm`gS}d;fT@f*|YyIPbr`D z*uq2ec!&b`f+>sk?3uG|+qT_SZRN_hx6QPv{NzzLm(}1{N&Jq2g^O0M)Xd%)_1f^S z^;W^%vXy=H_Ez!!{`^s|jU7(N>7C^-e{_UMk=HKw(GKM(8js4K diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as@2x.png b/tests/manual/qml/testprojects/uisplit/gallery/images/document-save-as@2x.png deleted file mode 100644 index a15e34c924abc6f343e2a3ff35368035930488d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4500 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 diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/go-next.png b/tests/manual/qml/testprojects/uisplit/gallery/images/go-next.png deleted file mode 100644 index a68e2db77531cb15a2cddd62f567f030513b60fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1219 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjUC zRh}-6ArY-_r`2bKrb-;Qe_wsB@LtNRW#>eUgSorvrt3Y|&=S_=JpIeL%Sc&+$H`oo z^U#7tC;m-zQPydB%D<#lB6UsXX0tm*TF=&BI6E`geDb61-7We zQW=kQS&N>wudmHMK6!1w!PdO0dpUdG-pT)QJ?i-`kqJQt`wKo^VC~;)s6MUW+tdB0 zTco`X1naraUcDndYv1Qzd%ow(r=`m4XlzTrW55)}uF`DbK3hxDGHFN6@7DezH(vSZ zxD98buH2Wh<@0x(m@827ZDwXi?XPR)G8sCDgY}MO982*}@yQXIefpZp>)Cwuw)-4) z@9q*cRbZ0WiR(_a^iXl)U}0J$k>-{7`T0uuk6XL1aW$)1XPX4O*?Uy_W^VfR;+(Cg zH%xUo0b_>J90PR%uX;!aB@?$l|$CY8%`OC!q4@AAAo2Nv_6m9^4J&v|%0 zboT#K@p|*u{JUd&PuOR@@q(U1;d1-FacpT{A6qjuioHU^rbJ@uhk!$_6L;Nv7q{Tq zl`=KI9cSw@&rRYyJZH_VnXcc0ue%(On9CF_x3B2qR_Ue|y&9&63tRfd?6{`yxPRzq zit=-7zoK<(`|ch$e;8T#@ztL4O~r0ca%b+*nzT9lcs;GxY!mL-Q8Sbe14{sbn5E=LNPlZx{J0G-&<}Qh2!a@|Cdu z2?>@$r^O<+Iox8(+f;<^vhceFs_@l@D;dll#w7x$$Jq&5i3eZ~gn|)v3^f zU8@COn2BE!^3d+tc7SW~6ehuYnLHA*nh6Zex=A)RFC+i#FuOlJ_k~YM$-cYbK-tJXZcyzjv75CKKT=8F#}GasH4v+V94o3HAxo4RIg+IG!t^Mea%q28}P z1iw@<;yh8p8dsCxDju+;X@cg@R-doC-<+BLqp>?|<*ei+;hpB+Gqt|I`^G1?a;^1O z_YEI>c+(H>dZ-eAPqsR%ks)ID)5&srrQ08=YHyHfn}aocA3|@ zKPTk$t>}*B*Hx3hpH)dckgzy^E)H!?)j4K z`~7;obu0h6t!4hRA#GQ=wX_lEiwmLxEjh~Xm2QN(aI~e}J@R+w<{c&5E>HQh#jfyO zMA6HQ@>kXw*cVOR_O6)2lX;)h%q>o04Z3Xxy6K9)zrW`$`};53`?1~MQzwf`m6-4N zcZb&)eswv(5XT|G$o_Dz*hK}-o=*$cEV^S`kn;ZEFWG;KmL2{x-O;2=?@Nu&_vgu% z_A$w%I8Llp)GwcNzvN%e$%S8E?X8&8a9X#={{moIe luHPBEL!`GjzMlS<|BSGl=E<&zP6h@B22WQ%mvv4FO#t)kM3evk diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/go-previous.png b/tests/manual/qml/testprojects/uisplit/gallery/images/go-previous.png deleted file mode 100644 index c37bc0414c24b6e4f34096d0c0f20fbe0bf84045..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1200 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 KT-G@yGywolFadr5 diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/process-stop.png b/tests/manual/qml/testprojects/uisplit/gallery/images/process-stop.png deleted file mode 100644 index e7a8d1722f328be5fa649f774e2fa6bcf049ebef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1927 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjWY zcAhSdArY-}r)TDbTo*lFpD$g0%#7{5gMjA-Ubh>^)@?j2!g(}wD*s9;N7qbkQ$??< ztAw%zSwurc*G4_;XqzA+rTMdAste~&q0m(!TP;>(hD3EN%$gdI@+ML2_G8~~2DfLM z=f7^R%s-agpS?ZYs_OR4-@oq{pNn-%5PduSLoMUIsNVIrReqd3U67(`pQzd%{(wDn z>(=$P->+z{fAd+lbVKe2oejA;msw69GV`tb{%rQE2#u1TCUbu6XPwh7zjpQN-(R=) z%Y9vTIPnp`oK7qAw%q6MWIvmkY$*F(R#*RZm6W9P?h3YZddDYB`+b4GJ^R&beHojw zGqd|#I{N#X6hwGFT|c_mV3H?K=+eJ0mrp(Euwb|P#1A}&=7;Mpknan-e*L>VNI6%l z2Mdz|2gjn04IJ;b1u32JY1_89dTNHkh0C*jZZ&^+*~JvsD7>||cmJkKG4S~G z(3yq(U0<9)%cPyB_ZJ5xt4y9T%kB0&+fxw=556xCn(6rC_9muZ4^v{3AM5kUSU&P* zVOr93P$opAc$>i=RkycI-2G-%Mx85Pm;Ctar6O?S^VAZnQrSFR!3+G$rLL|2|I@r* z=A){cyJwrz&H`(uQ>in1<@h--AJJPT;+QScYUTQHVq(H=GqVZ4Y8!nff4di_D#P*S z>*`l`6nLJp&S^L9l{Wj6^Z()DeLp@JtSqpQ&thpTid?pBVdIy5wQHm$6=$9mbI}pl zaPINKJxf{lE^jw|Xi#|kJe!I8k-m3%sxlm3Y?o#Rn?G2`a)EvRzLIxygns||EOUo< zBlG%|>(k%8iTt7)y?j4%=MXvd3R- zCd=(*+28Y?o||iZ|A)l6&dM1&lX+UZ+){3v@jCpvnZB{sj>Xa8_SWt*-TIq0ZW6jU z^ZV5}{ikc!9yve9@k@n(tKip}=_^=Hsc>>{m{a#SIJl#0Qu>MR*BONo&AZMeUtj0w z%6fC19*d*H`?szWQqA~yCU`B^%+FP={8N#)?1ovAmG9M7ZkElFm$M9>7 zjIo&O3M@Z_dr-XlmG)Ext%4u<|imr?9$%h#;fl)J2~jxvDuSK3WyU za*kV5^FXZET=|6CKV6R-`6^x1n0>EaJ}~gY?c2plyLKDy+I{l5;nYQczFwaxA*(vi zLuA2!ZQ2`$+Oer5#ION3=CQ zU8X!+SC;YirY`H!BRj6ZZ?d1PUNH|>I!Zd@mHNvYQ_qO+;_}kaqmfrVI`~QzA=CXi(Y|@jx z-#gruwrFx~T9mM5+q0~tYk5CjP~4@Z_2bQ_R3Be$p#US+X_-O$5)V)M5N`9&;@Pva z59YCkh<-dJ>Sq6=Vdq4_65q%3^Y{0DeAw=B`0&oPQ34yTtv`PKM#rW!U%?oGql-j5 z7~-2}y-e7U>>fWqXW8W!A1n4LJa2Db`K4k)s^sQfQs)maEPlV|@SVTEfBN|zPI&b$ z_EmPaptQ8(qz^S;1fAFK^C~LZ#PQE1Sh%>e#a61DQ~t0eXM(`L3)c4W_O^ESHZI;C zZkCoFc>LIf^z@5Lf@yX?TegOVhV=Ft)_m0}j<4CcWEbz@giqgc&2nzFn2RL6_){tL z`0>y8i&Qo)UD_I{z)5ipQH`8#9qF3 z*2nMNi#M+(ef428ofsjzXHCzt+}l6Cf7w!)ot5=N_s2b7kIB(bH*-6lp1V#v)|yj4 zf9;AN=l1QbKFv~|xlKo>{AodPSG{cImOkO{``wYbO0&E<8xVG*}`pxgG&G~+B;I|wG1_lOCS3j3^P6msEU)0%U*4tI94oSq#{<8Jqn&)vYyVzrF-n=R=G7(*TP9Ti?*F0w5q=@WD-4&L* z3Y40DDP~pigg%YsES)BDJj+pCo9)2u&{sta1r{<<)R6dd5JntG~OBn};(nFfe$! L`njxgN@xNA*F?Hw diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/progress-fill.png b/tests/manual/qml/testprojects/uisplit/gallery/images/progress-fill.png deleted file mode 100644 index b588c9586d9c9ba0d07966f448c19e23320bf6e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 507 zcmeAS@N?(olHy`uVBq!ia0y~yU}$4tV36csV_;zT;u*%yz`($k~xs%C@G2ix21KpA_=Aw{v=N{k$8xeowlzrB|0vXMgSSn9*Q=%|ABd zCG|hn8}od&t}hH@IB@3Br;``|#d+F<^OxU~HqXBK=bA*vXOs2Yr58^wRt>bDYaZNv zylK*ej`q(@QyCI`r)NzN5lT!8;Jh?n;#!oJ;|qx=%li_Uv>bnxiJml^X3_uBvMqGO ztUgDfh^yMFvmR?nMtE`jyi_B#zjr~czpBTb)E~KhtDjgOzffnhE{d5WOx#@hoW(b{ z-xHHpeBnNF_eqD0@+_}4TLqe?ukm~Cs>J@N@apLg=UQsk=`FdG=-c>hB^M)u2Cql9 zZo&)^mDr#qm+sU|V(b$%Tf9eGF;j)%#dbD@ltbPkQwuv8H%`}Ize;ERD(}ZPGxc`N z$qkNX>l=W7kkvrdtr4_H`-hc1ZZ^q-H(@*wrT#;)wJ}*35{<`(~?25nsO$-bS N44$rjF6*2UngG46)K~xj diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/slider-handle.png b/tests/manual/qml/testprojects/uisplit/gallery/images/slider-handle.png deleted file mode 100644 index 0a9053b17ca7c543c7b0552f535c5e424270bdc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmeAS@N?(olHy`uVBq!ia0y~yV2}i14i*LmhP(&9FBljYD?MEtLo7}&owB#DDL|n0 zd@DCs#-r#9lG2Z72Lvsgc1--^bJmO=+5E?9c}2Y^X9YZp&G5OFw9R3M*1t7*e$IyR z=Xi>rH5F(Y7-TG!h*Pu#>DB&x;FM91Vs?JX*AJ%gMcZRn`VwOG+8?)Th5 z`NQ>lR-tSGgKpSqJU7hf`Y(=56sMqpD<3WJh1z=_w9FirTZTB`QP2ueYfm(Vf)1% zHGcQ)dAiGAg>8LXrXJoR5Weie-QDF$_4V<0b{3~IZ_mH~?h14H`+KTiZl33!?R~QL z=k}+v(ZRRh|NHwpDL>zTfqZbarRIx=hua^$zP|p@_u7pydjGF$oSyWnp>Bcx{}Tdo zHWdnW|NgA(wy?H-ee9Rdn%_Ckk5=t@|BK1u*tPv}>p53n?W!s)DpGoPcei@oYk>(5 zZg00gqn@~R2~*fs~Rx`qSU@ z?;m}9eEiXNo`+vwUw`!Ycz@Eyh>lgOwklZYisfzMU4+wp;`0>oetEA=}b3ZjJ z`t-E^z4_1AE~#I-vnTFo$kVjBhYSCHO%8Z*xpE%=;yH2qYBc-!_@6R#If;}WV#*G@ zv`=U0x)j@QD#@Y07p2s%3^)6fUpOiD^Yk~%f8^L}v;T=IlRds~)4Hb5#cz9m9XtMV zm-Q?6`F(wTZt=W}=d=D`Yw-6ooPS*-W3G7d&R4aHrL4av#AMk1dA8>AKbhN4TI%!; z?$dHRRebpHAFcUMp3EwdRSPSACv*Jy%N6qB;=fG4DcZhhc+Rkn#m9X9bGFL48{FnS zXNf-N*=C!5!ug4m%;G0v%P*dnj>%fjHf8fV!NYrkrf+{WTe|Z2j<&sv>%MT;R{#IE z_eLd0g`lOK-Ll_t)6$hrhcpJAGrD$FyM*OZ>Lq?VtG?tZ{`1OEC(ZKXdeN^bDVbWAbk>He zcxzU6DP0P=eJSLnk>=+0Tb8Cwwkx`S+;iW`C#SdUk6gOH)9|ORU8wgov#dEX)1$U- zJ$H9qe5~e+`+m+9A0M?=e166o8|69anup6Nj}?xbFM~HNjq(rJHKjD=@eP%W-~7&* zT->H&_;Kal>mEMuR7`h@=<^3(n2v?CU(5skrg6@ZMXk_ z`zY!w-(2Zh=l>s^?=Mlbss83u^W#IK-b#(W7py9MNm02+CZ=}Jw(6`%_J1vQF5|Gh zS)p0`-hS(%(rd+ng~{h+Urvwy^6};6<&W+-A1IIc6VTr7Ezu?vnDL}o;Z|CITh7IT zK98R+&sXP`#9Xm(Hrd9%Res;LMg6z$Nm@;vA=C8XTK8!!jwZgAD8B04#9;Yr`w}l4 zzW$A0_0T?<$FFvF>@ahe;G28m|An{y{EbNaw&3?u&%HkJP)cuoY`1o? z@SU_XdWBy4_7=9!->sDYYxDPY$elfv#lHnU6qSAW*08MYclu(6>wkwg@?@6eK&8PjCh~0_OFUe-nvNH?MDrdyp)*9_gG@@;@Jw7DRp*R9+ma3zkDK9 z%0ks|?)jG%-)H>#nB!3Y{rflR<{h8@{46f~`YN<)>%XUe7Of9nW^i0(>#S#A7F>SD z_k*Y4pSZ!cx-X)Ck9y1es(pLQ)bM9~oL=F^9XW@d3g{JDw$yX}W6PYgqnP1#5HAA* O1B0ilpUXO@geCylf^xtB diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/tab_selected.png b/tests/manual/qml/testprojects/uisplit/gallery/images/tab_selected.png deleted file mode 100644 index dd7e34f8c6dfc6019aae08869a70d545d6cc6b3d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1866 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 Dw(QDI diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/textfield.png b/tests/manual/qml/testprojects/uisplit/gallery/images/textfield.png deleted file mode 100644 index c6ebfcfc212bb8b7e025c51c1013d36fa3b30874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 196 zcmeAS@N?(olHy`uVBq!ia0y~yU`SwKV36csVPIfL+4Fc80|P_1r;B4q#NoH+Pjen} z5NW%3JBf>fCFs(AF;8jDgcO4btr~V8Hl9jj;%myYf4!r?QdDO0%3v|R)Y2I%?@zKQ ze){apJjSofGLO$~J@m@wVT)R@?S>BzpI_)&wNg&ACYJ4q>f46oq133I#7pq$%&<$lD|;7_v#AUcp;@(W0i=9GeAV zdKmu~C?4F=vs=SU#W3%f&-s$7N&jZPTlall_p5dDwy}$IMis359v3>l_`T)#pj;=8 zJ9oc+`|$7CJpZ$Eg?O&bSMB0qzOK4MjBQ02-=T${h2Kwo$8zUtxQ45$6NdoP)0^TS z?@iokmY1CR=vpD`y87>Eruh7K9f||)aH5SbZwn>MJ-}?o9}*QPn~OWN29v8 zP807t{_FtrT+b$*&khexy|?$j^5Na@^|MXp9?oiCK5f66b!UN8>4`m)?*8K`sNTuEueU2m>!nHKX_?+*Vsrhr za|kZInssr<%_pzEmcBY$eZtCqLva0L`I+w zaTd{s7nR*3S6tl@c>fU3lv%A=TU`q3jWTNe_kZOTt)4UUM`BN>py)TB(=z96 zYMXxkbWW~dj-UH~;?kq8d1kL$9^AaKZ@O1W%guk5yQ1d@th+K}rOblsKN_y}S}jyHKO&%vSYVWEOu(1 zEU@j_P!gY0)M9r*LF@3%&G{c+?$lS~G&$$!nyS$(V$`FuvhUiW6&zY#A@gR+n7%)0 zWFFhtrEqoPHs=N=pHBDZT1T9n0vE>gsXf=NU~A6NXL3ze4AWGRYJQro9DgiS>uMH@ zqCkTH)7!G{yYpvU+TdF3(AnMNep5W*Xw{zZ&<||ynerxF%-z1D?yc5A_MVe#HT%VO zf0g@N;WH&%z)8UW z){~14y?QlWSgvGutX}M|ssG>a`du&jzc2RJdJnf5^~?*LG7su~yS12sfq}u()z4*} HQ$iB}woKVR diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/view-refresh.png b/tests/manual/qml/testprojects/uisplit/gallery/images/view-refresh.png deleted file mode 100644 index 606ea9eba46b82eea04678e64369b97e595f9da5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2024 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjWY z^F3W0Ln2y_PS4B_&peal-*&T*H#4hcp$=P&=@VuRRn@?5C()?K4YNcZ zFY6N78Z>3vwxHh&e+H~vd&SLlp-$!oPu7K}F0JAeEOh4dWk{YTCDgHzw_A?=@ult@%PN)6kx_38h zvI((UAJNh*RpQ&Itmz^J7{$BE)d&9bYFL&3){yh9`eJJa6J-t+y1{EgHCT|wa;yRWFV~2-4D|>pcN!NaR z`FZX(=e)_v8@H$a?^9%m_`Ua7yNK(YEwSbXx(9Z(Ez4z$wf*#Gdp6V2MER7s2@VP~ znG01KI}}tMg%mW|7p<0Ar&3e$a$D`LrI!mD*wkL`68IAzZ64Zs&!Unwjv;l=k6*F% zdJlW#vnm!@8E8Lh_GUR;B;cKr7{Mo^7$9;*fb*pSQ%?AyA{7sz98ZH>@g`%NJ-eLN zuF(koU-aozV}+4)Mbc%XC<}8N#haWAA_1?j>(5_*UR(Rn)o+Yd{~t#e8BBcG(-fesklP>#>Ui8h3p#_N~Z3dw2b`% z>;2&1tq00qyzPFsb~mTRq?QMFw&*OMy<_*{)c@=J85UHX-+1C{w6p2kyC3g1)YSMs zW!ko=Xr6qGLhg~eL^p^peJpU{I_!J zx7(E5Cf{s%x$E1Dl1HYzzR|V2zTJ+!AMy5jsi@=pwojKB4luB>g%)tI@%x=qQ&?O5 z>#OT?{_FQA9R+%8nH7G;Yi;59;WhCDD;y@ZjvUEsw2c z>&xBw`E$xkAw%<3)6BQ?p7}dpVyDBpPG3%gdugpEE1DkmA3x`Lxa>98-2$!ONA(Y` zyMNYBM`5*J?A!VUJ9kC~hUR9!i%yne@Ly=eHbo@!L`p8h5!Q;_uk#i!z06qRrq}v7 z^ZROs_+n3+|=dE9v zJ?F-q&(o%TTfFMfDvQObom;kk`|6;cdgfp`!IV8hpM1O@{IUb?*2O5 zw^fh0=^SxuQ0+c-CGw)u*H6p$>X(-B|IMmBd{KCta{OhUIsccuTp9AU`@MTt%ln-d zw|su|sVm^s+s)O6 z0Og1cV51d zJUQzbzuvx0iwjT5Dlp~U^E`1lf9nVK)83n+&1_zTv#=+#FikL&UBb)mWZ<$m(Qvnp zkQ!&t65b`e(tX|!<`}NaDDc$k<6bf;GosBf>)6%gxV0Y{co_1&s$KZ;{o2Hbx1Y;z z4HlhkRh48Pzqw@Lt|dv^Ci&d%SgL!2?_iONPqdTJ-RN_svQE!_wLRU%V3=YQ$@A@N zdauj*b=w~68$8MKXKMJ+QOxkG=~b@%?xMx^wk5xV-mWdLFJ8U>?cVceaz5oN*L>S^ zKL5D*uTs|HMT+mPiyE~3saA9_Dxa$Ix$;Sww%wd5%zK+>o=K>7zTLSu{j-%NyThjH z7Y%FNaY`-EzW8nL-m|UMt$|TrPfYrGT7LCcS1)-@KK9hi%q#LdKV~dj$&g&2 zk}%8cQd?_^(Ob3T&NaDd|1Q^lTs!|;eC2ZH2GhJ5XD07ubNFBM_H^~SJ^$_mGW@b= zs4hM$uc;NiFE#b!AyLz+z?;)|ESuiA!>Nap%~DHt^YxDJwH76h=fCHRvA-HA@R{rR z`nK;PK3db{U+p-bwXd$F+?vsXA?Lir{Esu6)gB!9kMQt!iM-`=(HW}mp8NU)+C;|>N}Ne{;#aqH*43-x}|$}Mn*`GKfD zLxtj=Lw^76vCO`>`<_bnp2Z69T4(&=e`5D7zQy)XN3KzE83O|YgQu&X%Q~loCIB-D B(zyTt diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/window-new.png b/tests/manual/qml/testprojects/uisplit/gallery/images/window-new.png deleted file mode 100644 index e091702e33f9ff7debfba272eb848dbd246acf84..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 671 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjUi zVV*9IArY-_r`!6A1d6oHFMfV*P0xnIX^~2w7P=@%NOx|$a7aEeNjWU+$e|W_=Op*U zBp;oOw`;CkyVT;L;j(Gg#M0@d>E$!4bs}0^dydvQDCHLwb)TH`edqg~GtaaJPy4cI zXPCs%AK@1i+E*Oi89OJ>J0w1zIU+K$a-Pb`B=g3ii{@NEm3BT9dg#C_xbz~2MtECC z`KPE=XZA%zRsA}_bmjHeqfeiv3cj4Qzpm|z><<11S_@1ssClrcb)QxRghi%A{FgaFbXJYb$dBJ5)mN*BKDXJV!Hp0q5Zg^uTfYbT8qXQj z8D;7(=+B+Ya*oAezgt0>utjOZXTd+y<&`d%A5Y%IptR_mW#^(5`peE)y0|p%VP(5y z5*r;GyZ8Rq*%$4XtWxp(B-Ozu!`>*Uz}?c|pMUIf&RWh5%r&c6CtH devkbOFDJRAUh}BWWnf@n@O1TaS?83{1OQwzCa3@a diff --git a/tests/manual/qml/testprojects/uisplit/gallery/images/window-new@2x.png b/tests/manual/qml/testprojects/uisplit/gallery/images/window-new@2x.png deleted file mode 100644 index 36503018ef4157fa20f6cfdaf9fb851137384c53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1900 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hE~~qjco@_yCzg9NFtGjfba4!+xb<}Q={}iA z!M6Ptm7jtlzw3qHemiZ(+(?CKo0%I0H>ad-e9U-5Y2yd!2#*uiVS5jwC&*b`PbI5zjH#pCWHTcySGa+ zrA$qK^4tAT`SBsT-b$A5d3kNLPwneIoA`F7+LjX%8yU`JHcrxrnZEPP=R+}1T5ac_ zZ=YXZ_U){{-LDthKg%-Av#B)dd;G)PHSiCEfv-=Ti{zKIFV)4nKAPUGaJ>^L+^U&4 zBXKWNvWzH0+oCN?G94zht+^&UZS{<&tImH-dNJ+wN%`xqzZ~zEx1Sf?V8Bx^$8zwy zoNZOgA%mPJx6MCUw(Wm3bAR#^Q@48wPlS|>TUeDCT>oZwXLVdU{E}mN@|=4IU)o+f zdF0PO{`!A)fj{h7>k?mE%h^c~zKi_4J?T3;lKCf4Nqjoj;@Nr~U7z?*nqL z-JZ{rHpge*gOs9!dq4J6PqsY%ID6S)QAdL#GYpSOGd<*GSU2bK9o5Kh;^&@=&xxJ) z@mF{FpC|6$Kfdicm~d|=qr+;31=l&HSsOZxB(>a`j|c8gusI?5z4+MP9)mZ@dv;5_ zmq_jtunJwC&^v>B2@l6n!*^>>cF!?6@3?-0nIhM;g<3_-2cGd)7j8B=u-$U;K7&`9 z&GU>pWdB+$m!4j6Pa;{p;u%YFpJ4FRhF#ioTBZaksgyis{i~Bc)gqzyt5K7}_r?oh z8mGk=92YZmG&MQ$?3LIxak21J7st+t5|2wirnDHA8{E@8HajeKfepLN3#L7iuaXum zSRy=if#xxhh}qRK0ypZVcyd*kA89PU{qd!XT%bbBz6a3;Y6mitEo#Gpq1X)9ykIGFsut3_Zhf%UnM1a+O}l3J2!~wr4A>4_~!& zxXWt5eywB4iYFSP$pZ4B&4)FdKlyUrVYrYl!Emg?#j*duu?S&i*%0LdZiDL!raw5e zs--lHc>_yraO`F60?Ad(3z%J|ELHXXE96nm5D@ySupxVj;D?X7^5?$^TxO08$m-wY z)3HY~^sA5`7(a?!1&8qSlp1b5^Z9@x1mPVVoA+q^Q2 z{s(;>jxVTn*}XvVg=7I^5R>6?%Q^`Shmw%$z4LPG6FK&+pQ<+TnvsJG-|ho%uQilwF|Q1p^S#EQ`_Ts8ZJsRr3>lL-cE`&Pp0H6I+M@5G7bU9|AY-hCjtec?9C zgS-rDW!w1H6x{YoIL@*4ESEgPg+IJP@$$@P_KD_svhT3W-^(%Uuh|VTwl`ZGpU=r` zX2^4&_nc8c>cII;XSS_nnNw_cVXMQ2#D)%m_x&LOi_Uq4k>NF*w8=v?qJ5DxIC}SN-YI$X3hi%N6(}ZT%xZ!tEy0BQqn1MzcJopVvR~2fh92J>jTa RB?AKkgQu&X%Q~loCIFikX_x>2 diff --git a/tests/manual/qml/testprojects/uisplit/gallery/main.qml b/tests/manual/qml/testprojects/uisplit/gallery/main.qml deleted file mode 100644 index c8549874edf..00000000000 --- a/tests/manual/qml/testprojects/uisplit/gallery/main.qml +++ /dev/null @@ -1,209 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.3 -import QtQuick.Controls 1.3 -import QtQuick.Layouts 1.0 -import QtQuick.Dialogs 1.0 -import "content" - -ApplicationWindow { - visible: true - title: "Component Gallery" - - width: 640 - height: 420 - minimumHeight: 400 - minimumWidth: 600 - - property string loremIpsum: - "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor "+ - "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor "+ - "incididunt ut labore et dolore magna aliqua.\n Ut enim ad minim veniam, quis nostrud "+ - "exercitation ullamco laboris nisi ut aliquip ex ea commodo cosnsequat. "; - - ImageViewer { id: imageViewer } - - FileDialog { - id: fileDialog - nameFilters: [ "Image files (*.png *.jpg)" ] - onAccepted: imageViewer.open(fileUrl) - } - - AboutDialog { id: aboutDialog } - - Action { - id: openAction - text: "&Open" - shortcut: StandardKey.Open - iconSource: "images/document-open.png" - onTriggered: fileDialog.open() - tooltip: "Open an image" - } - - Action { - id: copyAction - text: "&Copy" - shortcut: StandardKey.Copy - iconName: "edit-copy" - enabled: (!!activeFocusItem && !!activeFocusItem["copy"]) - onTriggered: activeFocusItem.copy() - } - - Action { - id: cutAction - text: "Cu&t" - shortcut: StandardKey.Cut - iconName: "edit-cut" - enabled: (!!activeFocusItem && !!activeFocusItem["cut"]) - onTriggered: activeFocusItem.cut() - } - - Action { - id: pasteAction - text: "&Paste" - shortcut: StandardKey.Paste - iconName: "edit-paste" - enabled: (!!activeFocusItem && !!activeFocusItem["paste"]) - onTriggered: activeFocusItem.paste() - } - - Action { - id: aboutAction - text: "About" - onTriggered: aboutDialog.open() - } - - ExclusiveGroup { - id: textFormatGroup - - Action { - id: a1 - text: "Align &Left" - checkable: true - Component.onCompleted: checked = true - } - - Action { - id: a2 - text: "&Center" - checkable: true - } - - Action { - id: a3 - text: "Align &Right" - checkable: true - } - } - - ChildWindow { id: window1 } - - Component { - id: editmenu - Menu { - MenuItem { action: cutAction } - MenuItem { action: copyAction } - MenuItem { action: pasteAction } - MenuSeparator {} - Menu { - title: "Text &Format" - MenuItem { action: a1 } - MenuItem { action: a2 } - MenuItem { action: a3 } - MenuSeparator { } - MenuItem { text: "Allow &Hyphenation"; checkable: true } - } - Menu { - title: "Font &Style" - MenuItem { text: "&Bold"; checkable: true } - MenuItem { text: "&Italic"; checkable: true } - MenuItem { text: "&Underline"; checkable: true } - } - } - } - - toolBar: ToolBar { - id: toolbar - RowLayout { - id: toolbarLayout - spacing: 0 - anchors.fill: parent - ToolButton { - iconSource: "images/window-new.png" - onClicked: window1.visible = !window1.visible - Accessible.name: "New window" - tooltip: "Toggle visibility of the second window" - } - ToolButton { action: openAction } - ToolButton { - Accessible.name: "Save as" - iconSource: "images/document-save-as.png" - tooltip: "(Pretend to) Save as..." - } - Item { Layout.fillWidth: true } - CheckBox { - id: enabledCheck - text: "Enabled" - checked: true - } - } - } - - menuBar: MenuBar { - Menu { - title: "&File" - MenuItem { action: openAction } - MenuItem { - text: "Close" - shortcut: StandardKey.Quit - onTriggered: Qt.quit() - } - } - Menu { - title: "&Edit" - MenuItem { action: cutAction } - MenuItem { action: copyAction } - MenuItem { action: pasteAction } - MenuSeparator { } - MenuItem { - text: "Do Nothing" - shortcut: "Ctrl+E,Shift+Ctrl+X" - enabled: false - } - MenuItem { - text: "Not Even There" - shortcut: "Ctrl+E,Shift+Ctrl+Y" - visible: false - } - Menu { - title: "Me Neither" - visible: false - } - } - Menu { - title: "&Help" - MenuItem { action: aboutAction } - } - } - - - SystemPalette {id: syspal} - color: syspal.window - ListModel { - id: choices - ListElement { text: "Banana" } - ListElement { text: "Orange" } - ListElement { text: "Apple" } - ListElement { text: "Coconut" } - } - - MainTabView { - id: frame - - enabled: enabledCheck.checked - anchors.fill: parent - anchors.margins: Qt.platform.os === "osx" ? 12 : 2 - } -} - diff --git a/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml deleted file mode 100644 index b2472dc751c..00000000000 --- a/tests/manual/qml/testprojects/uisplit/splitview/MainForm.ui.qml +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 -import QtQuick.Layouts 1.0 - -SplitView { - width: 600 - height: 400 - - Rectangle { - id: column - width: 200 - Layout.minimumWidth: 100 - Layout.maximumWidth: 300 - color: "lightsteelblue" - } - - SplitView { - orientation: Qt.Vertical - Layout.fillWidth: true - - Rectangle { - id: row1 - height: 200 - color: "lightblue" - Layout.minimumHeight: 1 - } - - Rectangle { - id: row2 - color: "lightgray" - } - } -} - - diff --git a/tests/manual/qml/testprojects/uisplit/splitview/main.qml b/tests/manual/qml/testprojects/uisplit/splitview/main.qml deleted file mode 100644 index aa6989d0cad..00000000000 --- a/tests/manual/qml/testprojects/uisplit/splitview/main.qml +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Controls 1.2 - -ApplicationWindow { - visible: true - width: 600 - height: 400 - - MainForm { - anchors.fill: parent - } - - -} diff --git a/tests/manual/qml/testprojects/uisplit/splitview/splitview.qmlproject b/tests/manual/qml/testprojects/uisplit/splitview/splitview.qmlproject deleted file mode 100644 index e5a8bf02ca7..00000000000 --- a/tests/manual/qml/testprojects/uisplit/splitview/splitview.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.1 - -Project { - mainFile: "main.qml" - - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml deleted file mode 100644 index 76136b33249..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/MainForm.ui.qml +++ /dev/null @@ -1,59 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Column { - - width: 540 - height: 360 - property alias frame: frame - - property int margins: Qt.platform.os === "osx" ? 16 : 0 - - MainTabView { - id: frame - - height: parent.height - 34 - anchors.right: parent.right - anchors.left: parent.left - anchors.margins: margins - - - genteratedTabFrameVisible: frameCheckbox.checked - genteratedTabHeaderVisible: headerCheckbox.checked - genteratedTabSortIndicatorVisible: sortableCheckbox.checked - genteratedTabAlternatingRowColors: alternateCheckbox.checked - } - - Row { - x: 12 - height: 34 - CheckBox{ - id: alternateCheckbox - checked: true - text: "Alternate" - anchors.verticalCenter: parent.verticalCenter - } - CheckBox{ - id: sortableCheckbox - checked: false - text: "Sort indicator" - anchors.verticalCenter: parent.verticalCenter - } - CheckBox{ - id: frameCheckbox - checked: true - text: "Frame" - anchors.verticalCenter: parent.verticalCenter - } - CheckBox{ - id: headerCheckbox - checked: true - text: "Headers" - anchors.verticalCenter: parent.verticalCenter - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml deleted file mode 100644 index 5ecb2cb8a71..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/MainTabView.ui.qml +++ /dev/null @@ -1,70 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 -import "tabs" - -TabView { - id:frame - focus:true - - width: 540 - height: 360 - - property bool genteratedTabFrameVisible: false - property bool genteratedTabHeaderVisible: false - property bool genteratedTabSortIndicatorVisible: false - property bool genteratedTabAlternatingRowColors: false - - Tab { - title: "XmlListModel" - - TabXmlListModel { - anchors.fill: parent - anchors.margins: 12 - - frameVisible: genteratedTabFrameVisible - headerVisible: genteratedTabHeaderVisible - sortIndicatorVisible: genteratedTabSortIndicatorVisible - alternatingRowColors: genteratedTabAlternatingRowColors - } - } - - Tab { - title: "Multivalue" - - TabMultivalue { - anchors.fill: parent - anchors.margins: 12 - - frameVisible: genteratedTabFrameVisible - headerVisible: genteratedTabHeaderVisible - sortIndicatorVisible: genteratedTabSortIndicatorVisible - alternatingRowColors: genteratedTabAlternatingRowColors - } - } - - Tab { - title: "Generated" - id: generatedTab - - TabGenerated { - anchors.margins: 12 - anchors.fill: parent - - frameVisible: genteratedTabFrameVisible - headerVisible: genteratedTabHeaderVisible - sortIndicatorVisible: genteratedTabSortIndicatorVisible - alternatingRowColors: genteratedTabAlternatingRowColors - } - } - - Tab { - title: "Delegates" - - TabDelegates { - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml deleted file mode 100644 index 6995e35e5ed..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate1.qml +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Component { - id: delegate1 - Item { - clip: true - Text { - width: parent.width - anchors.margins: 4 - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter - elide: styleData.elideMode - text: styleData.value !== undefined ? styleData.value : "" - color: styleData.textColor - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml deleted file mode 100644 index d06d5e5df7d..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/Delegate2.qml +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Component { - id: delegate2 - Text { - width: parent.width - anchors.margins: 4 - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter - elide: styleData.elideMode - text: styleData.value !== undefined ? styleData.value : "" - color: styleData.textColor - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml deleted file mode 100644 index 2df6af5933a..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/EditableDelegate.qml +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Component { - Item { - Text { - width: parent.width - anchors.margins: 4 - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter - elide: styleData.elideMode - text: styleData.value !== undefined ? styleData.value : "" - color: styleData.textColor - visible: !styleData.selected - } - - Loader { // Initialize text editor lazily to improve performance - id: loaderEditor - anchors.fill: parent - anchors.margins: 4 - Connections { - target: loaderEditor.item - onAccepted: { - if (typeof styleData.value === 'number') - largeModel.setProperty(styleData.row, styleData.role, Number(parseFloat(loaderEditor.item.text).toFixed(0))) - else - largeModel.setProperty(styleData.row, styleData.role, loaderEditor.item.text) - } - } - sourceComponent: styleData.selected ? editor : null - Component { - id: editor - TextInput { - id: textinput - color: styleData.textColor - text: styleData.value - MouseArea { - id: mouseArea - anchors.fill: parent - hoverEnabled: true - onClicked: textinput.forceActiveFocus() - } - } - } - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml deleted file mode 100644 index 9bd5d95b4ad..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/HeaderDelegate.qml +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -BorderImage{ - source: "../images/header.png" - border{left:2;right:2;top:2;bottom:2} - Text { - text: styleData.value - anchors.centerIn:parent - color:"#333" - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml deleted file mode 100644 index 5dab9a497ab..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/MultiValueDelegate.qml +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Item { - Rectangle{ - color: styleData.value.get(0).color - anchors.top:parent.top - anchors.right:parent.right - anchors.bottom:parent.bottom - anchors.margins: 4 - width:32 - border.color:"#666" - } - Text { - width: parent.width - anchors.margins: 4 - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter - elide: styleData.elideMode - text: styleData.value.get(0).description - color: styleData.textColor - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml b/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml deleted file mode 100644 index e465976e32f..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/delegates/RowDelegate.qml +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -Component { - Rectangle { - height: (delegateChooser.currentIndex == 1 && styleData.selected) ? 30 : 20 - Behavior on height{ NumberAnimation{} } - - color: styleData.selected ? "#448" : (styleData.alternate? "#eee" : "#fff") - BorderImage{ - id: selected - anchors.fill: parent - source: "../images/selectedrow.png" - visible: styleData.selected - border{left:2; right:2; top:2; bottom:2} - SequentialAnimation { - running: true; loops: Animation.Infinite - NumberAnimation { target:selected; property: "opacity"; to: 1.0; duration: 900} - NumberAnimation { target:selected; property: "opacity"; to: 0.5; duration: 900} - } - } - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/images/header.png b/tests/manual/qml/testprojects/uisplit/tableview/images/header.png deleted file mode 100644 index 40fcca28c1c1c9d0aeefaa975957cc01912e9149..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 247 zcmeAS@N?(olHy`uVBq!ia0y~yV6bCgV36csVqjo+#>F+4fq`M4r;B4q#NoGL7r72A z@YpE+|KIuV5SP(>lkM$6D}uwf_x16-U&s;n`01osT%Hmw-{X3`*cB|(yLTn`ObXic z$|`iNSNQHroPO8Wm*0K&)Z=MMEh}Sr)Bj_y7lmB!-2UvzsR_SX&6vvld1}5db(nTB z;_@s`PmY7nO!i*qeXQjie}K2*Pl(EvRiz$zAC@lKxcObE-29>&x1I*d{5$GlRK0e# zoaYSQ&%)Px4{`GRuS+yL^Yzm7r)HNT?n|tG?yvcQ;l5v*@RnsKzA!K_FnGH9xvXYG%l4)t;vv>lX1z){rc^>W>$0cw_My7=zeqM;@ahXPVzUe zO!SpKdL__DR`pM!gu&?z5^YBfbe0.5 ? "Male" : "Female"}) - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml b/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml deleted file mode 100644 index 27b00ad91f5..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/models/NestedModel.qml +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -ListModel { - ListElement{content: ListElement { description: "Core" ; color:"#ffaacc"}} - ListElement{content: ListElement { description: "Second" ; color:"#ffccaa"}} - ListElement{content: ListElement { description: "Third" ; color:"#ffffaa"}} -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tableview.qmlproject b/tests/manual/qml/testprojects/uisplit/tableview/tableview.qmlproject deleted file mode 100644 index e5a8bf02ca7..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tableview.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.1 - -Project { - mainFile: "main.qml" - - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml deleted file mode 100644 index d929031d53b..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegates.qml +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -import "../delegates" - -TabDelegatesForm { - anchors.fill: parent - - tableView.model: largeModel - tableView.frameVisible: frameCheckbox.checked - tableView.headerVisible: headerCheckbox.checked - tableView.sortIndicatorVisible: sortableCheckbox.checked - tableView.alternatingRowColors: alternateCheckbox.checked - - tableView.itemDelegate: { - if (delegateChooser.currentIndex == 2) - return editableDelegate; - else - return delegate1; - } - - EditableDelegate { - id: editableDelegate - } - - Delegate1 { - id: delegate1 - } - - Delegate2 { - id: delegate2 - } - -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml deleted file mode 100644 index 4f3779378fa..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabDelegatesForm.ui.qml +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -import "../delegates" - -Item { - property alias tableView: tableView - - width: 540 - height: 360 - - TableView { - id: tableView - - anchors.margins: 12 - anchors.fill:parent - - TableViewColumn { - role: "name" - title: "Name" - width: 120 - } - TableViewColumn { - role: "age" - title: "Age" - width: 120 - } - TableViewColumn { - role: "gender" - title: "Gender" - width: 120 - } - - headerDelegate: HeaderDelegate { - } - - rowDelegate: RowDelegate { - } - - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml deleted file mode 100644 index 51c3fa12c44..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabGenerated.ui.qml +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -TableView { - model: largeModel - - width: 540 - height: 360 - - TableViewColumn { - role: "name" - title: "Name" - width: 120 - } - TableViewColumn { - role: "age" - title: "Age" - width: 120 - } - TableViewColumn { - role: "gender" - title: "Gender" - width: 120 - } -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml deleted file mode 100644 index 09dbe243137..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabMultivalue.ui.qml +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -import "../delegates" -import "../models" - -TableView { - model: NestedModel { - } - - width: 540 - height: 360 - - TableViewColumn { - role: "content" - title: "Text and Color" - width: 220 - } - - itemDelegate: MultiValueDelegate { - } - - frameVisible: frameCheckbox.checked - headerVisible: headerCheckbox.checked - sortIndicatorVisible: sortableCheckbox.checked - alternatingRowColors: alternateCheckbox.checked -} diff --git a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml b/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml deleted file mode 100644 index d29e6f0e28d..00000000000 --- a/tests/manual/qml/testprojects/uisplit/tableview/tabs/TabXmlListModel.ui.qml +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -import QtQuick 2.2 -import QtQuick.Window 2.1 -import QtQuick.Controls 1.2 - -import "../models" - -TableView { - model: FlickerModel { - } - - width: 540 - height: 360 - - TableViewColumn { - role: "title" - title: "Title" - width: 120 - } - TableViewColumn { - role: "credit" - title: "Credit" - width: 120 - } - TableViewColumn { - role: "imagesource" - title: "Image source" - width: 200 - visible: true - } - - frameVisible: frameCheckbox.checked - headerVisible: headerCheckbox.checked - sortIndicatorVisible: sortableCheckbox.checked - alternatingRowColors: alternateCheckbox.checked -} -