01:43:24: Running steps for project gallery_controls2... 01:43:24: Starting: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build C:/Qt/Examples/Qt-6.4.2/quickcontrols2/build-gallery-6_4_2-Debug --target clean jom: parallel job execution disabled for Makefile 01:43:24: The process "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" exited normally. 01:43:24: Starting: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build C:/Qt/Examples/Qt-6.4.2/quickcontrols2/build-gallery-6_4_2-Debug --target all jom: parallel job execution disabled for Makefile -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Configuring done -- Generating done -- Build files have been written to: C:/Qt/Examples/Qt-6.4.2/quickcontrols2/build-gallery-6_4_2-Debug [ 43%] Built target galleryexample_tooling [ 1%] Running qmlimportscanner for galleryexample [ 43%] Built target galleryexample_qmlimportscan [ 44%] Generating .rcc/qmlcache/galleryexample_qmlcache_loader.cpp [ 45%] Automatic MOC for target galleryexample [ 45%] Built target galleryexample_autogen [ 45%] Running AUTOMOC file extraction for target galleryexample [ 45%] Built target galleryexample_automoc_json_extraction [ 45%] Running moc --collect-json for target galleryexample [ 46%] Running rcc for resource galleryexample_raw_qml_0 [ 47%] Running rcc for resource qmake_gallery [ 47%] Running rcc for resource qmake_gallery_copy [ 48%] Automatic QML type registration for target galleryexample [ 50%] Generating .rcc/qmlcache/galleryexample_+Material/ToolBar_qml.cpp [ 51%] Generating .rcc/qmlcache/galleryexample_ToolBar_qml.cpp [ 51%] Generating .rcc/qmlcache/galleryexample_gallery_qml.cpp [ 52%] Generating .rcc/qmlcache/galleryexample_pages/BusyIndicatorPage_qml.cpp [ 53%] Generating .rcc/qmlcache/galleryexample_pages/ButtonPage_qml.cpp [ 55%] Generating .rcc/qmlcache/galleryexample_pages/DelayButtonPage_qml.cpp [ 54%] Generating .rcc/qmlcache/galleryexample_pages/CheckBoxPage_qml.cpp [ 54%] Generating .rcc/qmlcache/galleryexample_pages/ComboBoxPage_qml.cpp [ 56%] Generating .rcc/qmlcache/galleryexample_pages/DelegatePage_qml.cpp [ 56%] Generating .rcc/qmlcache/galleryexample_pages/DialPage_qml.cpp [ 57%] Generating .rcc/qmlcache/galleryexample_pages/DialogPage_qml.cpp [ 58%] Generating .rcc/qmlcache/galleryexample_pages/FramePage_qml.cpp Warning: ToolBar.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: ButtonPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: ButtonPage.qml:6:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ButtonPage.qml:15:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ButtonPage.qml:27:13: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: ButtonPage.qml:31:13: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: ButtonPage.qml:37:13: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: ButtonPage.qml:7:1: Page was not found. Did you add all import paths? import QtQuick.Controls ^^^^ Info: Did you mean "Image"? impImageQtQuick.Controls ^^^^^ Warning: ButtonPage.qml:8:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: ButtonPage.qml:15:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ButtonPage.qml:15:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ButtonPage.qml:15:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ButtonPage.qml:15:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ButtonPage.qml:27:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:27:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:31:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:31:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:31:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:37:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:37:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:37:13: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:27:13: Type Button is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:31:13: Type Button is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:37:13: Type Button is used but it is not resolved Button { ^^^^^^ Warning: ButtonPage.qml:15:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: ButtonPage.qml:11:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: ButtonPage.qml:33:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: ButtonPage.qml:34:17: Binding assigned to "highlighted", but no property "highlighted" exists in the current element. highlighted: true ^^^^^^^^^^^ Warning: ButtonPage.qml:28:17: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: ButtonPage.qml:16:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ButtonPage.qml:17:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ButtonPage.qml:18:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ButtonPage.qml:19:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Button presents a push-button that can be pushed or clicked by the user. " ^^^^ Warning: ButtonPage.qml:38:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: ButtonPage.qml:39:17: Binding assigned to "enabled", but no property "enabled" exists in the current element. enabled: false ^^^^^^^ Info: ButtonPage.qml:6:1: Unused import at ButtonPage.qml:6:1 import QtQuick.Controls ^^^^^^ Error: ButtonPage.qml:16:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ButtonPage.qml:17:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ButtonPage.qml:18:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ButtonPage.qml:19:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ToolBar.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: ToolBar.qml:4:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ToolBar.qml:6:1: ToolBar was not found. Did you add all import paths? ToolBar {} ^^^^^^^ Info: Did you mean "ToolBar"? ToolBar {} ^^^^^^^ Info: ToolBar.qml:4:1: Unused import at ToolBar.qml:4:1 import QtQuick.Controls ^^^^^^ [ 61%] Generating .rcc/qmlcache/galleryexample_pages/PageIndicatorPage_qml.cpp [ 61%] Generating .rcc/qmlcache/galleryexample_pages/GroupBoxPage_qml.cpp [ 61%] Generating .rcc/qmlcache/galleryexample_pages/ProgressBarPage_qml.cpp [ 61%] Generating .rcc/qmlcache/galleryexample_pages/RadioButtonPage_qml.cpp [ 61%] Generating .rcc/qmlcache/galleryexample_pages/RangeSliderPage_qml.cpp [ 62%] Generating .rcc/qmlcache/galleryexample_pages/ScrollBarPage_qml.cpp [ 63%] Generating .rcc/qmlcache/galleryexample_pages/ScrollablePage_qml.cpp [ 63%] Generating .rcc/qmlcache/galleryexample_pages/SliderPage_qml.cpp [ 64%] Generating .rcc/qmlcache/galleryexample_pages/SpinBoxPage_qml.cpp [ 65%] Generating .rcc/qmlcache/galleryexample_pages/ScrollIndicatorPage_qml.cpp Warning: BusyIndicatorPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: BusyIndicatorPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: BusyIndicatorPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: BusyIndicatorPage.qml:22:9: BusyIndicator was not found. Did you add all import paths? BusyIndicator { ^^^^^^^^^^^^^ Info: Did you mean "BusyIndicatorPage"? BusyIndicatorPage { ^^^^^^^^^^^^^^^^^ Warning: BusyIndicatorPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: BusyIndicatorPage.qml:23:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: BusyIndicatorPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: BusyIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: BusyIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: BusyIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: BusyIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: BusyIndicatorPage.qml:22:9: 'BusyIndicator' is used but it is not resolved BusyIndicator { ^^^^^^^^^^^^^ Warning: BusyIndicatorPage.qml:23:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: BusyIndicatorPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: BusyIndicatorPage.qml:22:9: Type BusyIndicator is used but it is not resolved BusyIndicator { ^^^^^^^^^^^^^ Warning: BusyIndicatorPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: BusyIndicatorPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: BusyIndicatorPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: BusyIndicatorPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: BusyIndicatorPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "BusyIndicator is used to indicate activity while content is being loaded," ^^^^ Warning: BusyIndicatorPage.qml:23:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: BusyIndicatorPage.qml:5:1: Unused import at BusyIndicatorPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: BusyIndicatorPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: BusyIndicatorPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: BusyIndicatorPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: BusyIndicatorPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: BusyIndicatorPage.qml:23:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DelayButtonPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: DelayButtonPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: DelayButtonPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DelayButtonPage.qml:22:9: DelayButton was not found. Did you add all import paths? DelayButton { ^^^^^^^^^^^ Info: Did you mean "DelayButtonPage"? DelayButtonPage { ^^^^^^^^^^^^^^^ Warning: DelayButtonPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: DelayButtonPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DelayButtonPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: DelayButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelayButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelayButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelayButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelayButtonPage.qml:22:9: 'DelayButton' is used but it is not resolved DelayButton { ^^^^^^^^^^^ Warning: DelayButtonPage.qml:22:9: 'DelayButton' is used but it is not resolved DelayButton { ^^^^^^^^^^^ Warning: DelayButtonPage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DelayButtonPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: DelayButtonPage.qml:22:9: Type DelayButton is used but it is not resolved DelayButton { ^^^^^^^^^^^ Warning: DelayButtonPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: DelayButtonPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: DelayButtonPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: DelayButtonPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: DelayButtonPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: DelayButtonPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "DelayButton is a checkable button that incorporates a delay before the " ^^^^ Warning: DelayButtonPage.qml:23:13: Binding assigned to "text", but no property "text" exists in the current element. text: "DelayButton" ^^^^ Info: DelayButtonPage.qml:5:1: Unused import at DelayButtonPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: DelayButtonPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelayButtonPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelayButtonPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelayButtonPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelayButtonPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DelegatePage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: DelegatePage.qml:6:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: DelegatePage.qml:127:31: Pane was not found. Did you add all import paths? section.delegate: Pane { ^^^^ Info: Did you mean "Path"? section.delegate: Path { ^^^^ Warning: DelegatePage.qml:22:9: ItemDelegate was not found. Did you add all import paths? ItemDelegate { ^^^^^^^^^^^^ Warning: DelegatePage.qml:47:21: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DelegatePage.qml:64:9: CheckDelegate was not found. Did you add all import paths? CheckDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:69:5: ButtonGroup was not found. Did you add all import paths? ButtonGroup { ^^^^^^^^^^^ Warning: DelegatePage.qml:76:9: RadioDelegate was not found. Did you add all import paths? RadioDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:85:9: SwitchDelegate was not found. Did you add all import paths? SwitchDelegate { ^^^^^^^^^^^^^^ Info: Did you mean "SwitchPage"? SwitchPage { ^^^^^^^^^^ Warning: DelegatePage.qml:96:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DelegatePage.qml:131:17: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DelegatePage.qml:127:31: Pane was not found. Did you add all import paths? section.delegate: Pane { ^^^^ Info: Did you mean "Path"? section.delegate: Path { ^^^^ Warning: DelegatePage.qml:8:1: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: DelegatePage.qml:31:9: SwipeDelegate was not found. Did you add all import paths? SwipeDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:56:13: unknown grouped property scope swipe. swipe.left: removeComponent ^^^^^ Warning: DelegatePage.qml:45:21: unknown attached property scope SwipeDelegate. SwipeDelegate.onClicked: view.model.remove(ourIndex) ^^^^^^^^^^^^^ Warning: DelegatePage.qml:48:25: unknown grouped property scope font. font.pixelSize: swipeDelegate.font.pixelSize ^^^^ Warning: DelegatePage.qml:51:25: unknown grouped property scope anchors. anchors.centerIn: parent ^^^^^^^ Warning: DelegatePage.qml:78:13: unknown attached property scope ButtonGroup. ButtonGroup.group: radioButtonGroup ^^^^^^^^^^^ Warning: DelegatePage.qml:134:21: unknown grouped property scope anchors. anchors.centerIn: parent ^^^^^^^ Warning: DelegatePage.qml:8:1: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: DelegatePage.qml:8:1: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: DelegatePage.qml:22:9: 'ItemDelegate' is used but it is not resolved ItemDelegate { ^^^^^^^^^^^^ Warning: DelegatePage.qml:22:9: 'ItemDelegate' is used but it is not resolved ItemDelegate { ^^^^^^^^^^^^ Warning: DelegatePage.qml:31:9: 'SwipeDelegate' is used but it is not resolved SwipeDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:31:9: 'SwipeDelegate' is used but it is not resolved SwipeDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:45:21: 'SwipeDelegate' is used but it is not resolved SwipeDelegate.onClicked: view.model.remove(ourIndex) ^^^^^^^^^^^^^ Warning: DelegatePage.qml:47:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:48:25: 'font' is used but it is not resolved font.pixelSize: swipeDelegate.font.pixelSize ^^^^ Warning: DelegatePage.qml:47:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:47:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:47:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:51:25: 'anchors' is used but it is not resolved anchors.centerIn: parent ^^^^^^^ Warning: DelegatePage.qml:31:9: 'SwipeDelegate' is used but it is not resolved SwipeDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:56:13: 'swipe' is used but it is not resolved swipe.left: removeComponent ^^^^^ Warning: DelegatePage.qml:31:9: 'SwipeDelegate' is used but it is not resolved SwipeDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:56:13: 'swipe' is used but it is not resolved swipe.left: removeComponent ^^^^^ Warning: DelegatePage.qml:64:9: 'CheckDelegate' is used but it is not resolved CheckDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:76:9: 'RadioDelegate' is used but it is not resolved RadioDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:76:9: 'RadioDelegate' is used but it is not resolved RadioDelegate { ^^^^^^^^^^^^^ Warning: DelegatePage.qml:78:13: 'ButtonGroup' is used but it is not resolved ButtonGroup.group: radioButtonGroup ^^^^^^^^^^^ Warning: DelegatePage.qml:85:9: 'SwitchDelegate' is used but it is not resolved SwitchDelegate { ^^^^^^^^^^^^^^ Warning: DelegatePage.qml:96:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:96:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:96:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:96:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:127:31: 'Pane' is used but it is not resolved section.delegate: Pane { ^^^^ Warning: DelegatePage.qml:127:31: 'Pane' is used but it is not resolved section.delegate: Pane { ^^^^ Warning: DelegatePage.qml:131:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:131:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:134:21: 'anchors' is used but it is not resolved anchors.centerIn: parent ^^^^^^^ Warning: DelegatePage.qml:131:17: Cannot assign to non-existent default property Label { ^^^^^ Warning: DelegatePage.qml:47:21: Type Label is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:19:5: Cannot assign to non-existent default property Component { ^^^^^^^^^ Warning: DelegatePage.qml:36:13: Cannot assign to non-existent default property Component { ^^^^^^^^^ Warning: DelegatePage.qml:96:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: DelegatePage.qml:128:17: Binding assigned to "width", but no property "width" exists in the current element. width: listView.width ^^^^^ Warning: DelegatePage.qml:129:17: Binding assigned to "height", but no property "height" exists in the current element. height: sectionLabel.implicitHeight + 20 ^^^^^^ Warning: DelegatePage.qml:133:21: Binding assigned to "text", but no property "text" exists in the current element. text: section ^^^^ Warning: DelegatePage.qml:51:33: Binding assigned to "centerIn", but no property "centerIn" exists in the current element. anchors.centerIn: parent ^^^^^^^^ Warning: DelegatePage.qml:9:5: Binding assigned to "padding", but no property "padding" exists in the current element. padding: 0 ^^^^^^^ Warning: DelegatePage.qml:33:13: Binding assigned to "text", but no property "text" exists in the current element. text: labelText ^^^^ Warning: DelegatePage.qml:34:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: DelegatePage.qml:134:29: Binding assigned to "centerIn", but no property "centerIn" exists in the current element. anchors.centerIn: parent ^^^^^^^^ Warning: DelegatePage.qml:98:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: DelegatePage.qml:99:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: DelegatePage.qml:100:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Delegate controls are used as delegates in views such as ListView." ^^^^ Warning: DelegatePage.qml:65:13: Binding assigned to "text", but no property "text" exists in the current element. text: labelText ^^^^ Warning: DelegatePage.qml:78:25: Binding assigned to "group", but no property "group" exists in the current element. ButtonGroup.group: radioButtonGroup ^^^^^ Warning: DelegatePage.qml:77:13: Binding assigned to "text", but no property "text" exists in the current element. text: labelText ^^^^ Warning: DelegatePage.qml:56:19: Binding assigned to "left", but no property "left" exists in the current element. swipe.left: removeComponent ^^^^ Warning: DelegatePage.qml:57:19: Binding assigned to "right", but no property "right" exists in the current element. swipe.right: removeComponent ^^^^^ Warning: DelegatePage.qml:23:13: Binding assigned to "text", but no property "text" exists in the current element. text: labelText ^^^^ Warning: DelegatePage.qml:24:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: DelegatePage.qml:86:13: Binding assigned to "text", but no property "text" exists in the current element. text: labelText ^^^^ Warning: DelegatePage.qml:48:30: Binding assigned to "pixelSize", but no property "pixelSize" exists in the current element. font.pixelSize: swipeDelegate.font.pixelSize ^^^^^^^^^ Warning: DelegatePage.qml:49:25: Binding assigned to "text", but no property "text" exists in the current element. text: "Remove" ^^^^ Warning: DelegatePage.qml:50:25: Binding assigned to "color", but no property "color" exists in the current element. color: "white" ^^^^^ Warning: DelegatePage.qml:45:35: no matching signal found for handler "onClicked" SwipeDelegate.onClicked: view.model.remove(ourIndex) ^^^^^^^^^ Warning: DelegatePage.qml:127:31: Type Pane is used but it is not resolved section.delegate: Pane { ^^^^ Info: DelegatePage.qml:6:1: Unused import at DelegatePage.qml:6:1 import QtQuick.Controls ^^^^^^ Error: DelegatePage.qml:16:27: Could not compile binding for delegateComponentMap: Cannot generate efficient code for DefineObjectLiteral "SwitchDelegate": switchDelegateComponent ^^^^^^^^^^^^^^^^^^^^^^^ Error: DelegatePage.qml:23:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:24:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:33:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:34:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DelegatePage.qml:40:28: Unqualified access color: SwipeDelegate.pressed ? "#333" : "#444" ^^^^^^^^^^^^^ Error: DelegatePage.qml:40:28: Could not compile binding for color: Cannot access value for name SwipeDelegate color: SwipeDelegate.pressed ? "#333" : "#444" ^^^^^^^^^^^^^ Error: DelegatePage.qml:45:35: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:48:30: Could not compile binding for pixelSize: Cannot resolve property type for binding on pixelSize // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:51:33: Could not compile binding for centerIn: Cannot resolve property type for binding on centerIn // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:56:19: Could not compile binding for left: Cannot resolve property type for binding on left // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:57:19: Could not compile binding for right: Cannot resolve property type for binding on right // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:65:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:77:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:78:25: Could not compile binding for group: Cannot resolve property type for binding on group // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:86:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:98:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:99:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:128:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:129:17: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:133:21: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DelegatePage.qml:134:29: Could not compile binding for centerIn: Cannot resolve property type for binding on centerIn // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DelegatePage.qml:140:24: Unqualified access width: listView.width ^^^^^^^^ Error: DelegatePage.qml:140:24: Could not compile binding for width: Cannot access value for name listView width: listView.width ^^^^^^^^ Warning: DelegatePage.qml:141:34: Unqualified access sourceComponent: delegateComponentMap[text] ^^^^^^^^^^^^^^^^^^^^ Info: delegateComponentMap is a member of a parent element You can qualify the access with its id to avoid this warning: sourceComponent: .delegateComponentMap[text] ^^^^^ Info: You first have to give the element an id Error: DelegatePage.qml:141:34: Could not compile binding for sourceComponent: Cannot access value for name delegateComponentMap sourceComponent: delegateComponentMap[text] ^^^^^^^^^^^^^^^^^^^^ Warning: DelegatePage.qml:143:44: Unqualified access property string labelText: text ^^^^ Info: Did you mean "left"? property string labelText: left ^^^^ Error: DelegatePage.qml:143:44: Could not compile binding for labelText: Cannot access value for name text property string labelText: text ^^^^ Warning: DelegatePage.qml:144:41: Unqualified access property ListView view: listView ^^^^^^^^ Error: DelegatePage.qml:144:41: Could not compile binding for view: Cannot access value for name listView property ListView view: listView ^^^^^^^^ Warning: DelegatePage.qml:145:40: Unqualified access property int ourIndex: index ^^^^^ Info: index is implicitly injected into this delegate. Add a required property instead. delegate: Loader { Error: DelegatePage.qml:145:40: Could not compile binding for ourIndex: Cannot access value for name index property int ourIndex: index ^^^^^ Warning: DelegatePage.qml:158:33: Unqualified access target: item ^^^^ Info: item is a member of a parent element You can qualify the access with its id to avoid this warning: target: delegateLoader.item ^^^^^^^^^^^^^^^ Error: DelegatePage.qml:158:33: Could not compile binding for target: Cannot access value for name item target: item ^^^^ Warning: CheckBoxPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: CheckBoxPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: CheckBoxPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: CheckBoxPage.qml:26:13: CheckBox was not found. Did you add all import paths? CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:30:13: CheckBox was not found. Did you add all import paths? CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:33:13: CheckBox was not found. Did you add all import paths? CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: CheckBoxPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: CheckBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: CheckBoxPage.qml:14:9: 'Label' is used but it is not resolved Warning: ComboBoxPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: LabelComboBoxPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ComboBoxPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ComboBoxPage.qml:22:9: ComboBox was not found. Did you add all import paths? ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:27:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ComboBoxPage.qml:35:9: ComboBox was not found. Did you add all import paths? ComboBox { { ^^^^^^^^ Warning: ComboBoxPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: ComboBoxPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ComboBoxPage.qml:47:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ComboBoxPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: ComboBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ^^^^^ Warning: CheckBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:22:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:22:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:24:13: 'anchors' is used but it is not resolved CheckBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ComboBoxPage.qml:27:9: 'Label' is used but it is not resolved Label ^^^^^ { ^^^^^ Warning: ComboBoxPage.qml:27:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:27:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:27:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:35:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:35:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:35:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:35:9: 'ComboBox' is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:47:13: 'anchors' is used but it is not resolved anchorsWarning: .horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ComboBoxPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: ComboBoxPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:22:9: Type ComboBox is used but it is not resolved ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:27:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: ComboBoxPage.qml:35:9: Type ComboBox is used but it is not resolved CheckBoxPage.qml:26:13: 'CheckBox' is used but it is not resolved CheckBox { ComboBox { ^^^^^^^^ Warning: ComboBoxPage.qml:47:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: ComboBoxPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ComboBoxPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ComboBoxPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ComboBoxPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "ComboBox is a combined button and popup list. It presents " ^^^^ Warning: ComboBoxPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: ComboBoxPage.qml:36:13: Binding assigned to "editable", but no property "editable" exists in the current element. editable: true ^^^^^^^^ Warning: ComboBoxPage.qml:23:13: Binding assigned to "model", but no property "model" exists in the current element. model: ["First", "Second", "Third"] ^^^^^ Warning: ComboBoxPage.qml:28:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ComboBoxPage.qml:29:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ ^^^^^^^^ Warning: ComboBoxPage.qml:30:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ComboBoxPage.qml:31:13: Binding assigned to "text", but no property "text" exists in the current element. text: "ComboBox can be made \l editable. An editable combo box auto-" ^^^^ Warning: ComboBoxPage.qml:43:13: no matching signal found for handler "onAccepted" onAccepted: { ^^^^^^^^^^ Info: ComboBoxPage.qml:5:1: Unused import at ComboBoxPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: ComboBoxPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:23:13: Could not compile binding for model: Cannot resolve property type for binding on model // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:28:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:29:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:30:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:31:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:43:13: Could not compile binding for onAccepted: Cannot resolve property type for binding on onAccepted // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ComboBoxPage.qml:47:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DialPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: DialPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: DialPage.qml:14:9: Label was not found. Did you add all import paths? Warning: Label { ^^^^^ Warning: DialPage.qml:22:9: Dial was not found. Did you add all import paths? Dial { ^^^^ Info: Did you mean "Drag"? Drag { ^^^^ Warning: CheckBoxPage.qml:26:13: 'CheckBox' is used but it is not resolved CheckBoxDialPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: DialPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: DialPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialPage.qml:22:9: 'Dial' is used but it is not resolved Dial { ^^^^ Warning: DialPage.qml:22:9: 'Dial' is used but it is not resolved Dial { ^^^^ Warning: DialPage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: DialPage.qml:22:9: Type Dial is used but it is not resolved Dial { ^^^^ Warning: DialPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: DialPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: DialPage.qml:23:13: Binding assigned to "value", but no property "value" exists in the current element. value: 0.5 ^^^^^ Warning: DialPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: DialPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: DialPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: DialPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "The Dial is similar to a traditional dial knob that is found on devices such as " ^^^^ Info: DialPage.qml:5:1: Unused import at DialPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: DialPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: DialogPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: DialogPage.qml:6:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: DialogPage.qml:128:47: ScrollIndicator was not found. Did you add all import paths? ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Info: Did you mean "ScrollIndicatorPage"? ScrollIndicator.vertical: ScrollIndicatorPage { ^^^^^^^^^^^^^^^^^^^ Warning: DialogPage.qml:17:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DialogPage.qml:39:17: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DialogPage.qml:66:21: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: DialogPage.qml:69:21: CheckBox was not found. Did you add all import paths? CheckBox { ^^^^^^^^ Warning: FramePage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: FramePage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: FramePage.qml:16:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: FramePage.qml:30:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: FramePage.qml:35:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: FramePage.qml:40:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: FramePage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: FramePage.qml:23:9: Frame was not found. Did you add all import paths? Frame { ^^^^^ Warning: FramePage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: FramePage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: FramePage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: FramePage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: FramePage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: FramePage.qml:16:9: 'Label' is used but it is not resolved { Warning: Warning: Label { ^^^^^ Warning: FramePage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: FramePage.qml:23:9: 'Frame' is used but it is not resolved Frame { ^^^^^ Warning: FramePage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: FramePage.qml:30:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:30:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:30:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:35:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:35:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ ^^^^^^^^ Warning: CheckBoxPage.qml:30:13: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:33:13: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:33:13: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:33:13: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: CheckBoxPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: CheckBoxPage.qml:26:13: Type CheckBox is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:30:13: Type CheckBox is used but it is not resolved CheckBox { ^^^^^^^^ DialogPage.qml:115:25: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml: Warnings occurred while importing base modules: FramePage.qml:40:17: 'RadioButton' is used but it is not resolved --- RadioButtonWarning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. Warning: { Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: gallery.qml:6:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: gallery.qml:71:13: App.ToolBar was not found. Did you add all import paths? header: App.ToolBar { ^^^ Info: Did you mean "ToolBar"? header: ToolBar.ToolBar { ^^^^^^^ Warning: gallery.qml:128:23: ItemDelegate was not found. Did you add all import paths? delegate: ItemDelegate { ^^^^^^^^^^^^ Warning: gallery.qml:168:39: ScrollIndicator was not found. Did you add all import paths? ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Info: Did you mean "ScrollIndicatorPage"? ScrollIndicator.vertical: ScrollIndicatorPage { } ^^^^^^^^^^^^^^^^^^^ Warning: gallery.qml:176:22: Pane was not found. Did you add all import paths? initialItem: Pane { ^^^^ Info: Did you mean "Path"? initialItem: Path { ^^^^ Warning: gallery.qml:47:5: Action was not found. Did you add all import paths? Action { ^^^^^^ Warning: gallery.qml:65:5: Action was not found. Did you add all import paths? Action { ^^^^^^ Warning: gallery.qml:76:13: ToolButton was not found. Did you add all import paths? ToolButton { ^^^^^^^^^^ Warning: gallery.qml:80:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:98:21: Action was not found. Did you add all import paths? Action { ^^^^^^ Warning: gallery.qml:102:21: Action was not found. Did you add all import paths? Action { ^^^^^^ Warning: gallery.qml:106:21: Action was not found. Did you add all import paths? Action { ^^^^^^ Warning: gallery.qml:172:5: StackView was not found. Did you add all import paths? StackView { ^^^^^^^^^ Warning: gallery.qml:189:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:210:5: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ Warning: gallery.qml:236:17: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:240:17: ComboBox was not found. Did you add all import paths? ComboBox { ^^^^^^^^ Warning: gallery.qml:253:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:279:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:286:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ^^^^^^^^^^^ Warning: FramePage.qml:40:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:16:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: Warning: Warning: gallery.qml:265:5: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ Warning: gallery.qml:115:5: Drawer was not found. Did you add all import paths? Drawer { ^^^^^^ FramePage.qml:23:9: Type Frame is used but it is not resolved Frame { ^^^^^ Warning: FramePage.qml:12:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: FramePage.qml:26:13: Cannot assign to non-existent default property Column { ^^^^^^ Warning: FramePage.qml:30:17: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:35:17: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:40:17: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:31:21: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: FramePage.qml:32:21: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Warning: FramePage.qml:33:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: FramePage.qml:41:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: FramePage.qml:42:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: FramePage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: FramePage.qml:17:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: FramePage.qml:18:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: FramePage.qml:19:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: FramePage.qml:20:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Frame is used to layout a logical group of controls together, within a visual frame." ^^^^ Warning: FramePage.qml:37:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: FramePage.qml:38:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Info: FramePage.qml:5:1: Unused import at FramePage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: FramePage.qml:35:17: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). RadioButton { ^^^^^^^^^^^ Warning: FramePage.qml:10:54: Property "implicitWidth" not found on type "RadioButton" readonly property int itemWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 3, page.availableWidth / 3 * 2)) ^^^^^^^^^^^^^ Error: FramePage.qml:10:54: Could not compile binding for itemWidth: Cannot load property implicitWidth from QJSValue of . readonly property int itemWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 3, page.availableWidth / 3 * 2)) ^^^^^^^^^^^^^ Error: FramePage.qml:17:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:18:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:19:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:7:1: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). ScrollablePage { ^^^^^^^^^^^^^^ Error: FramePage.qml:7:1: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). ScrollablePage { ^^^^^^^^^^^^^^ Error: FramePage.qml:28:24: Could not compile binding for width: Cannot generate efficient code for content pointer of non-QVariant wrapper type QJSValue of width: page.itemWidth ^^^^ Error: FramePage.qml:33:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:38:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: FramePage.qml:42:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ CheckBoxPage.qml:33:13: Type CheckBox is used but it is not resolved CheckBox { ^^^^^^^^ Warning: CheckBoxPage.qml:31:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: CheckBoxPage.qml:27:17: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: CheckBoxPage.qml:28:17: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Warning: CheckBoxPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: CheckBoxPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: CheckBoxPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: CheckBoxPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "CheckBox presents an option button that can be toggled on or off. " ^^^^ Warning: CheckBoxPage.qml:34:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: CheckBoxPage.qml:35:17: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Warning: CheckBoxPage.qml:36:17: Binding assigned to "enabled", but no property "enabled" exists in the current element. enabled: false ^^^^^^^ Info: CheckBoxPage.qml:5:1: Unused import at CheckBoxPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: CheckBoxPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: CheckBoxPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: CheckBoxPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: CheckBoxPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ DialogPage.qml:160:21: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: gallery.qml:93:17: Menu was not found. Did you add all import paths? Menu { ^^^^ Warning: gallery.qml:176:22: Pane was not found. Did you add all import paths? initialItem: Pane { ^^^^ Info: Did you mean "Path"? initialItem: Path { ^^^^ Warning: DialogPage.qml:165:21: TextField was not found. Did you add all import paths? TextField { ^^^^^^^^^ Warning: DialogPage.qml:170:21: TextField was not found. Did you add all import paths? TextField { ^^^^^^^^^ Warning: gallery.qml:90:13: ToolButton was not found. Did you add all import paths? ToolButton { ^^^^^^^^^^ Warning: DialogPage.qml:7:1: Page was not found. Did you add all import paths? import QtQuick.Controls ^^^^ Info: Did you mean "Image"? impImageQtQuick.Controls ^^^^^ Warning: DialogPage.qml:25:9: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: gallery.qml:11:1: ApplicationWindow was not found. Did you add all import paths? ApplicationWindow { ^^^^^^^^^^^^^^^^^ Info: Did you mean "Application"? Application { ^^^^^^^^^^^ Warning: DialogPage.qml:83:13: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ Warning: DialogPage.qml:139:9: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: DialogPage.qml:145:13: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ Warning: gallery.qml:71:13: App.ToolBar was not found. Did you add all import paths? header: App.ToolBar { ^^^ Info: Did you mean "ToolBar"? header: ToolBar.ToolBar { ^^^^^^^ Warning: gallery.qml:49:9: unknown grouped property scope icon. Warning: DialogPage.qml:77:9: Button was not found. Did you add all import paths? Button { ^^^^^^ icon.name: stackView.depth > 1 ? "back" : "drawer" ^^^^ Warning: gallery.qml:67:9: unknown grouped property scope icon. icon.name: "menu" ^^^^ Warning: gallery.qml:83:17: unknown grouped property scope font. font.pixelSize: 20 ^^^^ Warning: gallery.qml:168:13: unknown attached property scope ScrollIndicator. ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: Warning: DialogPage.qml:31:13: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ gallery.qml:174:9: unknown grouped property scope anchors. anchors.fill: parent ^^^^^^^ Warning: gallery.qml:191:17: unknown grouped property scope anchors. anchors.margins: 20 ^^^^^^^ Warning: gallery.qml:283:17: unknown grouped property scope font. font.pixelSize: 12 ^^^^ Warning: gallery.qml:291:17: unknown grouped property scope font. font.pixelSize: 12 ^^^^ Warning: gallery.qml:11:1: 'ApplicationWindow' is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:11:1: 'ApplicationWindow' is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:11:1: 'ApplicationWindow' is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:11:1: 'ApplicationWindow' is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:47:5: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: Warning: gallery.qml:49:9: 'icon' is used but it is not resolved icon.name: stackView.depth > 1 ? "back" : "drawer" ^^^^ DialogPage.qml:45:9: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: gallery.qml:47:5: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:65:5: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:67:9: 'icon' is used but it is not resolved icon.name: "menu" ^^^^ Warning: gallery.qml:65:5: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:76:13: 'ToolButton' is used but it is not resolved ToolButton { ^^^^^^^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:83:17: 'font' is used but it is not resolved font.pixelSize: 20 ^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:80:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:90:13: 'ToolButton' is used but it is not resolved ToolButton { ^^^^^^^^^^ Warning: gallery.qml:93:17: 'Menu' is used but it is not resolved Menu { ^^^^ Warning: gallery.qml:93:17: 'Menu' is used but it is not resolved Menu { ^^^^ Warning: gallery.qml:98:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:98:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:102:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:102:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:106:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:106:21: 'Action' is used but it is not resolved Action { ^^^^^^ Warning: gallery.qml:11:1: 'ApplicationWindow' is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:115:5: 'Drawer' is used but it is not resolved Drawer { ^^^^^^ Warning: gallery.qml:115:5: 'Drawer' is used but it is not resolved Drawer { ^^^^^^ Warning: gallery.qml:115:5: 'Drawer' is used but it is not resolved Drawer { ^^^^^^ Warning: gallery.qml:128:23: 'ItemDelegate' is used but it is not resolved delegate: ItemDelegate { ^^^^^^^^^^^^ Warning: gallery.qml:128:23: 'ItemDelegate' is used but it is not resolved delegate: ItemDelegate { ^^^^^^^^^^^^ Warning: gallery.qml:128:23: 'ItemDelegate' is used but it is not resolved delegate: ItemDelegate { ^^^^^^^^^^^^ Warning: gallery.qml:128:23: 'ItemDelegate' is used but it is not resolved delegate: ItemDelegate { ^^^^^^^^^^^^ Warning: gallery.qml:168:13: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: gallery.qml:172:5: 'StackView' is used but it is not resolved StackView { ^^^^^^^^^ Warning: gallery.qml:174:9: 'anchors' is used but it is not resolved Warning: DialogPage.qml:52:13: Dialog was not found. Did you add all import paths? Dialog { ^^^^^^ anchors.fill: parent ^^^^^^^ Warning: DialogPage.qml:27:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:48:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: Warning: gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ DialogPage.qml:71:25: unknown grouped property scope anchors. anchors.right: parent.right ^^^^^^^ Warning: DialogPage.qml:79:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter Warning: gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ ^^^^^^^ Warning: DialogPage.qml:128:21: unknown attached property scope ScrollIndicator. Warning: gallery.qml:191:17: 'anchors' is used but it is not resolved anchors.margins: 20 ^^^^^^^ Warning: ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:141:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:8:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: DialogPage.qml:8:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: DialogPage.qml:17:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:17:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:17:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:17:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:25:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:191:17: 'anchors' is used but it is not resolved anchors.margins: 20 ^^^^^^^ Warning: gallery.qml:189:13: 'Label' is used but it is not resolved DialogPage.qml:25:9: 'Button' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:191:17: 'anchors' is used but it is not resolved Button { anchors.margins: 20 ^^^^^^^ Warning: ^^^^^^ gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:191:17: 'anchors' is used but it is not resolved anchors.margins: 20 ^^^^^^^ Warning: gallery.qml:189:13: 'Label' is used but it is not resolved Warning: Label { ^^^^^ Warning: gallery.qml:191:17: 'anchors' is used but it is not resolved anchors.margins: 20 DialogPage.qml:27:13: 'anchors' is used but it is not resolved ^^^^^^^ anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:25:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:25:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:31:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:31:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:31:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:39:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:45:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:45:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:48:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:45:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:45:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:52:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:66:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:69:21: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: DialogPage.qml:69:21: 'CheckBox' is used but it is not resolved CheckBox { ^^^^^^^^ Warning: DialogPage.qml:71:25: 'anchors' is used but it is not resolved anchors.right: parent.right ^^^^^^^ Warning: DialogPage.qml:77:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:77:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:79:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:77:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:77:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:83:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:115:25: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:115:25: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:115:25: 'Label' is used but it is not resolved Warning: Label { ^^^^^ Warning: gallery.qml:189:13: 'Label' is used but it is not resolved DialogPage.qml:128:47: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:128:47: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:130:25: 'anchors' is used but it is not resolved anchors .top: flickable.top Label ^^^^^^^ { ^^^^^ Warning: DialogPage.qml:128:47: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:130:25: 'anchors' is used but it is not resolved anchors.top: flickable.top ^^^^^^^ Warning: DialogPage.qml:128:47: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:130:25: 'anchors' is used but it is not resolved anchors.top: flickable.top ^^^^^^^ Warning: DialogPage.qml:128:47: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:130:25: 'anchors' is used but it is not resolved anchors.top: flickable.top ^^^^^^^ Warning: DialogPage.qml:128:21: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:139:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:139:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:141:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: DialogPage.qml:139:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:139:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:145:13: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: Warning: DialogPage.qml:160:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:160:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:160:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:165:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: DialogPage.qml:165:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: DialogPage.qml:165:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: DialogPage.qml:170:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: DialogPage.qml:170:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: DialogPage.qml:170:21: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:189:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:172:5: 'StackView' is used but it is not resolved StackView { ^^^^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: DialogPage.qml:13:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { Warning: ^^^^^^ DialogPage.qml:160:21: Type Label is used but it is not resolved Label { ^^^^^ Warning: Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ DialogPage.qml:165:21: Type TextField is used but it is not resolved TextField { ^^^^^^^^^ Warning: Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { DialogPage.qml:170:21: Type TextField is used but it is not resolved TextField { ^^^^^^^^^ ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Warning: DialogPage.qml:31:13: Cannot assign to non-existent default property Dialog { ^^^^^^ Warning: Dialog { ^^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ DialogPage.qml:96:17: Cannot assign to non-existent default property Flickable { ^^^^^^^^^ Warning: DialogPage.qml:145:13: Cannot assign to non-existent default property Dialog { Warning: ^^^^^^ gallery.qml:236:17: 'Label' is used but it is not resolved Label { Warning: ^^^^^ Warning: DialogPage.qml:115:25: Type Label is used but it is not resolved Label { gallery.qml:240:17: 'ComboBox' is used but it is not resolved ^^^^^ Warning: DialogPage.qml:157:17: Cannot assign to non-existent default property ComboBox { ^^^^^^^^ ColumnLayout { ^^^^^^^^^^^^ Warning: DialogPage.qml:83:13: Cannot assign to non-existent default property Warning: gallery.qml:240:17: 'ComboBox' is used but it is not resolved ComboBox { Dialog { ^^^^^^ ^^^^^^^^ Warning: gallery.qml:240:17: 'ComboBox' is used but it is not resolved Warning: DialogPage.qml:17:9: Type Label is used but it is not resolved Label { ComboBox { ^^^^^^^^ ^^^^^ Warning: DialogPage.qml:25:9: Type Button is used but it is not resolved Warning: Button { ^^^^^^ Warning: gallery.qml:240:17: 'ComboBox' is used but it is not resolved ComboBox { DialogPage.qml:45:9: Type Button is used but it is not resolved Button { ^^^^^^ ^^^^^^^^ Warning: DialogPage.qml:77:9: Type Button is used but it is not resolved Button { Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { ^^^^^^ Warning: DialogPage.qml:139:9: Type Button is used but it is not resolved Button ^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { ^^^^^^ Warning: DialogPage.qml:39:17: Cannot assign to non-existent default property { ^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { ^^^^^ Label { ^^^^^ Warning: DialogPage.qml:52:13: Cannot assign to non-existent default property Dialog { ^^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:63:17: Cannot assign to non-existent default property Column { ^^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { Warning: DialogPage.qml:66:21: Type Label is used but it is not resolved Label ^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: DialogPage.qml:69:21: Type CheckBox is used but it is not resolved { ^^^^^ Warning: gallery.qml:253:13: 'Label' is used but it is not resolved CheckBox { ^^^^^^^^ Label { ^^^^^ Warning: gallery.qml:210:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ Warning: gallery.qml:265:5: 'Dialog' is used but it is not resolved DialogWarning: { ^^^^^^ DialogPage.qml:26:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Message" ^^^^ Warning: Warning: DialogPage.qml:28:13: Binding assigned to "width", but no property "width" exists in the current element. gallery.qml:265:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ width: buttonWidth ^^^^^ Warning: gallery.qml:265:5: 'Dialog' is used but it is not resolved Dialog { Warning: DialogPage.qml:70:25: Binding assigned to "text", but no property "text" exists in the current element. text: "Do not ask again" ^^^^ Warning: DialogPage.qml:86:17: Binding assigned to "x", but no property "x" exists in the current element. x ^^^^^^ : (parent.width - width) / 2 ^ Warning: Warning: DialogPage.qml:87:17: Binding assigned to "y", but no property "y" exists in the current element. ygallery.qml:265:5: 'Dialog' is used but it is not resolved Dialog { ^^^^^^ : (parent.height - height) / 2 ^ Warning: DialogPage.qml:88:17: Binding assigned to "width", but no property "width" exists in the current element. Warning: gallery.qml:265:5: 'Dialog' is used but it is not resolved Dialog { width: Math.min(page.width, page.height) / 3 * 2 ^^^^^ ^^^^^^ Warning: gallery.qml:265:5: 'Dialog' is used but it is not resolved DialogWarning: DialogPage.qml:89:17: Binding assigned to "contentHeight", but no property "contentHeight" exists in the current element. contentHeight: logo.height * 2 { ^^^^^^ Warning: gallery.qml:265:5: 'Dialog' is used but it is not resolved ^^^^^^^^^^^^^ Warning: DialogPage.qml:90:17: Binding assigned to "parent", but no property "parent" exists in the current element. Dialog { ^^^^^^ parent: Overlay.overlay ^^^^^^ Warning: gallery.qml:279:13: 'Label' is used but it is not resolved Warning: DialogPage.qml:92:17: Binding assigned to "modal", but no property "modal" exists in the current element. modal: true Label { ^^^^^ Warning: ^^^^^ Warning: DialogPage.qml:93:17: Binding assigned to "title", but no property "title" exists in the current element. gallery.qml:279:13: 'Label' is used but it is not resolved Label { ^^^^^ title: "Content" ^^^^^ Warning: gallery.qml:279:13: 'Label' is used but it is not resolved Label { Warning: DialogPage.qml:94:17: Binding assigned to "standardButtons", but no property "standardButtons" exists in the current element. standardButtons: Dialog.Close ^^^^^ Warning: gallery.qml:279:13: 'Label' is used but it is not resolved Label ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:140:13: Binding assigned to "text", but no property "text" exists in the current element. { ^^^^^ Warning: gallery.qml:283:17: 'font' is used but it is not resolved text: "Input" ^^^^ Warning: DialogPage.qml:142:13: Binding assigned to "width", but no property "width" exists in the current element. font.pixelSize: 12 ^^^^ width: buttonWidth ^^^^^ Warning: gallery.qml:286:13: 'Label' is used but it is not resolved Label { Warning: DialogPage.qml:161:25: Binding assigned to "elide", but no property "elide" exists in the current element. ^^^^^ Warning: gallery.qml:286:13: 'Label' is used but it is not resolved elide: Label.ElideRight ^^^^^ Label { ^^^^^ Warning: Warning: DialogPage.qml:162:25: Binding assigned to "text", but no property "text" exists in the current element. text: "Please enter the credentials:" gallery.qml:286:13: 'Label' is used but it is not resolved Label { ^^^^^ ^^^^ Warning: DialogPage.qml:48:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. Warning: gallery.qml:286:13: 'Label' is used but it is not resolved Label { ^^^^^ anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: gallery.qml:291:17: 'font' is used but it is not resolved font.pixelSize: 12 Warning: DialogPage.qml:129:25: Binding assigned to "parent", but no property "parent" exists in the current element. parent ^^^^ : contentDialog.contentItem ^^^^^^ Warning: Warning: DialogPage.qml:40:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Lorem ipsum dolor sit amet..." ^^^^ gallery.qml:76:13: Type ToolButton is used but it is not resolved ToolButton { ^^^^^^^^^^ Warning: DialogPage.qml:148:17: Binding assigned to "x", but no property "x" exists in the current element. x: (parent.width - width) / 2 Warning: gallery.qml:80:13: Type Label is used but it is not resolved Label { ^ Warning: DialogPage.qml:149:17: Binding assigned to "y", but no property "y" exists in the current element. ^^^^^ Warning: gallery.qml:90:13: Type ToolButton is used but it is not resolved ToolButton { ^^^^^^^^^^ Warning: y: (parent.height - height) / 2 ^ gallery.qml:275:9: Cannot assign to non-existent default property Column { ^^^^^^ Warning: DialogPage.qml:150:17: Binding assigned to "parent", but no property "parent" exists in the current element. parent: Overlay.overlay Warning: gallery.qml:121:9: Cannot assign to non-existent default property ListView { ^^^^^^^^ ^^^^^^ Warning: gallery.qml:98:21: Cannot assign to non-existent default property ActionWarning: { ^^^^^^ Warning: gallery.qml:179:13: Cannot assign to non-existent default property DialogPage.qml:152:17: Binding assigned to "focus", but no property "focus" exists in the current element. focus: true Image { ^^^^^ ^^^^^ Warning: DialogPage.qml:153:17: Binding assigned to "modal", but no property "modal" exists in the current element. modal: true ^^^^^ Warning: DialogPage.qml:154:17: Binding assigned to "title", but no property "title" exists in the current element. title: "Input" ^^^^^ Warning: DialogPage.qml:155:17: Binding assigned to "standardButtons", but no property "standardButtons" exists in the current element. Warning: standardButtonsgallery.qml:236:17: Type Label is used but it is not resolved Label: Dialog.Ok | Dialog.Cancel ^^^^^^^^^^^^^^^ Warning: { DialogPage.qml:18:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ ^^^^^ Warning: DialogPage.qml:19:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. Warning: gallery.qml:240:17: Type ComboBox is used but it is not resolved wrapMode: Label.Wrap ^^^^^^^^ ComboBox { ^^^^^^^^ Warning: DialogPage.qml:20:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: gallery.qml:93:17: Cannot assign to non-existent default property Menu { ^^^^ Warning: gallery.qml:31:5: Cannot assign to non-existent default property Settings { ^^^^^^^^ Warning: gallery.qml:279:13: Type Label is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:286:13: Type Label is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:253:13: Type Label is used but it is not resolved Label { ^^^^^ Warning: gallery.qml:72:9: Cannot assign to non-existent default property RowLayout { ^^^^^^^^^ Warning: gallery.qml:129:17: Binding assigned to "width", but no property "width" exists in the current element. width: listView.width ^^^^^ Warning: gallery.qml:130:17: Binding assigned to "text", but no property "text" exists in the current element. text: model.title ^^^^ Warning: gallery.qml:131:17: Binding assigned to "highlighted", but no property "highlighted" exists in the current element. highlighted: ListView.isCurrentItem ^^^^^^^^^^^ Warning: gallery.qml:67:14: Binding assigned to "name", but no property "name" exists in the current element. icon.name: "menu" ^^^^ Warning: gallery.qml:49:14: Binding assigned to "name", but no property "name" exists in the current element. icon.name: stackView.depth > 1 ? "back" : "drawer" ^^^^ Warning: gallery.qml:191:25: Binding assigned to "margins", but no property "margins" exists in the current element. anchors.margins: 20 ^^^^^^^ Warning: gallery.qml:192:25: Binding assigned to "top", but no property "top" exists in the current element. anchors.top: logo.bottom ^^^ Warning: gallery.qml:193:25: Binding assigned to "left", but no property "left" exists in the current element. anchors.left: parent.left ^^^^ Warning: gallery.qml:194:25: Binding assigned to "right", but no property "right" exists in the current element. Warning: DialogPage.qml:21:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Dialog is a popup that is mostly used for short-term tasks " ^^^^ Warning: anchors.DialogPage.qml:171:25: Binding assigned to "placeholderText", but no property "placeholderText" exists in the current element. placeholderTextright: parent.right : "Password" ^^^^^^^^^^^^^^^ ^^^^^ Warning: gallery.qml:195:25: Binding assigned to "bottom", but no property "bottom" exists in the current element. Warning: anchors.bottomDialogPage.qml:172:25: Binding assigned to "echoMode", but no property "echoMode" exists in the current element. echoMode: TextField.PasswordEchoOnEdit ^^^^^^^^ : arrow.top Warning: DialogPage.qml:166:25: Binding assigned to "focus", but no property "focus" exists in the current element. focus ^^^^^^ : true ^^^^^ Warning: DialogPage.qml:167:25: Binding assigned to "placeholderText", but no property "placeholderText" exists in the current element. Warning: gallery.qml:243:21: Binding assigned to "model", but no property "model" exists in the current element. model: window.builtInStyles ^^^^^ placeholderTextWarning: : "Username" gallery.qml:107:25: Binding assigned to "text", but no property "text" exists in the current element. ^^^^^^^^^^^^^^^ text: "About" ^^^^ Warning: DialogPage.qml:71:33: Binding assigned to "right", but no property "right" exists in the current element. anchors.Warning: right: parent.right ^^^^^ gallery.qml:83:22: Binding assigned to "pixelSize", but no property "pixelSize" exists in the current element. font.Warning: DialogPage.qml:141:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter pixelSize: 20 ^^^^^^^^^ Warning: ^^^^^^^^^^^^^^^^ Warning: DialogPage.qml:79:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. gallery.qml:237:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Style:" ^^^^ anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: gallery.qml:99:25: Binding assigned to "text", but no property "text" exists in the current element. text: "Settings" Warning: DialogPage.qml:116:29: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ ^^^^ Warning: DialogPage.qml:117:29: Binding assigned to "text", but no property "text" exists in the current element. textWarning: : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc finibus " ^^^^ gallery.qml:103:25: Binding assigned to "text", but no property "text" exists in the current element. text: "Help" Warning: DialogPage.qml:124:29: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^ Warning: gallery.qml:190:17: Binding assigned to "text", but no property "text" exists in the current element. ^^^^^^^^ Warning: DialogPage.qml:78:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Qt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick." ^^^^ text: "Content" ^^^^ Warning: gallery.qml:196:17: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Label.AlignHCenter Warning: DialogPage.qml:80:13: Binding assigned to "width", but no property "width" exists in the current element. width: buttonWidth ^^^^^ ^^^^^^^^^^^^^^^^^^^ Warning: gallery.qml:197:17: Binding assigned to "verticalAlignment", but no property "verticalAlignment" exists in the current element. verticalAlignment: Label.AlignVCenter ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:198:17: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: gallery.qml:91:17: Binding assigned to "action", but no property "action" exists in the current element. action: optionsMenuAction ^^^^^^ Warning: gallery.qml:13:5: Binding assigned to "width", but no property "width" exists in the current element. width: 360 ^^^^^ Warning: gallery.qml:14:5: Binding assigned to "height", but no property "height" exists in the current element. height: 520 ^^^^^^ Warning: gallery.qml:15:5: Binding assigned to "visible", but no property "visible" exists in the current element. visible: true ^^^^^^^ Warning: gallery.qml:16:5: Binding assigned to "title", but no property "title" exists in the current element. title: "Qt Quick Controls" ^^^^^ Warning: gallery.qml:283:22: Binding assigned to "pixelSize", but no property "pixelSize" exists in the current element. font.pixelSize: 12 ^^^^^^^^^ Warning: gallery.qml:287:17: Binding assigned to "width", but no property "width" exists in the current element. Warning: DialogPage.qml:34:17: Binding assigned to "x", but no property "x" exists in the current element. x: (parent.width - width) / 2 ^ Warning: DialogPage.qml:35:17: Binding assigned to "y", but no property "y" exists in the current element. y: (parent.height - height) / 2 ^ Warning: DialogPage.qml:37:17: Binding assigned to "title", but no property "title" exists in the current element. title: "Message" ^^^^^ Warning: DialogPage.qml:47:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Confirmation" ^^^^ Warning: DialogPage.qml:49:13: Binding assigned to "width", but no property "width" exists in the current element. width: buttonWidth ^^^^^ Warning: DialogPage.qml:27:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: DialogPage.qml:67:25: Binding assigned to "text", but no property "text" exists in the current element. text: "The document has been modified.\nDo you want to save your changes?" ^^^^ Warning: DialogPage.qml:55:17: Binding assigned to "x", but no property "x" exists in the current element. x: (parent.width - width) / 2 ^ Warning: DialogPage.qml:56:17: Binding assigned to "y", but no property "y" exists in the current element. y: (parent.height - height) / 2 ^ Warning: DialogPage.qml:57:17: Binding assigned to "parent", but no property "parent" exists in the current element. parent: Overlay.overlay ^^^^^^ Warning: DialogPage.qml:59:17: Binding assigned to "modal", but no property "modal" exists in the current element. modal: true ^^^^^ Warning: DialogPage.qml:60:17: Binding assigned to "title", but no property "title" exists in the current element. title: "Confirmation" ^^^^^ Warning: DialogPage.qml:61:17: Binding assigned to "standardButtons", but no property "standardButtons" exists in the current element. standardButtons: Dialog.Yes | Dialog.No ^^^^^^^^^^^^^^^ Warning: DialogPage.qml:130:33: Binding assigned to "top", but no property "top" exists in the current element. anchors.top: flickable.top ^^^ Warning: DialogPage.qml:131:33: Binding assigned to "bottom", but no property "bottom" exists in the current element. anchors.bottom: flickable.bottom ^^^^^^ Warning: DialogPage.qml:132:33: Binding assigned to "right", but no property "right" exists in the current element. anchors.right: parent.right ^^^^^ Warning: DialogPage.qml:133:33: Binding assigned to "rightMargin", but no property "rightMargin" exists in the current element. anchors.rightMargin: -contentDialog.rightPadding + 1 ^^^^^^^^^^^ Warning: DialogPage.qml:29:13: no matching signal found for handler "onClicked" onClicked: messageDialog.open() ^^^^^^^^^ Warning: DialogPage.qml:143:13: no matching signal found for handler "onClicked" onClicked: inputDialog.open() ^^^^^^^^^ Warning: DialogPage.qml:81:13: no matching signal found for handler "onClicked" onClicked: contentDialog.open() ^^^^^^^^^ Warning: DialogPage.qml:50:13: no matching signal found for handler "onClicked" onClicked: confirmationDialog.open() ^^^^^^^^^ Warning: DialogPage.qml:128:21: Type ScrollIndicator is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { ^^^^^^^^^^^^^^^ width: aboutDialog.availableWidth ^^^^^ Warning: gallery.qml:288:17: Binding assigned to "text", but no property "text" exists in the current element. text: "In comparison to Qt Quick Controls 1, Qt Quick Controls " ^^^^ Warning: gallery.qml:290:17: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap Error: DialogPage.qml:45:9: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Button { ^^^^^^ Warning: DialogPage.qml:11:56: Property "implicitWidth" not found on type "Button" readonly property int buttonWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 2, page.availableWidth / 3)) ^^^^^^^^^^^^^ Error: DialogPage.qml:11:56: Could not compile binding for buttonWidth: Cannot load property implicitWidth from QJSValue of . readonly property int buttonWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 2, page.availableWidth / 3)) ^^^^^^^^^^^^^ Error: DialogPage.qml:18:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:19:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:20:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:21:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:28:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:29:13: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:27:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:34:17: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:35:17: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^^^^ Warning: gallery.qml:254:17: Binding assigned to "text", but no property "text" exists in the current element. Error: DialogPage.qml:49:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ textError: DialogPage.qml:50:13: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked : "Restart required" ^^^^ Warning: gallery.qml:255:17: Binding assigned to "color", but no property "color" exists in the current element. color: "#e41e25" ^^^^^ Warning: gallery.qml:256:17: Binding assigned to "opacity", but no property "opacity" exists in the current element. opacity: styleBox.currentIndex !== styleBox.styleIndex ? 1.0 : 0.0 ^^^^^^^ Warning: gallery.qml:257:17: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Label.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: // Copyright (C) 2017 The Qt Company Ltd. gallery.qml:258:17: Binding assigned to "verticalAlignment", but no property "verticalAlignment" exists in the current element. verticalAlignment: Label.AlignVCenter ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:212:9: Binding assigned to "x", but no property "x" exists in the current element. x: Math.round((window.width - width) / 2) ^ Warning: gallery.qml:213:9: Binding assigned to "y", but no property "y" exists in the current element. y: Math.round(window.height / 6) ^ ^ Warning: gallery.qml:214:9: Binding assigned to "width", but no property "width" exists in the current element. width: Math.round(Math.min(window.width, window.height) / 3 * 2) ^^^^^ Warning: gallery.qml:215:9: Binding assigned to "modal", but no property "modal" exists in the current element. modal: true ^^^^^ Error: Warning: gallery.qml:216:9: Binding assigned to "focus", but no property "focus" exists in the current element. focus: true ^^^^^ Warning: gallery.qml:217:9: Binding assigned to "title", but no property "title" exists in the current element. DialogPage.qml:48:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ title: "Settings" ^^^^^ Warning: gallery.qml:219:9: Binding assigned to "standardButtons", but no property "standardButtons" exists in the current element. standardButtons: Dialog.Ok | Dialog.Cancel ^^^^^^^^^^^^^^^ Warning: gallery.qml:267:9: Binding assigned to "modal", but no property "modal" exists in the current element. modal: true Error: DialogPage.qml:55:17: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:56:17: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:57:17: Could not compile binding for parent: Cannot resolve property type for binding on parent // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:61:17: Could not compile binding for standardButtons: Cannot resolve property type for binding on standardButtons // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^ Error: DialogPage.qml:71:33: Could not compile binding for right: Cannot resolve property type for binding on right // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:268:9: Binding assigned to "focus", but no property "focus" exists in the current element. focus: true ^^^^^ Error: Warning: DialogPage.qml:80:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. gallery.qml:269:9: Binding assigned to "title", but no property "title" exists in the current element. ^ Error: DialogPage.qml:81:13: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ title: "About" ^^^^^ Error: Warning: DialogPage.qml:79:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ gallery.qml:270:9: Binding assigned to "x", but no property "x" exists in the current element. x: (window.width - width) / 2 ^ Warning: gallery.qml:271:9: Binding assigned to "y", but no property "y" exists in the current element. y: window.height / 6 ^ Warning: Error: gallery.qml:272:9: Binding assigned to "width", but no property "width" exists in the current element. widthDialogPage.qml:86:17: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ : Math.min(window.width, window.height) / 3 * 2 ^^^^^ Error: Warning: DialogPage.qml:87:17: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ gallery.qml:273:9: Binding assigned to "contentHeight", but no property "contentHeight" exists in the current element. contentHeight: aboutColumn.height ^^^^^^^^^^^^^ Warning: Error: gallery.qml:291:22: Binding assigned to "pixelSize", but no property "pixelSize" exists in the current element. font.pixelSizeDialogPage.qml:88:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ : 12 ^^^^^^^^^ Warning: gallery.qml:82:17: Binding assigned to "text", but no property "text" exists in the current element. Error: text: listView.currentItem ? listView.currentItem.text : "Gallery" ^^^^ DialogPage.qml:89:17: Could not compile binding for contentHeight: Cannot resolve property type for binding on contentHeight // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:90:17: Could not compile binding for parent: Cannot resolve property type for binding on parent // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:94:17: Could not compile binding for standardButtons: Cannot resolve property type for binding on standardButtons // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:84:17: Binding assigned to "elide", but no property "elide" exists in the current element. elide: Label.ElideRight ^^^^^ Warning: gallery.qml:85:17: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: gallery.qml:86:17: Binding assigned to "verticalAlignment", but no property "verticalAlignment" exists in the current element. verticalAlignment: Qt.AlignVCenter ^^^^^^^^^^^^^^^^^ Warning: gallery.qml:77:17: Binding assigned to "action", but no property "action" exists in the current element. action: navigateBackAction ^^^^^^ Error: Warning: DialogPage.qml:116:29: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ gallery.qml:174:17: Binding assigned to "fill", but no property "fill" exists in the current element. anchors.fill: parent ^^^^ Warning: gallery.qml:117:9: Binding assigned to "width", but no property "width" exists in the current element. width: Math.min(window.width, window.height) / 3 * 2 ^^^^^ Error: DialogPage.qml:117:29: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: Warning: DialogPage.qml:124:29: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. gallery.qml:118:9: Binding assigned to "height", but no property "height" exists in the current element. height^ : window.height ^^^^^^ Warning: gallery.qml:119:9: Binding assigned to "interactive", but no property "interactive" exists in the current element. Error: interactive: stackView.depth === 1 ^^^^^^^^^^^ DialogPage.qml:129:25: Could not compile binding for parent: Cannot resolve property type for binding on parent // Copyright (C) 2017 The Qt Company Ltd. Warning: gallery.qml:95:21: Binding assigned to "x", but no property "x" exists in the current element. ^ x: parent.width - width ^ Warning: gallery.qml:96:21: Binding assigned to "transformOrigin", but no property "transformOrigin" exists in the current element. transformOrigin: Menu.TopRight ^^^^^^^^^^^^^^^ Error: DialogPage.qml:130:33: Could not compile binding for top: Cannot resolve property type for binding on top // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:280:17: Binding assigned to "width", but no property "width" exists in the current element. width: aboutDialog.availableWidth ^^^^^ Warning: gallery.qml:281:17: Binding assigned to "text", but no property "text" exists in the current element. text: "The Qt Quick Controls module delivers the next generation user interface controls based on Qt Quick." ^^^^ Warning: Error: gallery.qml:282:17: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. DialogPage.qml:131:33: Could not compile binding for bottom: Cannot resolve property type for binding on bottom // Copyright (C) 2017 The Qt Company Ltd. ^ Error: DialogPage.qml:132:33: Could not compile binding for right: Cannot resolve property type for binding on right wrapMode// Copyright (C) 2017 The Qt Company Ltd. ^ : Label.Wrap Error: DialogPage.qml:133:33: Could not compile binding for rightMargin: Cannot resolve property type for binding on rightMargin // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^^^^ Error: Warning: DialogPage.qml:142:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ gallery.qml:132:17: no matching signal found for handler "onClicked" onClickedError: : { ^^^^^^^^^ Warning: gallery.qml:220:9: no matching signal found for handler "onAccepted" onAccepted: { ^^^^^^^^^^ DialogPage.qml:143:13: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:224:9: no matching signal found for handler "onRejected" onRejected: { ^^^^^^^^^^ Warning: gallery.qml:108:25: no matching signal found for handler "onTriggered" onTriggered: aboutDialog.open() ^^^^^^^^^^^ Error: Warning: DialogPage.qml:141:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ gallery.qml:50:9: no matching signal found for handler "onTriggered" onTriggered: { ^^^^^^^^^^^ Warning: gallery.qml:100:25: no matching signal found for handler "onTriggered" onTriggered: settingsDialog.open() ^^^^^^^^^^^ Warning: gallery.qml:104:25: no matching signal found for handler "onTriggered" onTriggered: help() ^^^^^^^^^^^ Warning: gallery.qml:68:9: no matching signal found for handler "onTriggered" onTriggered: optionsMenu.open() Error: ^^^^^^^^^^^ DialogPage.qml:148:17: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:11:1: Type ApplicationWindow is used but it is not resolved ApplicationWindow { ^^^^^^^^^^^^^^^^^ Warning: Error: gallery.qml:128:23: Type ItemDelegate is used but it is not resolved delegate: ItemDelegate { DialogPage.qml:149:17: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^^^^^^^^ Error: DialogPage.qml:150:17: Could not compile binding for parent: Cannot resolve property type for binding on parent Warning: gallery.qml:168:13: Type ScrollIndicator is used but it is not resolved ScrollIndicator// Copyright (C) 2017 The Qt Company Ltd. ^ .vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: gallery.qml:172:5: Type StackView is used but it is not resolved Error: DialogPage.qml:155:17: Could not compile binding for standardButtons: Cannot resolve property type for binding on standardButtons // Copyright (C) 2017 The Qt Company Ltd. ^ StackView { ^^^^^^^^^ Warning: gallery.qml:210:5: Type Dialog is used but it is not resolved Dialog { ^^^^^^ Error: DialogPage.qml:161:25: Could not compile binding for elide: Cannot resolve property type for binding on elide // Copyright (C) 2017 The Qt Company Ltd. ^ Info: gallery.qml:9:1: Unused import at gallery.qml:9:1 import "." as App Error: DialogPage.qml:172:25: Could not compile binding for echoMode: Cannot resolve property type for binding on echoMode // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^^ Info: gallery.qml:6:1: Unused import at gallery.qml:6:1 import QtQuick.Controls ^^^^^^ Error: gallery.qml:21:30: Could not compile function help: Cannot generate efficient code for call to property 'get' of QJSValue of QQuickItemView::model with type QVariant ? listView.model.get(listView.currentIndex).title.toLowerCase() : "" ^^^ Error: gallery.qml:172:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). StackView { ^^^^^^^^^ Warning: gallery.qml:38:28: Property "depth" not found on type "StackView" enabled: stackView.depth > 1 ^^^^^ Error: gallery.qml:38:28: Could not compile binding for enabled: Cannot load property depth from QJSValue of . enabled: stackView.depth > 1 ^^^^^ Error: gallery.qml:47:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Action { ^^^^^^ Warning: gallery.qml:39:41: Property "trigger" not found on type "Action" onActivated: navigateBackAction.trigger() ^^^^^^^ Error: gallery.qml:39:41: Could not compile binding for onActivated: Type QJSValue of does not have a property trigger for calling onActivated: navigateBackAction.trigger() ^^^^^^^ Warning: gallery.qml:43:19: Unqualified access sequence: StandardKey.HelpContents ^^^^^^^^^^^ Error: gallery.qml:43:19: Could not compile binding for sequence: Cannot access value for name StandardKey sequence: StandardKey.HelpContents ^^^^^^^^^^^ Warning: gallery.qml:44:22: Unqualified access onActivated: help() ^^^^ Error: gallery.qml:44:22: Could not compile binding for onActivated: method help cannot be resolved. onActivated: help() ^^^^ Error: gallery.qml:50:9: Could not compile binding for onTriggered: Cannot resolve property type for binding on onTriggered // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:49:14: Could not compile binding for name: Cannot resolve property type for binding on name // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:65:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Action { ^^^^^^ Warning: gallery.qml:62:40: Property "trigger" not found on type "Action" onActivated: optionsMenuAction.trigger() ^^^^^^^ Error: gallery.qml:62:40: Could not compile binding for onActivated: Type QJSValue of does not have a property trigger for calling onActivated: optionsMenuAction.trigger() ^^^^^^^ Error: gallery.qml:68:9: Could not compile binding for onTriggered: Cannot resolve property type for binding on onTriggered // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:77:17: Could not compile binding for action: Cannot resolve property type for binding on action // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:82:17: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:84:17: Could not compile binding for elide: Cannot resolve property type for binding on elide // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:85:17: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:86:17: Could not compile binding for verticalAlignment: Cannot resolve property type for binding on verticalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:91:17: Could not compile binding for action: Cannot resolve property type for binding on action // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:95:21: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:96:21: Could not compile binding for transformOrigin: Cannot resolve property type for binding on transformOrigin // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:100:25: Could not compile binding for onTriggered: Cannot resolve property type for binding on onTriggered // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:104:25: Could not compile binding for onTriggered: Cannot resolve property type for binding on onTriggered // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:108:25: Could not compile binding for onTriggered: Cannot resolve property type for binding on onTriggered // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:117:9: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:118:9: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:119:9: Could not compile binding for interactive: Cannot resolve property type for binding on interactive // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:129:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:130:17: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:131:17: Could not compile binding for highlighted: Cannot resolve property type for binding on highlighted // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:132:17: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:174:17: Could not compile binding for fill: Cannot resolve property type for binding on fill // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:176:22: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). initialItem: Pane { ^^^^ Warning: gallery.qml:181:29: Property "availableWidth" not found on type "Pane" width: pane.availableWidth / 2 ^^^^^^^^^^^^^^ Error: gallery.qml:181:29: Could not compile binding for width: Cannot load property availableWidth from QJSValue of . width: pane.availableWidth / 2 ^^^^^^^^^^^^^^ Error: gallery.qml:176:22: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). initialItem: Pane { ^^^^ Warning: gallery.qml:182:30: Property "availableHeight" not found on type "Pane" height: pane.availableHeight / 2 ^^^^^^^^^^^^^^^ Error: gallery.qml:182:30: Could not compile binding for height: Cannot load property availableHeight from QJSValue of . height: pane.availableHeight / 2 ^^^^^^^^^^^^^^^ Error: gallery.qml:196:17: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:197:17: Could not compile binding for verticalAlignment: Cannot resolve property type for binding on verticalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:198:17: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:192:25: Could not compile binding for top: Cannot resolve property type for binding on top // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:193:25: Could not compile binding for left: Cannot resolve property type for binding on left // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:194:25: Could not compile binding for right: Cannot resolve property type for binding on right // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:195:25: Could not compile binding for bottom: Cannot resolve property type for binding on bottom // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:212:9: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:213:9: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:214:9: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:219:9: Could not compile binding for standardButtons: Cannot resolve property type for binding on standardButtons // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:220:9: Could not compile binding for onAccepted: Cannot resolve property type for binding on onAccepted // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:224:9: Could not compile binding for onRejected: Cannot resolve property type for binding on onRejected // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:243:21: Could not compile binding for model: Cannot resolve property type for binding on model // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: gallery.qml:245:38: Unqualified access styleIndex = find(settings.style, Qt.MatchFixedString) ^^^^ Error: gallery.qml:245:38: Could not compile binding for onCompleted: method find cannot be resolved. styleIndex = find(settings.style, Qt.MatchFixedString) ^^^^ Error: gallery.qml:256:17: Could not compile binding for opacity: Cannot resolve property type for binding on opacity // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:257:17: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:258:17: Could not compile binding for verticalAlignment: Cannot resolve property type for binding on verticalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:270:9: Could not compile binding for x: Cannot resolve property type for binding on x // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:271:9: Could not compile binding for y: Cannot resolve property type for binding on y // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:272:9: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:273:9: Could not compile binding for contentHeight: Cannot resolve property type for binding on contentHeight // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:280:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:282:17: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:287:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:288:17: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: gallery.qml:290:17: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ [ 66%] Generating .rcc/qmlcache/galleryexample_pages/StackViewPage_qml.cpp [ 67%] Generating .rcc/qmlcache/galleryexample_pages/SwipeViewPage_qml.cpp Warning: GroupBoxPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: PageIndicatorPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- [ 67%] Generating .rcc/qmlcache/galleryexample_pages/SwitchPage_qml.cpp [ 68%] Generating .rcc/qmlcache/galleryexample_pages/TabBarPage_qml.cpp Warning: RadioButtonPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: RangeSliderPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: SpinBoxPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: GroupBoxPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ScrollablePage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: PageIndicatorPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ProgressBarPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: GroupBoxPage.qml:16:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: GroupBoxPage.qml:31:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:36:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: GroupBoxPage.qml:41:17: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:21:9: PageIndicator was not found. Did you add all import paths? PageIndicator { ^^^^^^^^^^^^^ Info: Did you mean "PageIndicatorPage"? PageIndicatorPage { ^^^^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: PageIndicatorPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: PageIndicatorPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: PageIndicatorPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: PageIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: PageIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: PageIndicatorPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: PageIndicatorPage.qml:21:9: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:21:9: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:21:9: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: GroupBoxPage.qml:23:9: GroupBox was not found. Did you add all import paths? GroupBox { ^^^^^^^^ Warning: GroupBoxPage.qml:25:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: GroupBoxPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: GroupBoxPage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: GroupBoxPage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: GroupBoxPage.qml:16:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: GroupBoxPage.qml:23:9: 'GroupBox' is used but it is not resolved GroupBox { ^^^^^^^^ Warning: GroupBoxPage.qml:23:9: 'GroupBox' is used but it is not resolved GroupBox { ^^^^^^^^ Warning: GroupBoxPage.qml:25:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: GroupBoxPage.qml:31:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:31:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:31:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:36:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:36:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:41:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:41:17: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:16:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: GroupBoxPage.qml:23:9: Type GroupBox is used but it is not resolved GroupBox { ^^^^^^^^ Warning: GroupBoxPage.qml:12:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: GroupBoxPage.qml:31:17: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:36:17: Type RadioButton is used but it is not resolved Warning: RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:41:17: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:27:13: Cannot assign to non-existent default property Column { ^^^^^^ Warning: GroupBoxPage.qml:38:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: GroupBoxPage.qml:39:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: GroupBoxPage.qml:32:21: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: GroupBoxPage.qml:33:21: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Warning: GroupBoxPage.qml:34:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: GroupBoxPage.qml:24:13: Binding assigned to "title", but no property "title" exists in the current element. title: "Title" ^^^^^ Warning: GroupBoxPage.qml:17:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: GroupBoxPage.qml:18:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: GroupBoxPage.qml:19:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:20:13: Binding assigned to "text", but no property "text" exists in the current element. text: "A GroupBox provides a frame, a title on top of it, and a logical group of controls within that frame." ^^^^ Warning: GroupBoxPage.qml:25:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: GroupBoxPage.qml:42:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: GroupBoxPage.qml:43:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ PageIndicatorPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: PageIndicatorPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: PageIndicatorPage.qml:21:9: Type PageIndicator is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:22:13: Binding assigned to "count", but no property "count" exists in the current element. count: 5 ^^^^^ Warning: PageIndicatorPage.qml:23:13: Binding assigned to "currentIndex", but no property "currentIndex" exists in the current element. currentIndex: 2 ^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: PageIndicatorPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: PageIndicatorPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: PageIndicatorPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "PageIndicator is used to indicate the currently active page in a container of pages." ^^^^ Warning: PageIndicatorPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: PageIndicatorPage.qml:5:1: Unused import at PageIndicatorPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: PageIndicatorPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: PageIndicatorPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: PageIndicatorPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: PageIndicatorPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Info: GroupBoxPage.qml:5:1: Unused import at GroupBoxPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: GroupBoxPage.qml:36:17: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). RadioButton { ^^^^^^^^^^^ Warning: GroupBoxPage.qml:10:54: Property "implicitWidth" not found on type "RadioButton" readonly property int itemWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 3, page.availableWidth / 3 * 2)) ^^^^^^^^^^^^^ Error: GroupBoxPage.qml:10:54: Could not compile binding for itemWidth: Cannot load property implicitWidth from QJSValue of . readonly property int itemWidth: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 3, page.availableWidth / 3 * 2)) Warning: ScrollIndicatorPage.qml: Warnings occurred while importing base modules: --- ^^^^^^^^^^^^^ Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Error: GroupBoxPage.qml:17:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:18:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:19:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:25:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:7:1: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). ScrollablePage { ^^^^^^^^^^^^^^ Error: GroupBoxPage.qml:7:1: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). ScrollablePage { ^^^^^^^^^^^^^^ Error: GroupBoxPage.qml:29:24: Could not compile binding for width: Cannot generate efficient code for content pointer of non-QVariant wrapper type QJSValue of width: page.itemWidth ^^^^ Error: GroupBoxPage.qml:34:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:39:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: GroupBoxPage.qml:43:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: RadioButtonPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ScrollBarPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: RangeSliderPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: RadioButtonPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: SliderPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: RadioButtonPage.qml:26:13: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: RadioButtonPage.qml:29:13: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: RadioButtonPage.qml:33:13: RadioButton was not found. Did you add all import paths? RadioButton { ^^^^^^^^^^^ Info: Did you mean "RadioButtonPage"? RadioButtonPage { ^^^^^^^^^^^^^^^ Warning: StackViewPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: RadioButtonPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: RadioButtonPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: RadioButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RadioButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RadioButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RadioButtonPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RadioButtonPage.qml:26:13: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:29:13: 'RadioButton' is used but it is not resolved Warning: RadioButtonRangeSliderPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:29:13: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:33:13: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:33:13: 'RadioButton' is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: RadioButtonPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: RadioButtonPage.qml:26:13: Type RadioButton is used but it is not resolved Warning: RangeSliderPage.qml:21:9: RangeSlider was not found. Did you add all import paths? RangeSlider { ^^^^^^^^^^^ Info: Did you mean "RangeSliderPage"? RangeSliderPage { ^^^^^^^^^^^^^^^ RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:29:13: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:33:13: Type RadioButton is used but it is not resolved RadioButton { ^^^^^^^^^^^ Warning: RadioButtonPage.qml:27:17: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: RadioButtonPage.qml:30:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: RadioButtonPage.qml:31:17: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Warning: RadioButtonPage.qml:34:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: RadioButtonPage.qml:35:17: Binding assigned to "enabled", but no property "enabled" exists in the current element. enabled: false ^^^^^^^ Warning: RadioButtonPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: RadioButtonPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: RadioButtonPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: RadioButtonPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "RadioButton presents an option button that can be toggled on or off. " ^^^^ Warning: RangeSliderPage.qml:28:9: RangeSlider was not found. Did you add all import paths? RangeSlider { ^^^^^^^^^^^ Info: Did you mean "RangeSliderPage"? RangeSliderPage { ^^^^^^^^^^^^^^^ Warning: SpinBoxPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. Info: --- RadioButtonPage.qml:5:1: Unused import at RadioButtonPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: RadioButtonPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RadioButtonPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RadioButtonPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: RangeSliderPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: RangeSliderPage.qml:23:13: unknown grouped property scope first. first.value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:24:13: unknown grouped property scope second. second.value: 0.75 ^^^^^^ Warning: RangeSliderPage.qml:25:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: Error: RangeSliderPage.qml:30:13: unknown grouped property scope first. firstRadioButtonPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. .value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:31:13: unknown grouped property scope second. ^ second.value: 0.75 ^^^^^^ Warning: RangeSliderPage.qml:32:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: RangeSliderPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: RangeSliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RangeSliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RangeSliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RangeSliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: RangeSliderPage.qml:21:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:23:13: 'first' is used but it is not resolved first.value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:21:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:24:13: 'second' is used but it is not resolved second.value: 0.75 ^^^^^^ Warning: RangeSliderPage.qml:21:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:25:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: RangeSliderPage.qml:28:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:28:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:30:13: 'first' is used but it is not resolved first.value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:28:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:31:13: 'second' is used but it is not resolved second.value: 0.75 ^^^^^^ Warning: RangeSliderPage.qml:28:9: 'RangeSlider' is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:32:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: RangeSliderPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: RangeSliderPage.qml:21:9: Type RangeSlider is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:28:9: Type RangeSlider is used but it is not resolved RangeSlider { ^^^^^^^^^^^ Warning: RangeSliderPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: RangeSliderPage.qml:30:19: Binding assigned to "value", but no property "value" exists in the current element. first.value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:23:19: Binding assigned to "value", but no property "value" exists in the current element. first.value: 0.25 ^^^^^ Warning: RangeSliderPage.qml:31:20: Binding assigned to "value", but no property "value" exists in the current element. second.value: 0.75 ^^^^^ Warning: RangeSliderPage.qml:29:13: Binding assigned to "orientation", but no property "orientation" exists in the current element. orientation: Qt.Vertical ^^^^^^^^^^^ Warning: RangeSliderPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: RangeSliderPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: RangeSliderPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: RangeSliderPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "RangeSlider is used to select a range specified by two values, by sliding each handle along a track." ^^^^ Warning: RangeSliderPage.qml:32:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: RangeSliderPage.qml:25:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: RangeSliderPage.qml:24:20: Binding assigned to "value", but no property "value" exists in the current element. second.value: 0.75 ^^^^^ Info: RangeSliderPage.qml:5:1: Unused import at RangeSliderPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: RangeSliderPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RangeSliderPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RangeSliderPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RangeSliderPage.qml:25:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RangeSliderPage.qml:29:13: Could not compile binding for orientation: Cannot resolve property type for binding on orientation // Copyright (C) 2017 The Qt Company Ltd. ^ Error: RangeSliderPage.qml:32:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ProgressBarPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ScrollablePage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: SpinBoxPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: SpinBoxPage.qml:22:9: SpinBox was not found. Did you add all import paths? SpinBox { ^^^^^^^ Warning: ScrollablePage.qml:22:35: ScrollIndicator was not found. Did you add all import paths? ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Info: Did you mean "ScrollIndicatorPage"? ScrollIndicator.vertical: ScrollIndicatorPage { } ^^^^^^^^^^^^^^^^^^^ Warning: SpinBoxPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: SpinBoxPage.qml:25:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SpinBoxPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: SpinBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SpinBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SpinBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SpinBoxPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SpinBoxPage.qml:22:9: 'SpinBox' is used but it is not resolved Warning: ProgressBarPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ SpinBox { ^^^^^^^ Warning: SpinBoxPage.qml:22:9: 'SpinBox' is used but it is not resolved SpinBox { ^^^^^^^ Warning: SpinBoxPage.qml:25:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SpinBoxPage.qml:22:9: 'SpinBox' is used but it is not resolved SpinBox { ^^^^^^^ Warning: SpinBoxPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: SpinBoxPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: SpinBoxPage.qml:22:9: Type SpinBox is used but it is not resolved SpinBox { ^^^^^^^ Warning: SpinBoxPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: SpinBoxPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: SpinBoxPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. Warning: ScrollablePage.qml:17:9: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: ProgressBarPage.qml:22:9: ProgressBar was not found. Did you add all import paths? ProgressBar { ^^^^^^^^^^^ Info: Did you mean "ProgressBarPage"? ProgressBarPage { ^^^^^^^^^^^^^^^ horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: SpinBoxPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "SpinBox allows the user to choose an integer value by clicking the up or down indicator buttons, " ^^^^ Warning: SpinBoxPage.qml:24:13: Binding assigned to "value", but no property "value" exists in the current element. valueWarning: : 50 SwipeViewPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- ^^^^^ Warning: SpinBoxPage.qml:26:13: Binding assigned to "editable", but no property "editable" exists in the current element. editable: true ^^^^^^^^ Warning: SpinBoxPage.qml:25:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: Warning: ScrollablePage.qml:7:1: Page was not found. Did you add all import paths? Page { ^^^^ Info: SpinBoxPage.qml:5:1: Unused import at SpinBoxPage.qml:5:1 Did you mean "Image"? Image { ^^^^^ Warning: ScrollablePage.qml:7:1: Cannot resolve alias "content" Page { ^^^^ Warning: ScrollablePage.qml:22:9: unknown attached property scope ScrollIndicator. ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: ScrollablePage.qml:17:9: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: ScrollablePage.qml:22:9: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: ScrollablePage.qml:12:5: Cannot assign to non-existent default property Flickable { ^^^^^^^^^ Warning: ScrollablePage.qml:17:9: Type Pane is used but it is not resolved Pane { ^^^^ Warning: ScrollablePage.qml:19:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ScrollablePage.qml:22:9: Type ScrollIndicator is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Info: ScrollablePage.qml:5:1: Unused import at ScrollablePage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: ScrollablePage.qml:17:9: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Pane { ^^^^ Warning: ScrollablePage.qml:14:29: Property "implicitHeight" not found on type "Pane" contentHeight: pane.implicitHeight ^^^^^^^^^^^^^^ Error: ScrollablePage.qml:14:29: Could not compile binding for contentHeight: Cannot load property implicitHeight from QJSValue of . contentHeight: pane.implicitHeight ^^^^^^^^^^^^^^ Error: ScrollablePage.qml:19:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ProgressBarPage.qml:28:9: ProgressBar was not found. Did you add all import paths? ProgressBar { ^^^^^^^^^^^ Info: Did you mean "ProgressBarPage"? ProgressBarPage { ^^^^^^^^^^^^^^^ import QtQuick.Controls ^^^^^^ Warning: ProgressBarPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: ProgressBarPage.qml:25:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ProgressBarPage.qml:30:13: unknown grouped property scope anchors. Error: SpinBoxPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SpinBoxPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SpinBoxPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SpinBoxPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SpinBoxPage.qml:25:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ProgressBarPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: ProgressBarPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ProgressBarPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ProgressBarPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ProgressBarPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ProgressBarPage.qml:22:9: 'ProgressBar' is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: Warning: ProgressBarPage.qml:22:9: 'ProgressBar' is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: ProgressBarPage.qml:25:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ProgressBarPage.qml:28:9: 'ProgressBar' is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: ProgressBarPage.qml:28:9: 'ProgressBar' is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: ProgressBarPage.qml:30:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ProgressBarPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: ProgressBarPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: ProgressBarPage.qml:22:9: Type ProgressBar is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: ProgressBarPage.qml:28:9: Type ProgressBar is used but it is not resolved ProgressBar { ^^^^^^^^^^^ Warning: ProgressBarPage.qml:30:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: ProgressBarPage.qml:29:13: Binding assigned to "indeterminate", but no property "indeterminate" exists in the current element. indeterminate: true ^^^^^^^^^^^^^ Warning: ProgressBarPage.qml:24:13: Binding assigned to "value", but no property "value" exists in the current element. value: 0.5 ^^^^^ Warning: ProgressBarPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ProgressBarPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ProgressBarPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ProgressBarPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "ProgressBar indicates the progress of an operation. It can be set in an " ^^^^ Warning: ProgressBarPage.qml:25:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: ProgressBarPage.qml:5:1: Unused import at ProgressBarPage.qml:5:1 import QtQuick.Controls ^^^^^^ ScrollIndicatorPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Error: ProgressBarPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ProgressBarPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ProgressBarPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ProgressBarPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ProgressBarPage.qml:25:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ProgressBarPage.qml:30:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ScrollIndicatorPage.qml:39:31: ScrollIndicator was not found. Did you add all import paths? ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Info: Did you mean "ScrollIndicatorPage"? ScrollIndicator.vertical: ScrollIndicatorPage { } ^^^^^^^^^^^^^^^^^^^ Warning: ScrollIndicatorPage.qml:22:13: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ScrollIndicatorPage.qml:12:5: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: ScrollIndicatorPage.qml:39:5: unknown attached property scope ScrollIndicator. ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: ScrollIndicatorPage.qml:12:5: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: ScrollIndicatorPage.qml:12:5: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: ScrollIndicatorPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollIndicatorPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollIndicatorPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollIndicatorPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollIndicatorPage.qml:39:5: 'ScrollIndicator' is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Warning: ScrollIndicatorPage.qml:17:9: Cannot assign to non-existent default property Column { ^^^^^^ Warning: ScrollIndicatorPage.qml:12:5: Type Pane is used but it is not resolved Pane { ^^^^ Warning: ScrollIndicatorPage.qml:22:13: Type Label is used but it is not resolved Label { ^^^^^ Warning: ScrollIndicatorPage.qml:23:17: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ScrollIndicatorPage.qml:24:17: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ScrollIndicatorPage.qml:25:17: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ScrollIndicatorPage.qml:26:17: Binding assigned to "text", but no property "text" exists in the current element. text: "ScrollIndicator is a non-interactive indicator that indicates the current scroll position. " ^^^^ Warning: ScrollIndicatorPage.qml:14:9: Binding assigned to "width", but no property "width" exists in the current element. width: flickable.width ^^^^^ Warning: ScrollIndicatorPage.qml:15:9: Binding assigned to "height", but no property "height" exists in the current element. height: flickable.height * 1.25 ^^^^^^ Warning: ScrollIndicatorPage.qml:39:5: Type ScrollIndicator is used but it is not resolved ScrollIndicator.vertical: ScrollIndicator { } ^^^^^^^^^^^^^^^ Info: ScrollIndicatorPage.qml:5:1: Unused import at ScrollIndicatorPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: ScrollIndicatorPage.qml:12:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Pane { ^^^^ Warning: ScrollIndicatorPage.qml:10:25: Property "height" not found on type "Pane" contentHeight: pane.height ^^^^^^ Error: ScrollIndicatorPage.qml:10:25: Could not compile binding for contentHeight: Cannot load property height from QJSValue of . contentHeight: pane.height ^^^^^^ Error: ScrollIndicatorPage.qml:14:9: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollIndicatorPage.qml:15:9: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollIndicatorPage.qml:23:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollIndicatorPage.qml:24:17: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollIndicatorPage.qml:25:17: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollIndicatorPage.qml:26:17: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ScrollBarPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: SliderPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: StackViewPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: StackViewPage.qml:22:17: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ScrollBarPage.qml:39:25: ScrollBar was not found. Did you add all import paths? ScrollBar.vertical: ScrollBar { } ^^^^^^^^^ Warning: Warning: ScrollBarPage.qml:22:13: Label was not found. Did you add all import paths? Label { ^^^^^ StackViewPage.qml:31:17: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: ScrollBarPage.qml:12:5: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: ScrollBarPage.qml:39:5: unknown attached property scope ScrollBar. ScrollBar.vertical: ScrollBar { } ^^^^^^^^^ Warning: ScrollBarPage.qml:12:5: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: ScrollBarPage.qml:12:5: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: ScrollBarPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollBarPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollBarPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollBarPage.qml:22:13: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ScrollBarPage.qml:39:5: 'ScrollBar' is used but it is not resolved ScrollBar.vertical: ScrollBar { } ^^^^^^^^^ Warning: ScrollBarPage.qml:17:9: Cannot assign to non-existent default property Column { ^^^^^^ Warning: ScrollBarPage.qml:12:5: Type Pane is used but it is not resolved Pane { ^^^^ Warning: ScrollBarPage.qml:22:13: Type Label is used but it is not resolved Label { ^^^^^ Warning: ScrollBarPage.qml:23:17: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ScrollBarPage.qml:24:17: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ScrollBarPage.qml:25:17: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ScrollBarPage.qml:26:17: Binding assigned to "text", but no property "text" exists in the current element. text: "ScrollBar is an interactive bar that can be used to scroll to a specific position. " ^^^^ Warning: ScrollBarPage.qml:14:9: Binding assigned to "width", but no property "width" exists in the current element. width: flickable.width ^^^^^ Warning: ScrollBarPage.qml:15:9: Binding assigned to "height", but no property "height" exists in the current element. height: flickable.height * 1.25 ^^^^^^ Warning: ScrollBarPage.qml:39:5: Type ScrollBar is used but it is not resolved ScrollBar.vertical: ScrollBar { } ^^^^^^^^^ Info: ScrollBarPage.qml:5:1: Unused import at ScrollBarPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: ScrollBarPage.qml:12:5: Object type is not derived from QObject or QQmlComponent. You may need to fully qualify all names in C++ so that moc can see them. You may also need to add qt_extract_metatypes(). Pane { ^^^^ Warning: ScrollBarPage.qml:10:25: Property "height" not found on type "Pane" contentHeight: pane.height ^^^^^^ Error: ScrollBarPage.qml:10:25: Could not compile binding for contentHeight: Cannot load property height from QJSValue of . contentHeight: pane.height ^^^^^^ Error: ScrollBarPage.qml:14:9: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollBarPage.qml:15:9: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollBarPage.qml:23:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollBarPage.qml:24:17: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollBarPage.qml:25:17: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ScrollBarPage.qml:26:17: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: StackViewPage.qml:39:17: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: StackViewPage.qml:14:9: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: StackViewPage.qml:7:1: StackView was not found. Did you add all import paths? StackView { ^^^^^^^^^ Warning: StackViewPage.qml:34:21: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: StackViewPage.qml:43:21: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: StackViewPage.qml:7:1: 'StackView' is used but it is not resolved StackView { ^^^^^^^^^ Warning: StackViewPage.qml:14:9: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: StackViewPage.qml:22:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: StackViewPage.qml:22:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: StackViewPage.qml:22:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: StackViewPage.qml:22:17: 'Label' is used but it is not resolved Label { ^^^^^ Warning: StackViewPage.qml:31:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:31:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:34:21: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: StackViewPage.qml:31:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:31:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:39:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:39:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:39:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:39:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:43:21: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: StackViewPage.qml:39:17: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:18:13: Cannot assign to non-existent default property Column { ^^^^^^ Warning: StackViewPage.qml:22:17: Type Label is used but it is not resolved Label { ^^^^^ Warning: StackViewPage.qml:31:17: Type Button is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:39:17: Type Button is used but it is not resolved Button { ^^^^^^ Warning: StackViewPage.qml:11:5: Cannot assign to non-existent default property Component { ^^^^^^^^^ Warning: StackViewPage.qml:40:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Pop" ^^^^ Warning: StackViewPage.qml:41:21: Binding assigned to "enabled", but no property "enabled" exists in the current element. enabled: stackView.depth > 1 ^^^^^^^ Warning: StackViewPage.qml:42:21: Binding assigned to "width", but no property "width" exists in the current element. width: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 2, pane.availableWidth / 3)) ^^^^^ Warning: StackViewPage.qml:16:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent ? parent.width : 0 // TODO: fix null parent on destruction ^^^^^ Warning: StackViewPage.qml:34:29: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: StackViewPage.qml:9:5: Binding assigned to "initialItem", but no property "initialItem" exists in the current element. initialItem: page ^^^^^^^^^^^ Warning: StackViewPage.qml:23:21: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: StackViewPage.qml:24:21: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: StackViewPage.qml:25:21: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: StackViewPage.qml:26:21: Binding assigned to "text", but no property "text" exists in the current element. text: "StackView provides a stack-based navigation model which can be used with a set of interlinked pages. " ^^^^ Warning: StackViewPage.qml:33:21: Binding assigned to "text", but no property "text" exists in the current element. text: "Push" ^^^^ Warning: StackViewPage.qml:35:21: Binding assigned to "width", but no property "width" exists in the current element. width: Math.max(button.implicitWidth, Math.min(button.implicitWidth * 2, pane.availableWidth / 3)) ^^^^^ Warning: StackViewPage.qml:43:29: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: StackViewPage.qml:44:21: no matching signal found for handler "onClicked" onClicked: stackView.pop() ^^^^^^^^^ Warning: StackViewPage.qml:36:21: no matching signal found for handler "onClicked" onClicked: stackView.push(page) ^^^^^^^^^ Info: StackViewPage.qml:5:1: Unused import at StackViewPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: StackViewPage.qml:9:5: Could not compile binding for initialItem: Cannot resolve property type for binding on initialItem // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:16:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:23:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:24:21: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:25:21: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:26:21: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:35:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SliderPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Error: StackViewPage.qml:36:21: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:34:29: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:41:21: Could not compile binding for enabled: Cannot resolve property type for binding on enabled // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:42:21: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:44:21: Could not compile binding for onClicked: Cannot resolve property type for binding on onClicked // Copyright (C) 2017 The Qt Company Ltd. ^ Error: StackViewPage.qml:43:29: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SliderPage.qml:21:9: Slider was not found. Did you add all import paths? Slider { ^^^^^^ Warning: SliderPage.qml:27:9: Slider was not found. Did you add all import paths? Slider { ^^^^^^ Warning: SliderPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: SliderPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SliderPage.qml:30:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SliderPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: SliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SliderPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SliderPage.qml:21:9: 'Slider' is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:21:9: 'Slider' is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SliderPage.qml:27:9: 'Slider' is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:27:9: 'Slider' is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:27:9: 'Slider' is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:30:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: SliderPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: SliderPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: SliderPage.qml:21:9: Type Slider is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:27:9: Type Slider is used but it is not resolved Slider { ^^^^^^ Warning: SliderPage.qml:30:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: SliderPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: SliderPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: SliderPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: SliderPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Slider is used to select a value by sliding a handle along a track." ^^^^ Warning: SliderPage.qml:28:13: Binding assigned to "orientation", but no property "orientation" exists in the current element. orientation: Qt.Vertical ^^^^^^^^^^^ Warning: SliderPage.qml:29:13: Binding assigned to "value", but no property "value" exists in the current element. value: 0.5 ^^^^^ Warning: SliderPage.qml:23:13: Binding assigned to "value", but no property "value" exists in the current element. value: 0.5 ^^^^^ Warning: SliderPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: SliderPage.qml:5:1: Unused import at SliderPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: SliderPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SliderPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SliderPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SliderPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SliderPage.qml:28:13: Could not compile binding for orientation: Cannot resolve property type for binding on orientation // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SliderPage.qml:30:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ [ 68%] Generating .rcc/qmlcache/galleryexample_pages/TextFieldPage_qml.cpp [ 69%] Generating .rcc/qmlcache/galleryexample_pages/TextAreaPage_qml.cpp [ 71%] Generating .rcc/qmlcache/galleryexample_pages/ToolTipPage_qml.cpp [ 71%] Generating .rcc/qmlcache/galleryexample_pages/TumblerPage_qml.cpp Warning: SwipeViewPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: SwipeViewPage.qml:26:21: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: SwipeViewPage.qml:43:5: PageIndicator was not found. Did you add all import paths? PageIndicator { ^^^^^^^^^^^^^ Info: Did you mean "PageIndicatorPage"? PageIndicatorPage { ^^^^^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:7:1: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: SwipeViewPage.qml:10:5: SwipeView was not found. Did you add all import paths? SwipeView { ^^^^^^^^^ Warning: SwipeViewPage.qml:18:13: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: SwipeViewPage.qml:13:9: unknown grouped property scope anchors. anchors.fill: parent ^^^^^^^ Warning: SwipeViewPage.qml:46:9: unknown grouped property scope anchors. anchors.bottom: parent.bottom ^^^^^^^ Warning: SwipeViewPage.qml:10:5: 'SwipeView' is used but it is not resolved SwipeView { ^^^^^^^^^ Warning: SwipeViewPage.qml:10:5: 'SwipeView' is used but it is not resolved SwipeView { ^^^^^^^^^ Warning: SwipeViewPage.qml:13:9: 'anchors' is used but it is not resolved anchors.fill: parent ^^^^^^^ Warning: SwipeViewPage.qml:18:13: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: SwipeViewPage.qml:18:13: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: SwipeViewPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwipeViewPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwipeViewPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwipeViewPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwipeViewPage.qml:43:5: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:43:5: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:43:5: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:46:9: 'anchors' is used but it is not resolved anchors.bottom: parent.bottom ^^^^^^^ Warning: SwipeViewPage.qml:43:5: 'PageIndicator' is used but it is not resolved PageIndicator { ^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:46:9: 'anchors' is used but it is not resolved anchors.bottom: parent.bottom ^^^^^^^ Warning: SwipeViewPage.qml:10:5: Cannot assign to non-existent default property SwipeView { ^^^^^^^^^ Warning: SwipeViewPage.qml:26:21: Type Label is used but it is not resolved Label { ^^^^^ Warning: SwipeViewPage.qml:15:9: Cannot assign to non-existent default property Repeater { ^^^^^^^^ Warning: SwipeViewPage.qml:18:13: Type Pane is used but it is not resolved Pane { ^^^^ Warning: SwipeViewPage.qml:22:17: Cannot assign to non-existent default property Column { ^^^^^^ Warning: SwipeViewPage.qml:46:17: Binding assigned to "bottom", but no property "bottom" exists in the current element. anchors.bottom: parent.bottom ^^^^^^ Warning: SwipeViewPage.qml:47:17: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:13:17: Binding assigned to "fill", but no property "fill" exists in the current element. anchors.fill: parent ^^^^ Warning: SwipeViewPage.qml:27:25: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: SwipeViewPage.qml:28:25: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: SwipeViewPage.qml:29:25: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: SwipeViewPage.qml:30:25: Binding assigned to "text", but no property "text" exists in the current element. text: "SwipeView provides a navigation model that simplifies horizontal paged scrolling. " ^^^^ Warning: SwipeViewPage.qml:44:9: Binding assigned to "count", but no property "count" exists in the current element. count: view.count ^^^^^ Warning: SwipeViewPage.qml:45:9: Binding assigned to "currentIndex", but no property "currentIndex" exists in the current element. currentIndex: view.currentIndex ^^^^^^^^^^^^ Warning: SwipeViewPage.qml:12:9: Binding assigned to "currentIndex", but no property "currentIndex" exists in the current element. currentIndex: 1 ^^^^^^^^^^^^ Warning: SwipeViewPage.qml:19:17: Binding assigned to "width", but no property "width" exists in the current element. width: view.width ^^^^^ Warning: SwipeViewPage.qml:20:17: Binding assigned to "height", but no property "height" exists in the current element. height: view.height ^^^^^^ Info: SwipeViewPage.qml:5:1: Unused import at SwipeViewPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: SwipeViewPage.qml:13:17: Could not compile binding for fill: Cannot resolve property type for binding on fill // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:19:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:20:17: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:27:25: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:28:25: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:29:25: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:30:25: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:44:9: Could not compile binding for count: Cannot resolve property type for binding on count // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:45:9: Could not compile binding for currentIndex: Cannot resolve property type for binding on currentIndex // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:46:17: Could not compile binding for bottom: Cannot resolve property type for binding on bottom // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwipeViewPage.qml:47:17: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SwitchPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: TabBarPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: TextAreaPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: TumblerPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: TextFieldPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: ToolTipPage.qml: Warnings occurred while importing base modules: --- Warning: Ambiguous type detected. ToolBar 1.0 is defined multiple times. --- Warning: TabBarPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: SwitchPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: TabBarPage.qml:43:13: TabBar was not found. Did you add all import paths? footer: TabBar { ^^^^^^ Warning: TabBarPage.qml:26:21: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: TabBarPage.qml:47:9: TabButton was not found. Did you add all import paths? TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:50:9: TabButton was not found. Did you add all import paths? TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:53:9: TabButton was not found. Did you add all import paths? TabButton { ^^^^^^^^^ Warning: SwitchPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: TabBarPage.qml:18:13: Pane was not found. Did you add all import paths? Pane { ^^^^ Info: Did you mean "Path"? Path { ^^^^ Warning: SwitchPage.qml:26:13: Switch was not found. Did you add all import paths? Switch { ^^^^^^ Warning: TabBarPage.qml:10:5: SwipeView was not found. Did you add all import paths? SwipeView { ^^^^^^^^^ Warning: SwitchPage.qml:29:13: Switch was not found. Did you add all import paths? Switch { ^^^^^^ Warning: TabBarPage.qml:43:13: TabBar was not found. Did you add all import paths? footer: TabBar { ^^^^^^ Warning: SwitchPage.qml:33:13: Switch was not found. Did you add all import paths? Switch { ^^^^^^ Warning: TabBarPage.qml:7:1: Page was not found. Did you add all import paths? Page { ^^^^ Info: Did you mean "Image"? Image { ^^^^^ Warning: TabBarPage.qml:12:9: unknown grouped property scope anchors. anchors.fill: parent ^^^^^^^ Warning: TabBarPage.qml:10:5: 'SwipeView' is used but it is not resolved SwipeView { ^^^^^^^^^ Warning: TabBarPage.qml:12:9: 'anchors' is used but it is not resolved anchors.fill: parent ^^^^^^^ Warning: TabBarPage.qml:10:5: 'SwipeView' is used but it is not resolved SwipeView { ^^^^^^^^^ Warning: TabBarPage.qml:18:13: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: TabBarPage.qml:18:13: 'Pane' is used but it is not resolved Pane { ^^^^ Warning: TabBarPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TabBarPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TabBarPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TabBarPage.qml:26:21: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TabBarPage.qml:43:13: 'TabBar' is used but it is not resolved footer: TabBar { ^^^^^^ Warning: TabBarPage.qml:47:9: 'TabButton' is used but it is not resolved TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:50:9: 'TabButton' is used but it is not resolved TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:53:9: 'TabButton' is used but it is not resolved TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:7:1: 'Page' is used but it is not resolved Page { ^^^^ Warning: TabBarPage.qml:22:17: Cannot assign to non-existent default property Column { ^^^^^^ Warning: TabBarPage.qml:15:9: Cannot assign to non-existent default property Repeater { ^^^^^^^^ Warning: TabBarPage.qml:47:9: Cannot assign to non-existent default property TabButton { ^^^^^^^^^ Warning: TabBarPage.qml:26:21: Type Label is used but it is not resolved Label { ^^^^^ Warning: TabBarPage.qml:10:5: Cannot assign to non-existent default property SwipeView { ^^^^^^^^^ Warning: TabBarPage.qml:18:13: Type Pane is used but it is not resolved Pane { ^^^^ Warning: TabBarPage.qml:27:25: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: TabBarPage.qml:28:25: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: TabBarPage.qml:29:25: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: TabBarPage.qml:30:25: Binding assigned to "text", but no property "text" exists in the current element. text: "TabBar is a bar with icons or text which allows the user " ^^^^ Warning: TabBarPage.qml:51:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Second" ^^^^ Warning: TabBarPage.qml:19:17: Binding assigned to "width", but no property "width" exists in the current element. width: swipeView.width ^^^^^ Warning: TabBarPage.qml:20:17: Binding assigned to "height", but no property "height" exists in the current element. height: swipeView.height ^^^^^^ Warning: TabBarPage.qml:13:9: Binding assigned to "currentIndex", but no property "currentIndex" exists in the current element. currentIndex: tabBar.currentIndex ^^^^^^^^^^^^ Warning: TabBarPage.qml:54:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" ^^^^ Warning: TabBarPage.qml:45:9: Binding assigned to "currentIndex", but no property "currentIndex" exists in the current element. currentIndex: swipeView.currentIndex ^^^^^^^^^^^^ Warning: TabBarPage.qml:48:13: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Warning: TabBarPage.qml:12:17: Binding assigned to "fill", but no property "fill" exists in the current element. anchors.fill: parent ^^^^ Warning: TabBarPage.qml:7:1: Type Page is used but it is not resolved Page { ^^^^ Warning: SwitchPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Info: TabBarPage.qml:5:1: Unused import at TabBarPage.qml:5:1 import QtQuick.Controls Did you mean "Image"? ImagellablePage { ^^^^^ ^^^^^^ Warning: SwitchPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: SwitchPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwitchPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwitchPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: SwitchPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: Error: SwitchPage.qml:26:13: 'Switch' is used but it is not resolved Switch { ^^^^^^ TabBarPage.qml:13:9: Could not compile binding for currentIndex: Cannot resolve property type for binding on currentIndex // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SwitchPage.qml:29:13: 'Switch' is used but it is not resolved Switch { ^^^^^^ Warning: Error: SwitchPage.qml:29:13: 'Switch' is used but it is not resolved Switch { ^^^^^^ TabBarPage.qml:12:17: Could not compile binding for fill: Cannot resolve property type for binding on fill // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SwitchPage.qml:33:13: 'Switch' is used but it is not resolved Switch { ^^^^^^ Error: Warning: SwitchPage.qml:33:13: 'Switch' is used but it is not resolved TabBarPage.qml:19:17: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. Switch { ^^^^^^ ^ Warning: SwitchPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Error: TabBarPage.qml:20:17: Could not compile binding for height: Cannot resolve property type for binding on height // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: SwitchPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: SwitchPage.qml:26:13: Type Switch is used but it is not resolved Switch { ^^^^^^ Warning: SwitchPage.qml:29:13: Type Switch is used but it is not resolved Switch { ^^^^^^ Warning: SwitchPage.qml:33:13: Type Switch is used but it is not resolved Switch { ^^^^^^ Warning: SwitchPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: SwitchPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: SwitchPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: SwitchPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Switch is an option button that can be dragged or toggled on or off. " ^^^^ Warning: SwitchPage.qml:27:17: Binding assigned to "text", but no property "text" exists in the current element. text: "First" ^^^^ Error: Warning: TabBarPage.qml:27:25: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ SwitchPage.qml:34:17: Binding assigned to "text", but no property "text" exists in the current element. text: "Third" Error: ^^^^ Warning: TabBarPage.qml:28:25: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ SwitchPage.qml:35:17: Binding assigned to "enabled", but no property "enabled" exists in the current element. enabled: false ^^^^^^^ Error: Warning: SwitchPage.qml:30:17: Binding assigned to "text", but no property "text" exists in the current element. textTabBarPage.qml:29:25: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ : "Second" ^^^^ Warning: SwitchPage.qml:31:17: Binding assigned to "checked", but no property "checked" exists in the current element. checked: true ^^^^^^^ Error: TabBarPage.qml:30:25: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Info: SwitchPage.qml:5:1: Unused import at SwitchPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: TabBarPage.qml:45:9: Could not compile binding for currentIndex: Cannot resolve property type for binding on currentIndex // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwitchPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwitchPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwitchPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: SwitchPage.qml:18:13: Could not compile binding for text: Cannot resolve property type for binding on text // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: TumblerPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: ToolTipPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: TextFieldPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: TextAreaPage.qml:5:1: Warnings occurred while importing module "QtQuick.Controls": import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. --- Warning: TumblerPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: TumblerPage.qml:21:9: Tumbler was not found. Did you add all import paths? Tumbler { ^^^^^^^ Warning: TumblerPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: TumblerPage.qml:23:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: TumblerPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: TumblerPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TumblerPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TumblerPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TumblerPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TumblerPage.qml:21:9: 'Tumbler' is used but it is not resolved Tumbler { ^^^^^^^ Warning: TumblerPage.qml:21:9: 'Tumbler' is used but it is not resolved Tumbler { ^^^^^^^ Warning: TumblerPage.qml:23:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: TumblerPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: TumblerPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: TumblerPage.qml:21:9: Type Tumbler is used but it is not resolved Tumbler { ^^^^^^^ Warning: TumblerPage.qml:22:13: Binding assigned to "model", but no property "model" exists in the current element. model: 10 ^^^^^ Warning: TumblerPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: TumblerPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: TumblerPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: TumblerPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Tumbler is used to select a value by spinning a wheel." ^^^^ Warning: TumblerPage.qml:23:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: TumblerPage.qml:5:1: Unused import at TumblerPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: TumblerPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TumblerPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TumblerPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TumblerPage.qml:23:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: ToolTipPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ToolTipPage.qml:21:9: Button was not found. Did you add all import paths? Button { ^^^^^^ Warning: TextFieldPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ToolTipPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: ToolTipPage.qml:23:13: unknown grouped property scope anchors. Warning: anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ TextAreaPage.qml:14:9: Label was not found. Did you add all import paths? Label { ^^^^^ Warning: ToolTipPage.qml:25:13: unknown attached property scope ToolTip. ToolTip.timeout: 5000 ^^^^^^^ Warning: ToolTipPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: ToolTipPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ToolTipPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ToolTipPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ToolTipPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: ToolTipPage.qml:21:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:21:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:23:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: ToolTipPage.qml:21:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:25:13: 'ToolTip' is used but it is not resolved ToolTip.timeout: 5000 ^^^^^^^ Warning: ToolTipPage.qml:21:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:25:13: 'ToolTip' is used but it is not resolved ToolTip.timeout: 5000 ^^^^^^^ Warning: ToolTipPage.qml:21:9: 'Button' is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:25:13: 'ToolTip' is used but it is not resolved ToolTip.timeout: 5000 ^^^^^^^ Warning: ToolTipPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: ToolTipPage.qml:21:9: Type Button is used but it is not resolved Button { ^^^^^^ Warning: ToolTipPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: ToolTipPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: ToolTipPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: ToolTipPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: ToolTipPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "A tool tip is a short piece of text that informs the user of a control's function." ^^^^ Warning: ToolTipPage.qml:25:21: Binding assigned to "timeout", but no property "timeout" exists in the current element. ToolTip.timeout: 5000 ^^^^^^^ Warning: ToolTipPage.qml:26:21: Binding assigned to "visible", but no property "visible" exists in the current element. ToolTip.visible: pressed ^^^^^^^ Warning: ToolTipPage.qml:27:21: Binding assigned to "text", but no property "text" exists in the current element. ToolTip.text: "This is a tool tip." ^^^^ Warning: ToolTipPage.qml:22:13: Binding assigned to "text", but no property "text" exists in the current element. text: "Tip" ^^^^ Warning: ToolTipPage.qml:23:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Info: ToolTipPage.qml:5:1: Unused import at ToolTipPage.qml:5:1 import QtQuick.Controls ^^^^^^ Warning: TextFieldPage.qml:21:9: TextField was not found. Did you add all import paths? TextField { ^^^^^^^^^ Error: ToolTipPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ToolTipPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ToolTipPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ToolTipPage.qml:23:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ Error: ToolTipPage.qml:26:21: Could not compile binding for visible: Cannot resolve property type for binding on visible // Copyright (C) 2017 The Qt Company Ltd. ^ Warning: TextAreaPage.qml:21:9: TextArea was not found. Did you add all import paths? TextArea { ^^^^^^^^ Warning: TextFieldPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Info: Did you mean "Image"? ImagellablePage { ^^^^^ Warning: TextFieldPage.qml:24:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: TextFieldPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: TextFieldPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextFieldPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextFieldPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextFieldPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextFieldPage.qml:21:9: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: TextFieldPage.qml:21:9: 'TextField' is used but it is not resolved TextField { ^^^^^^^^^ Warning: TextFieldPage.qml:24:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: TextFieldPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: TextFieldPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: TextFieldPage.qml:21:9: Type TextField is used but it is not resolved TextField { ^^^^^^^^^ Warning: TextFieldPage.qml:24:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: TextFieldPage.qml:23:13: Binding assigned to "placeholderText", but no property "placeholderText" exists in the current element. placeholderText: "TextField" ^^^^^^^^^^^^^^^ Warning: TextFieldPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: TextFieldPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: TextFieldPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: TextFieldPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "TextField is a single-line text editor." ^^^^ Info: TextFieldPage.qml:5:1: Unused import at TextFieldPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: Warning: TextFieldPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ TextAreaPage.qml:7:1: Page was not found. Did you add all import paths? ScrollablePage { ^^^^ Error: TextFieldPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Info: Did you mean "Image"? ImagellablePage { Error: TextFieldPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^ Warning: Error: TextAreaPage.qml:23:13: unknown grouped property scope anchors. anchors.horizontalCenter: parent.horizontalCenter TextFieldPage.qml:24:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ ^^^^^^^ Warning: TextAreaPage.qml:7:1: 'ScrollablePage' is used but it is not resolved ScrollablePage { ^^^^^^^^^^^^^^ Warning: TextAreaPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextAreaPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextAreaPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextAreaPage.qml:14:9: 'Label' is used but it is not resolved Label { ^^^^^ Warning: TextAreaPage.qml:21:9: 'TextArea' is used but it is not resolved TextArea { ^^^^^^^^ Warning: TextAreaPage.qml:21:9: 'TextArea' is used but it is not resolved TextArea { ^^^^^^^^ Warning: TextAreaPage.qml:23:13: 'anchors' is used but it is not resolved anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^ Warning: TextAreaPage.qml:21:9: 'TextArea' is used but it is not resolved TextArea { ^^^^^^^^ Warning: TextAreaPage.qml:21:9: 'TextArea' is used but it is not resolved TextArea { ^^^^^^^^ Warning: TextAreaPage.qml:10:5: Property "content" has incomplete type "". You may be missing an import. Column { ^^^^^^ Warning: TextAreaPage.qml:14:9: Type Label is used but it is not resolved Label { ^^^^^ Warning: TextAreaPage.qml:21:9: Type TextArea is used but it is not resolved TextArea { ^^^^^^^^ Warning: TextAreaPage.qml:22:13: Binding assigned to "width", but no property "width" exists in the current element. width: pane.availableWidth / 3 ^^^^^ Warning: TextAreaPage.qml:25:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: TextArea.Wrap ^^^^^^^^ Warning: TextAreaPage.qml:26:13: Binding assigned to "text", but no property "text" exists in the current element. text: "TextArea\n...\n...\n..." ^^^^ Warning: TextAreaPage.qml:23:21: Binding assigned to "horizontalCenter", but no property "horizontalCenter" exists in the current element. anchors.horizontalCenter: parent.horizontalCenter ^^^^^^^^^^^^^^^^ Warning: TextAreaPage.qml:15:13: Binding assigned to "width", but no property "width" exists in the current element. width: parent.width ^^^^^ Warning: TextAreaPage.qml:16:13: Binding assigned to "wrapMode", but no property "wrapMode" exists in the current element. wrapMode: Label.Wrap ^^^^^^^^ Warning: TextAreaPage.qml:17:13: Binding assigned to "horizontalAlignment", but no property "horizontalAlignment" exists in the current element. horizontalAlignment: Qt.AlignHCenter ^^^^^^^^^^^^^^^^^^^ Warning: TextAreaPage.qml:18:13: Binding assigned to "text", but no property "text" exists in the current element. text: "TextArea is a multi-line text editor." ^^^^ Info: TextAreaPage.qml:5:1: Unused import at TextAreaPage.qml:5:1 import QtQuick.Controls ^^^^^^ Error: TextAreaPage.qml:15:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TextAreaPage.qml:16:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TextAreaPage.qml:17:13: Could not compile binding for horizontalAlignment: Cannot resolve property type for binding on horizontalAlignment // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TextAreaPage.qml:22:13: Could not compile binding for width: Cannot resolve property type for binding on width // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TextAreaPage.qml:25:13: Could not compile binding for wrapMode: Cannot resolve property type for binding on wrapMode // Copyright (C) 2017 The Qt Company Ltd. ^ Error: TextAreaPage.qml:23:21: Could not compile binding for horizontalCenter: Cannot resolve property type for binding on horizontalCenter // Copyright (C) 2017 The Qt Company Ltd. ^ [ 71%] Building CXX object CMakeFiles/galleryexample.dir/galleryexample_autogen/mocs_compilation.cpp.obj [ 72%] Building CXX object CMakeFiles/galleryexample.dir/gallery.cpp.obj [ 72%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qrc_qmake_gallery.cpp.obj [ 73%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qrc_qmake_gallery_copy.cpp.obj [ 74%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_qmlcache_loader.cpp.obj [ 74%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qrc_galleryexample_raw_qml_0.cpp.obj [ 75%] Building CXX object CMakeFiles/galleryexample.dir/galleryexample_qmltyperegistrations.cpp.obj [ 76%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_+Material/ToolBar_qml.cpp.obj [ 76%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_ToolBar_qml.cpp.obj [ 77%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_gallery_qml.cpp.obj [ 78%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/BusyIndicatorPage_qml.cpp.obj [ 79%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ButtonPage_qml.cpp.obj mocs_compilation.cpp qrc_qmake_gallery_copy.cpp gallery.cpp qrc_qmake_gallery.cpp galleryexample_qmlcache_loader.cpp qrc_galleryexample_raw_qml_0.cpp galleryexample_qmltyperegistrations.cpp ToolBar_qml.cpp galleryexample_ToolBar_qml.cpp galleryexample_gallery_qml.cpp BusyIndicatorPage_qml.cpp ButtonPage_qml.cpp [ 79%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/DelegatePage_qml.cpp.obj [ 79%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/CheckBoxPage_qml.cpp.obj [ 80%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ComboBoxPage_qml.cpp.obj [ 81%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/DelayButtonPage_qml.cpp.obj ComboBoxPage_qml.cpp DelayButtonPage_qml.cpp CheckBoxPage_qml.cpp DelegatePage_qml.cpp [ 82%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/DialPage_qml.cpp.obj [ 83%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/DialogPage_qml.cpp.obj DialPage_qml.cpp DialogPage_qml.cpp [ 84%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/FramePage_qml.cpp.obj [ 84%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/GroupBoxPage_qml.cpp.obj FramePage_qml.cpp [ 85%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/PageIndicatorPage_qml.cpp.obj [ 86%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ProgressBarPage_qml.cpp.obj [ 87%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/RadioButtonPage_qml.cpp.obj GroupBoxPage_qml.cpp ProgressBarPage_qml.cpp PageIndicatorPage_qml.cpp RadioButtonPage_qml.cpp [ 87%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/RangeSliderPage_qml.cpp.obj [ 88%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ScrollBarPage_qml.cpp.obj [ 88%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ScrollablePage_qml.cpp.obj [ 89%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ScrollIndicatorPage_qml.cpp.obj [ 90%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/SliderPage_qml.cpp.obj RangeSliderPage_qml.cpp ScrollBarPage_qml.cpp ScrollablePage_qml.cpp ScrollIndicatorPage_qml.cpp SliderPage_qml.cpp [ 91%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/SpinBoxPage_qml.cpp.obj [ 92%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/StackViewPage_qml.cpp.obj [ 92%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/SwipeViewPage_qml.cpp.obj [ 93%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/SwitchPage_qml.cpp.obj SpinBoxPage_qml.cpp [ 94%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/TabBarPage_qml.cpp.obj StackViewPage_qml.cpp SwipeViewPage_qml.cpp SwitchPage_qml.cpp TabBarPage_qml.cpp [ 95%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/TextAreaPage_qml.cpp.obj [ 95%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/TextFieldPage_qml.cpp.obj TextAreaPage_qml.cpp TextFieldPage_qml.cpp [ 96%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/ToolTipPage_qml.cpp.obj [ 97%] Building CXX object CMakeFiles/galleryexample.dir/.rcc/qmlcache/galleryexample_pages/TumblerPage_qml.cpp.obj ToolTipPage_qml.cpp TumblerPage_qml.cpp [ 98%] Linking CXX executable galleryexample.exe [100%] Built target galleryexample 01:43:40: The process "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" exited normally. 01:43:40: Elapsed time: 00:16.