Warning: unqualified access at src/imports/calendar/MonthGrid.qml:54:18 opacity: model.month === control.month ? 1 : 0 ^^^^^ Warning: unqualified access at src/imports/calendar/MonthGrid.qml:55:15 text: model.day ^^^^^ Warning: Property "StrictlyEnforceRange" not found on type "QQuickListView" at src/imports/calendar/doc/snippets/qtlabscalendar-calendarmodel.qml:39:34 highlightRangeMode: ListView.StrictlyEnforceRange ^^^^^^^^^^^^^^^^^^^^ Warning: unqualified access at src/imports/calendar/doc/snippets/qtlabscalendar-calendarmodel.qml:50:16 month: model.month ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: month: listview.model.month Warning: unqualified access at src/imports/calendar/doc/snippets/qtlabscalendar-calendarmodel.qml:51:15 year: model.year ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: year: listview.model.year Warning: unqualified access at src/imports/calendar/WeekNumberColumn.qml:55:15 text: model.weekNumber ^^^^^ Warning: unqualified access at src/imports/calendar/DayOfWeekRow.qml:55:15 text: model.shortName ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SplitView.qml:52:56. color: T.SplitHandle.pressed ? control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/SplitView.qml:53:56. : (T.SplitHandle.hovered ? control.palette.midlight : control.palette.button) ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/SplitView.qml:53:83. : (T.SplitHandle.hovered ? control.palette.midlight : control.palette.button) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipText" at src/imports/controls/ToolTip.qml:62:32. color: control.palette.toolTipText ^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/ToolTip.qml:66:39. border.color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipBase" at src/imports/controls/ToolTip.qml:67:32. color: control.palette.toolTipBase ^^^^^^^^^^^ Warning: Property "Material" not found on type "T.SplitView" at src/imports/controls/material/SplitView.qml:53:48 color: T.SplitHandle.pressed ? control.Material.background ^^^^^^^^ Warning: Property "Material" not found on type "T.SplitView" at src/imports/controls/material/SplitView.qml:54:34 : Qt.lighter(control.Material.background, T.SplitHandle.hovered ? 1.2 : 1.1) ^^^^^^^^ Warning: Property "Material" not found on type "T.SplitView" at src/imports/controls/material/SplitView.qml:57:28 color: control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "T" not found on type "Rectangle" at src/imports/controls/material/SplitView.qml:64:41 property int length: parent.T.SplitHandle.pressed ? 3 : 8 ^ Warning: Property "T" not found on type "Rectangle" at src/imports/controls/material/SplitView.qml:65:53 readonly property int thickness: parent.T.SplitHandle.pressed ? 3 : 1 ^ Warning: Property "Material" not found on type "T.ToolTip" at src/imports/controls/material/ToolTip.qml:74:24 color: control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolTip" at src/imports/controls/material/ToolTip.qml:78:33 implicitHeight: control.Material.tooltipHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolTip" at src/imports/controls/material/ToolTip.qml:79:24 color: control.Material.tooltipColor ^^^^^^^^ warning: T.VerticalHeaderView was not found. Did you add all import paths? Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:56:63 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedTrackColor : indicator.control.Material.switchUncheckedTrackColor) ^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:56:91 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedTrackColor : indicator.control.Material.switchUncheckedTrackColor) ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:56:144 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedTrackColor : indicator.control.Material.switchUncheckedTrackColor) ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:57:52 : indicator.control.Material.switchDisabledTrackColor ^^^^^^^^ Warning: Property "visualPosition" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:62:73 x: Math.max(0, Math.min(parent.width - width, indicator.control.visualPosition * parent.width - (width / 2))) ^^^^^^^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:67:63 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedHandleColor : indicator.control.Material.switchUncheckedHandleColor) ^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:67:91 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedHandleColor : indicator.control.Material.switchUncheckedHandleColor) ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:67:145 color: indicator.control.enabled ? (indicator.control.checked ? indicator.control.Material.switchCheckedHandleColor : indicator.control.Material.switchUncheckedHandleColor) ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:68:52 : indicator.control.Material.switchDisabledHandleColor ^^^^^^^^ Warning: Property "Material" not found on type "Item" at src/imports/controls/material/SwitchIndicator.qml:76:34 layer.enabled: indicator.Material.elevation > 0 ^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/material/SwitchIndicator.qml:71:41 enabled: !indicator.control.pressed ^^^^^^^ Warning: Property "Material" not found on type "Item" at src/imports/controls/material/SwitchIndicator.qml:78:34 elevation: indicator.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolBar" at src/imports/controls/material/ToolBar.qml:58:24 color: control.Material.toolBarColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolBar" at src/imports/controls/material/ToolBar.qml:60:32 layer.enabled: control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolBar" at src/imports/controls/material/ToolBar.qml:62:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.Page" at src/imports/controls/material/Page.qml:54:24 color: control.Material.backgroundColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TabButton" at src/imports/controls/material/TabButton.qml:67:43 color: !control.enabled ? control.Material.hintTextColor : control.down || control.checked ? control.Material.accentColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.TabButton" at src/imports/controls/material/TabButton.qml:67:110 color: !control.enabled ? control.Material.hintTextColor : control.down || control.checked ? control.Material.accentColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.TabButton" at src/imports/controls/material/TabButton.qml:67:141 color: !control.enabled ? control.Material.hintTextColor : control.down || control.checked ? control.Material.accentColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.TabButton" at src/imports/controls/material/TabButton.qml:71:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.TabButton" at src/imports/controls/material/TabButton.qml:77:24 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ScrollIndicator" at src/imports/controls/material/ScrollIndicator.qml:55:24 color: control.Material.scrollBarColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwitchDelegate" at src/imports/controls/material/SwitchDelegate.qml:79:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwitchDelegate" at src/imports/controls/material/SwitchDelegate.qml:79:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwitchDelegate" at src/imports/controls/material/SwitchDelegate.qml:83:33 implicitHeight: control.Material.delegateHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.SwitchDelegate" at src/imports/controls/material/SwitchDelegate.qml:85:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.SwitchDelegate" at src/imports/controls/material/SwitchDelegate.qml:95:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TextArea" at src/imports/controls/material/TextArea.qml:82:46 color: control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TextArea" at src/imports/controls/material/TextArea.qml:82:77 color: control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.PageIndicator" at src/imports/controls/material/PageIndicator.qml:57:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.PageIndicator" at src/imports/controls/material/PageIndicator.qml:57:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/PageIndicator.qml:59:18 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^ Warning: unqualified access at src/imports/controls/material/PageIndicator.qml:59:28 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^^^^^^^^ Note: currentIndex is a meber of the root element You can qualify the access with its id to avoid this warning: opacity: index === control.currentIndex ? 0.95 : pressed ? 0.7 : 0.45 Warning: unqualified access at src/imports/controls/material/PageIndicator.qml:59:50 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/material/TabBar.qml:65:38 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Property "Material" not found on type "T.TabBar" at src/imports/controls/material/TabBar.qml:81:24 color: control.Material.backgroundColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TabBar" at src/imports/controls/material/TabBar.qml:83:32 layer.enabled: control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.TabBar" at src/imports/controls/material/TabBar.qml:85:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.TabBar" at src/imports/controls/material/TabBar.qml:75:32 color: control.Material.accentColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuSeparator" at src/imports/controls/material/MenuSeparator.qml:54:24 color: control.Material.dividerColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Pane" at src/imports/controls/material/Pane.qml:53:24 color: control.Material.backgroundColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Pane" at src/imports/controls/material/Pane.qml:54:25 radius: control.Material.elevation > 0 ? 2 : 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Pane" at src/imports/controls/material/Pane.qml:56:51 layer.enabled: control.enabled && control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Pane" at src/imports/controls/material/Pane.qml:58:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "StrictlyEnforceRange" not found on type "QQuickListView" at src/imports/controls/material/SwipeView.qml:60:38 highlightRangeMode: ListView.StrictlyEnforceRange ^^^^^^^^^^^^^^^^^^^^ Warning: Property "Material" not found on type "T.ItemDelegate" at src/imports/controls/material/ItemDelegate.qml:70:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ItemDelegate" at src/imports/controls/material/ItemDelegate.qml:70:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ItemDelegate" at src/imports/controls/material/ItemDelegate.qml:74:33 implicitHeight: control.Material.delegateHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.ItemDelegate" at src/imports/controls/material/ItemDelegate.qml:76:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.ItemDelegate" at src/imports/controls/material/ItemDelegate.qml:86:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:62:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:62:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:73:24 color: control.Material.elevation > 0 ? control.Material.backgroundColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:73:57 color: control.Material.elevation > 0 ? control.Material.backgroundColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:74:31 border.color: control.Material.frameColor ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:76:51 layer.enabled: control.enabled && control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.GroupBox" at src/imports/controls/material/GroupBox.qml:78:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.Frame" at src/imports/controls/material/Frame.qml:55:24 color: control.Material.elevation > 0 ? control.Material.backgroundColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.Frame" at src/imports/controls/material/Frame.qml:55:57 color: control.Material.elevation > 0 ? control.Material.backgroundColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.Frame" at src/imports/controls/material/Frame.qml:56:31 border.color: control.Material.frameColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Frame" at src/imports/controls/material/Frame.qml:58:51 layer.enabled: control.enabled && control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Frame" at src/imports/controls/material/Frame.qml:60:32 elevation: control.Material.elevation ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/SliderHandle.qml:59:16 color: control.enabled ? root.control.Material.accentColor : root.control.Material.sliderDisabledColor ^^^^^^^ Note: control is a meber of the root element You can qualify the access with its id to avoid this warning: color: root.control.enabled ? root.control.Material.accentColor : root.control.Material.sliderDisabledColor Warning: Type "var" of base "control" not found when accessing member "Material" at src/imports/controls/material/SliderHandle.qml:59:47. color: control.enabled ? root.control.Material.accentColor : root.control.Material.sliderDisabledColor ^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Material" at src/imports/controls/material/SliderHandle.qml:59:83. color: control.enabled ? root.control.Material.accentColor : root.control.Material.sliderDisabledColor ^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Material" at src/imports/controls/material/SliderHandle.qml:74:29. color: root.control.Material.highlightedRippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:68:43 color: !control.enabled ? control.Material.hintTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:68:76 color: !control.enabled ? control.Material.hintTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:77:33 implicitHeight: control.Material.buttonHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:80:43 color: !control.enabled ? control.Material.buttonDisabledColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:80:82 color: !control.enabled ? control.Material.buttonDisabledColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:102:51 layer.enabled: control.enabled && control.Material.buttonColor.a > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:89:65 color: control.checked && control.enabled ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:89:96 color: control.checked && control.enabled ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:104:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:114:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.DelayButton" at src/imports/controls/material/DelayButton.qml:98:32 color: control.Material.accentColor ^^^^^^^^ Warning: Property "radius" not found on type "QQuickItem" at src/imports/controls/material/BoxShadow.qml:69:50 cornerRadius: blurRadius + (source && source.radius || 0) ^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:67:43 color: !control.enabled ? control.Material.hintTextColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:68:66 control.checked || control.highlighted ? control.Material.accent : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:68:92 control.checked || control.highlighted ? control.Material.accent : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:72:32 implicitWidth: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:73:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.ToolButton" at src/imports/controls/material/ToolButton.qml:85:24 color: control.Material.rippleColor ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/Tumbler.qml:52:15 text: modelData ^^^^^^^^^ Warning: Property "Material" not found on type "T.Tumbler" at src/imports/controls/material/Tumbler.qml:53:24 color: control.Material.foreground ^^^^^^^^ Warning: Property "displacement" not found on type "Tumbler" at src/imports/controls/material/Tumbler.qml:55:42 opacity: (1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2)) * (control.enabled ? 1 : 0.6) ^^^^^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/CursorDelegate.qml:43:19 color: parent.Material.accentColor ^^^^^^^^ Warning: Property "readOnly" not found on type "QQuickItem" at src/imports/controls/material/CursorDelegate.qml:45:44 visible: parent.activeFocus && !parent.readOnly && parent.selectionStart === parent.selectionEnd ^^^^^^^^ Warning: Property "selectionStart" not found on type "QQuickItem" at src/imports/controls/material/CursorDelegate.qml:45:63 visible: parent.activeFocus && !parent.readOnly && parent.selectionStart === parent.selectionEnd ^^^^^^^^^^^^^^ Warning: Property "selectionEnd" not found on type "QQuickItem" at src/imports/controls/material/CursorDelegate.qml:45:89 visible: parent.activeFocus && !parent.readOnly && parent.selectionStart === parent.selectionEnd ^^^^^^^^^^^^ Warning: Property "readOnly" not found on type "QQuickItem" at src/imports/controls/material/CursorDelegate.qml:58:62 running: cursor.parent.activeFocus && !cursor.parent.readOnly && interval != 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:72:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:72:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:76:33 implicitHeight: control.Material.delegateHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:78:24 color: control.Material.backgroundColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:84:28 color: control.Material.listHighlightColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SwipeDelegate" at src/imports/controls/material/SwipeDelegate.qml:95:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "position" not found on type "Transition" at src/imports/controls/material/SwipeDelegate.qml:96:36 enabled: control.swipe.position === 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuBar" at src/imports/controls/material/MenuBar.qml:63:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/CheckIndicator.qml:46:46 border.color: !control.enabled ? control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/CheckIndicator.qml:47:49 : checkState !== Qt.Unchecked ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/CheckIndicator.qml:47:80 : checkState !== Qt.Unchecked ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/material/CheckIndicator.qml:52:38 property int checkState: control.checkState ^^^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:47:46 border.color: !control.enabled ? control.Material.hintTextColor ^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:48:19 : control.checked || control.down ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:48:38 : control.checked || control.down ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:48:53 : control.checked || control.down ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:48:84 : control.checked || control.down ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:60:36 visible: indicator.control.checked || indicator.control.down ^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/material/RadioIndicator.qml:60:65 visible: indicator.control.checked || indicator.control.down ^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:75:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:77:32 layer.enabled: control.Material.elevation > 0 ^^^^^^^^ Warning: Property "ElideRight" not found on type "Label" at src/imports/controls/material/Dialog.qml:86:22 elide: Label.ElideRight ^^^^^^^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:105:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:110:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:79:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.Dialog" at src/imports/controls/material/Dialog.qml:94:28 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:76:43 color: !control.enabled ? control.Material.hintTextColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:77:59 control.flat && control.highlighted ? control.Material.accentColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:78:43 control.highlighted ? control.Material.primaryHighlightedTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:78:90 control.highlighted ? control.Material.primaryHighlightedTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:83:33 implicitHeight: control.Material.buttonHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:86:43 color: !control.enabled ? control.Material.buttonDisabledColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:87:47 control.highlighted ? control.Material.highlightedButtonColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:87:89 control.highlighted ? control.Material.highlightedButtonColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:103:51 layer.enabled: control.enabled && control.Material.buttonColor.a > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:97:65 color: control.checked && control.enabled ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:97:96 color: control.checked && control.enabled ? control.Material.accentColor : control.Material.secondaryTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:105:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:115:66 color: control.flat && control.highlighted ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Button" at src/imports/controls/material/Button.qml:115:108 color: control.flat && control.highlighted ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "AndroidLayout" not found on type "QQuickDialogButtonBox" at src/imports/controls/material/DialogButtonBox.qml:56:37 buttonLayout: T.DialogButtonBox.AndroidLayout ^^^^^^^^^^^^^ Warning: Property "Material" not found on type "T.DialogButtonBox" at src/imports/controls/material/DialogButtonBox.qml:71:33 implicitHeight: control.Material.dialogButtonBoxHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.DialogButtonBox" at src/imports/controls/material/DialogButtonBox.qml:73:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioDelegate" at src/imports/controls/material/RadioDelegate.qml:79:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioDelegate" at src/imports/controls/material/RadioDelegate.qml:79:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioDelegate" at src/imports/controls/material/RadioDelegate.qml:83:33 implicitHeight: control.Material.delegateHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioDelegate" at src/imports/controls/material/RadioDelegate.qml:85:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioDelegate" at src/imports/controls/material/RadioDelegate.qml:95:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckBox" at src/imports/controls/material/CheckBox.qml:79:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckBox" at src/imports/controls/material/CheckBox.qml:79:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckBox" at src/imports/controls/material/CheckBox.qml:69:46 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckBox" at src/imports/controls/material/CheckBox.qml:69:88 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioButton" at src/imports/controls/material/RadioButton.qml:79:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioButton" at src/imports/controls/material/RadioButton.qml:79:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioButton" at src/imports/controls/material/RadioButton.qml:69:46 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RadioButton" at src/imports/controls/material/RadioButton.qml:69:88 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:75:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:75:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:93:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:93:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:98:33 implicitHeight: control.Material.menuItemHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:99:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuItem" at src/imports/controls/material/MenuItem.qml:109:28 color: control.Material.rippleColor ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/ToolSeparator.qml:53:24 implicitWidth: vertical ? 1 : 38 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitWidth: control.vertical ? 1 : 38 Warning: unqualified access at src/imports/controls/material/ToolSeparator.qml:54:25 implicitHeight: vertical ? 38 : 1 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitHeight: control.vertical ? 38 : 1 Warning: Property "Material" not found on type "T.ToolSeparator" at src/imports/controls/material/ToolSeparator.qml:55:24 color: control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ApplicationWindow" at src/imports/controls/material/ApplicationWindow.qml:48:23 color: window.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ApplicationWindow" at src/imports/controls/material/ApplicationWindow.qml:53:23 color: window.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TextField" at src/imports/controls/material/TextField.qml:83:46 color: control.activeFocus ? control.Material.accentColor ^^^^^^^^ Warning: Property "Material" not found on type "T.TextField" at src/imports/controls/material/TextField.qml:84:65 : (control.hovered ? control.Material.primaryTextColor : control.Material.hintTextColor) ^^^^^^^^ Warning: Property "Material" not found on type "T.TextField" at src/imports/controls/material/TextField.qml:84:101 : (control.hovered ? control.Material.primaryTextColor : control.Material.hintTextColor) ^^^^^^^^ warning: T.HorizontalHeaderView was not found. Did you add all import paths? Warning: Property "Material" not found on type "T.ProgressBar" at src/imports/controls/material/ProgressBar.qml:54:24 color: control.Material.accentColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ProgressBar" at src/imports/controls/material/ProgressBar.qml:65:32 color: Qt.rgba(control.Material.accentColor.r, control.Material.accentColor.g, control.Material.accentColor.b, 0.25) ^^^^^^^^ Warning: Property "Material" not found on type "T.ProgressBar" at src/imports/controls/material/ProgressBar.qml:65:64 color: Qt.rgba(control.Material.accentColor.r, control.Material.accentColor.g, control.Material.accentColor.b, 0.25) ^^^^^^^^ Warning: Property "Material" not found on type "T.ProgressBar" at src/imports/controls/material/ProgressBar.qml:65:96 color: Qt.rgba(control.Material.accentColor.r, control.Material.accentColor.g, control.Material.accentColor.b, 0.25) ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/Switch.qml:55:12 x: text ? (control.mirrored ? control.width - width - control.rightPadding : control.leftPadding) : control.leftPadding + (control.availableWidth - width) / 2 ^^^^ Note: text is a meber of the root element You can qualify the access with its id to avoid this warning: x: control.text ? (control.mirrored ? control.width - width - control.rightPadding : control.leftPadding) : control.leftPadding + (control.availableWidth - width) / 2 Warning: Property "Material" not found on type "T.Switch" at src/imports/controls/material/Switch.qml:75:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Switch" at src/imports/controls/material/Switch.qml:75:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Type "handle" of base "handle" not found when accessing member "x" at src/imports/controls/material/Switch.qml:60:30. x: parent.handle.x + parent.handle.width / 2 - width / 2 ^ Warning: Type "handle" of base "handle" not found when accessing member "width" at src/imports/controls/material/Switch.qml:60:48. x: parent.handle.x + parent.handle.width / 2 - width / 2 ^^^^^ Warning: Type "handle" of base "handle" not found when accessing member "y" at src/imports/controls/material/Switch.qml:61:30. y: parent.handle.y + parent.handle.height / 2 - height / 2 ^ Warning: Type "handle" of base "handle" not found when accessing member "height" at src/imports/controls/material/Switch.qml:61:48. y: parent.handle.y + parent.handle.height / 2 - height / 2 ^^^^^^ Warning: Property "Material" not found on type "T.Switch" at src/imports/controls/material/Switch.qml:65:46 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Switch" at src/imports/controls/material/Switch.qml:65:88 color: control.checked ? control.Material.highlightedRippleColor : control.Material.rippleColor ^^^^^^^^ Warning: Type of property "source" not found at src/imports/controls/material/ElevationEffect.qml:78:40 readonly property Item sourceItem: source.sourceItem ^^^^^^ Warning: Type of property "_shadows" not found at src/imports/controls/material/ElevationEffect.qml:218:77 readonly property var _shadow: _shadows[Math.max(0, Math.min(elevation, _shadows.length - 1))] ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/ComboBox.qml:67:66 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/material/ComboBox.qml:67:96 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : control.model[control.textRole]) : modelData Warning: unqualified access at src/imports/controls/material/ComboBox.qml:67:123 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/material/ComboBox.qml:68:55 Material.foreground: control.currentIndex === index ? parent.Material.accent : parent.Material.foreground ^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/ComboBox.qml:68:70 Material.foreground: control.currentIndex === index ? parent.Material.accent : parent.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/ComboBox.qml:68:95 Material.foreground: control.currentIndex === index ? parent.Material.accent : parent.Material.foreground ^^^^^^^^ Warning: unqualified access at src/imports/controls/material/ComboBox.qml:69:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:76:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:76:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "selectTextByMouse" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:92:32 selectByMouse: control.selectTextByMouse ^^^^^^^^^^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:95:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:95:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:96:33 selectionColor: control.Material.accentColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:97:36 selectedTextColor: control.Material.primaryHighlightedTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:105:33 implicitHeight: control.Material.buttonHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:108:44 color: !control.editable ? control.Material.dialogColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:110:72 layer.enabled: control.enabled && !control.editable && control.Material.background.a > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:144:33 Material.theme: control.Material.theme ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:145:34 Material.accent: control.Material.accent ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:146:35 Material.primary: control.Material.primary ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:112:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:120:70 color: control.editable && control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:120:101 color: control.editable && control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ComboBox" at src/imports/controls/material/ComboBox.qml:132:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "QQuickItem" at src/imports/controls/material/ComboBox.qml:172:27 color: parent.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.BusyIndicator" at src/imports/controls/material/BusyIndicator.qml:53:32 implicitWidth: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.BusyIndicator" at src/imports/controls/material/BusyIndicator.qml:54:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.BusyIndicator" at src/imports/controls/material/BusyIndicator.qml:55:24 color: control.Material.accentColor ^^^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/material/Menu.qml:77:29 interactive: Window.window ^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/material/Menu.qml:78:95 ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height ^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:88:33 implicitHeight: control.Material.menuItemHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:91:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:93:32 layer.enabled: control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:100:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:105:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Menu" at src/imports/controls/material/Menu.qml:95:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:47:35 first.implicitHandleWidth + leftPadding + rightPadding, ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:48:36 second.implicitHandleWidth + leftPadding + rightPadding) ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:50:36 first.implicitHandleHeight + topPadding + bottomPadding, ^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:51:37 second.implicitHandleHeight + topPadding + bottomPadding) ^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:56:70 x: control.leftPadding + (control.horizontal ? control.first.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:57:110 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.first.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:58:16 value: first.value ^^^^^ Note: first is a meber of the root element You can qualify the access with its id to avoid this warning: value: control.first.value Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:60:24 handlePressed: first.pressed ^^^^^ Note: first is a meber of the root element You can qualify the access with its id to avoid this warning: handlePressed: control.first.pressed Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:61:24 handleHovered: first.hovered ^^^^^ Note: first is a meber of the root element You can qualify the access with its id to avoid this warning: handleHovered: control.first.hovered Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:65:71 x: control.leftPadding + (control.horizontal ? control.second.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:66:111 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.second.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:67:16 value: second.value ^^^^^^ Note: second is a meber of the root element You can qualify the access with its id to avoid this warning: value: control.second.value Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:69:24 handlePressed: second.pressed ^^^^^^ Note: second is a meber of the root element You can qualify the access with its id to avoid this warning: handlePressed: control.second.pressed Warning: unqualified access at src/imports/controls/material/RangeSlider.qml:70:24 handleHovered: second.hovered ^^^^^^ Note: second is a meber of the root element You can qualify the access with its id to avoid this warning: handleHovered: control.second.hovered Warning: Property "Material" not found on type "T.RangeSlider" at src/imports/controls/material/RangeSlider.qml:81:60 color: control.enabled ? Color.transparent(control.Material.accentColor, 0.33) : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RangeSlider" at src/imports/controls/material/RangeSlider.qml:81:98 color: control.enabled ? Color.transparent(control.Material.accentColor, 0.33) : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:84:51 x: control.horizontal ? control.first.position * parent.width : 0 ^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:85:56 y: control.horizontal ? 0 : control.second.visualPosition * parent.height ^^^^^^^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:86:56 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width : 4 ^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:86:96 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width : 4 ^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:87:61 height: control.horizontal ? 4 : control.second.position * parent.height - control.first.position * parent.height ^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/material/RangeSlider.qml:87:102 height: control.horizontal ? 4 : control.second.position * parent.height - control.first.position * parent.height ^^^^^^^^ Warning: Property "Material" not found on type "T.RangeSlider" at src/imports/controls/material/RangeSlider.qml:89:46 color: control.enabled ? control.Material.accentColor : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RangeSlider" at src/imports/controls/material/RangeSlider.qml:89:77 color: control.enabled ? control.Material.accentColor : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Item" at src/imports/controls/material/SpinBox.qml:47:32 up.implicitIndicatorWidth + ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Item" at src/imports/controls/material/SpinBox.qml:48:34 down.implicitIndicatorWidth) ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Item" at src/imports/controls/material/SpinBox.qml:51:33 up.implicitIndicatorHeight, ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Item" at src/imports/controls/material/SpinBox.qml:52:35 down.implicitIndicatorHeight) ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:57:42 leftPadding: (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:57:57 leftPadding: (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:57:86 leftPadding: (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:57:103 leftPadding: (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:58:45 rightPadding: (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:58:62 rightPadding: (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:58:89 rightPadding: (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/material/SpinBox.qml:58:104 rightPadding: (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Type "QLocale" of base "locale" not found when accessing member "name" at src/imports/controls/material/SpinBox.qml:61:32. locale: control.locale.name ^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:70:34 color: enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:70:64 color: enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:71:33 selectionColor: control.Material.textSelectionColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:72:36 selectedTextColor: control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:85:32 implicitWidth: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:86:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:119:32 implicitWidth: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:120:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:146:33 implicitHeight: control.Material.touchTarget ^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/material/SpinBox.qml:96:33 pressed: control.up.pressed ^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/material/SpinBox.qml:97:32 active: control.up.pressed || control.up.hovered || control.visualFocus ^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/material/SpinBox.qml:97:54 active: control.up.pressed || control.up.hovered || control.visualFocus ^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:98:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:106:38 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:106:68 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:113:38 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:113:68 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/material/SpinBox.qml:130:35 pressed: control.down.pressed ^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/material/SpinBox.qml:131:34 active: control.down.pressed || control.down.hovered || control.visualFocus ^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/material/SpinBox.qml:131:58 active: control.down.pressed || control.down.hovered || control.visualFocus ^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:132:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:140:38 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:140:68 color: enabled ? control.Material.foreground : control.Material.spinBoxDisabledIconColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:153:50 color: control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.SpinBox" at src/imports/controls/material/SpinBox.qml:153:81 color: control.activeFocus ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuBarItem" at src/imports/controls/material/MenuBarItem.qml:70:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuBarItem" at src/imports/controls/material/MenuBarItem.qml:70:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuBarItem" at src/imports/controls/material/MenuBarItem.qml:76:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.MenuBarItem" at src/imports/controls/material/MenuBarItem.qml:86:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckDelegate" at src/imports/controls/material/CheckDelegate.qml:79:42 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckDelegate" at src/imports/controls/material/CheckDelegate.qml:79:72 color: control.enabled ? control.Material.foreground : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckDelegate" at src/imports/controls/material/CheckDelegate.qml:83:33 implicitHeight: control.Material.delegateHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckDelegate" at src/imports/controls/material/CheckDelegate.qml:85:46 color: control.highlighted ? control.Material.listHighlightColor : "transparent" ^^^^^^^^ Warning: Property "Material" not found on type "T.CheckDelegate" at src/imports/controls/material/CheckDelegate.qml:95:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Popup" at src/imports/controls/material/Popup.qml:68:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Popup" at src/imports/controls/material/Popup.qml:70:32 layer.enabled: control.Material.elevation > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Popup" at src/imports/controls/material/Popup.qml:77:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Popup" at src/imports/controls/material/Popup.qml:82:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Popup" at src/imports/controls/material/Popup.qml:72:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "overlay" not found on type "QQuickOverlay" at src/imports/controls/material/Drawer.qml:45:23 parent: T.Overlay.overlay ^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:63:24 color: control.Material.dialogColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:83:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:88:24 color: control.Material.backgroundDimColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:69:28 color: control.Material.dividerColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:72:46 visible: !control.dim && control.Material.elevation === 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.Drawer" at src/imports/controls/material/Drawer.qml:77:32 elevation: control.Material.elevation ^^^^^^^^ Warning: Property "Material" not found on type "T.Dial" at src/imports/controls/material/Dial.qml:61:49 border.color: control.enabled ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Dial" at src/imports/controls/material/Dial.qml:61:80 border.color: control.enabled ? control.Material.accentColor : control.Material.hintTextColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Slider" at src/imports/controls/material/Slider.qml:70:60 color: control.enabled ? Color.transparent(control.Material.accentColor, 0.33) : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Slider" at src/imports/controls/material/Slider.qml:70:98 color: control.enabled ? Color.transparent(control.Material.accentColor, 0.33) : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Slider" at src/imports/controls/material/Slider.qml:78:46 color: control.enabled ? control.Material.accentColor : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.Slider" at src/imports/controls/material/Slider.qml:78:77 color: control.enabled ? control.Material.accentColor : control.Material.sliderDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ScrollBar" at src/imports/controls/material/ScrollBar.qml:57:42 color: control.pressed ? control.Material.scrollBarPressedColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.ScrollBar" at src/imports/controls/material/ScrollBar.qml:58:65 control.interactive && control.hovered ? control.Material.scrollBarHoveredColor : control.Material.scrollBarColor ^^^^^^^^ Warning: Property "Material" not found on type "T.ScrollBar" at src/imports/controls/material/ScrollBar.qml:58:106 control.interactive && control.hovered ? control.Material.scrollBarHoveredColor : control.Material.scrollBarColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:77:43 color: !control.enabled ? control.Material.hintTextColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:78:59 control.flat && control.highlighted ? control.Material.accentColor : ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:79:43 control.highlighted ? control.Material.primaryHighlightedTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:79:90 control.highlighted ? control.Material.primaryHighlightedTextColor : control.Material.foreground ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:84:32 implicitWidth: control.Material.buttonHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:85:33 implicitHeight: control.Material.buttonHeight ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:88:43 color: !control.enabled ? control.Material.buttonDisabledColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:89:64 : control.checked || control.highlighted ? control.Material.highlightedButtonColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:89:106 : control.checked || control.highlighted ? control.Material.highlightedButtonColor : control.Material.buttonColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:110:51 layer.enabled: control.enabled && control.Material.buttonColor.a > 0 ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:96:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:104:28 color: control.Material.rippleColor ^^^^^^^^ Warning: Property "Material" not found on type "T.RoundButton" at src/imports/controls/material/RoundButton.qml:112:32 elevation: control.Material.elevation ^^^^^^^^ warning: T.VerticalHeaderView was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/Label.qml:45:28. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "link" at src/imports/controls/Label.qml:46:32. linkColor: control.palette.link ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/ToolBar.qml:52:32. color: control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipText" at src/imports/controls/imagine/ToolTip.qml:74:32. color: control.palette.toolTipText ^^^^^^^^^^^ warning: T.VerticalHeaderView was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/Label.qml:50:28. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "link" at src/imports/controls/imagine/Label.qml:51:32. linkColor: control.palette.link ^^^^ Warning: Property "mirrored" not found on type "T.Label" at src/imports/controls/imagine/Label.qml:58:38 {"mirrored": control.mirrored}, ^^^^^^^^ Warning: Property "hovered" not found on type "T.Label" at src/imports/controls/imagine/Label.qml:59:37 {"hovered": control.hovered} ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/TabButton.qml:66:33. icon.color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/TabButton.qml:76:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/ScrollIndicator.qml:101:41 NumberAnimation { targets: [contentItem, control.background]; property: "opacity"; to: 1.0 } ^^^^^^^^^^^ Note: contentItem is a meber of the root element You can qualify the access with its id to avoid this warning: NumberAnimation { targets: [control.contentItem, control.background]; property: "opacity"; to: 1.0 } Warning: unqualified access at src/imports/controls/imagine/ScrollIndicator.qml:107:45 NumberAnimation { targets: [contentItem, control.background]; property: "opacity"; to: 0.0 } ^^^^^^^^^^^ Note: contentItem is a meber of the root element You can qualify the access with its id to avoid this warning: NumberAnimation { targets: [control.contentItem, control.background]; property: "opacity"; to: 0.0 } Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/SwitchDelegate.qml:67:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/SwitchDelegate.qml:130:32. color: control.palette.text ^^^^ Warning: Property "leftPadding" not found on type "QQuickItem" at src/imports/controls/imagine/SwitchDelegate.qml:89:51 readonly property real minPos: parent.leftPadding - leftPadding ^^^^^^^^^^^ Warning: Property "rightPadding" not found on type "QQuickItem" at src/imports/controls/imagine/SwitchDelegate.qml:90:89 readonly property real maxPos: parent.width - width + rightPadding - parent.rightPadding ^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/TextArea.qml:64:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/TextArea.qml:65:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/imagine/TextArea.qml:66:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Property "mirrored" not found on type "T.TextArea" at src/imports/controls/imagine/TextArea.qml:92:38 {"mirrored": control.mirrored}, ^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/PageIndicator.qml:65:29 {"pressed": pressed}, ^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/PageIndicator.qml:66:29 {"current": index === control.currentIndex}, ^^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/imagine/TabBar.qml:71:38 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Property "StrictlyEnforceRange" not found on type "QQuickListView" at src/imports/controls/imagine/SwipeView.qml:71:38 highlightRangeMode: ListView.StrictlyEnforceRange ^^^^^^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/ItemDelegate.qml:67:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/ItemDelegate.qml:78:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/GroupBox.qml:71:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/DelayButton.qml:70:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/ToolButton.qml:66:33. icon.color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/ToolButton.qml:76:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/Tumbler.qml:58:15 text: modelData ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/Tumbler.qml:60:32. color: control.palette.text ^^^^ Warning: Property "displacement" not found on type "Tumbler" at src/imports/controls/imagine/Tumbler.qml:61:42 opacity: (1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2)) * (control.enabled ? 1 : 0.6) ^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/SwipeDelegate.qml:67:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/SwipeDelegate.qml:80:32. color: control.palette.text ^^^^ Warning: Property "ElideRight" not found on type "Label" at src/imports/controls/imagine/Dialog.qml:78:22 elide: Label.ElideRight ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/Button.qml:66:90. icon.color: control.enabled && control.flat && control.highlighted ? control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/imagine/Button.qml:68:27. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/Button.qml:68:71. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/Button.qml:68:100. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/Button.qml:78:89. color: control.enabled && control.flat && control.highlighted ? control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/imagine/Button.qml:80:31. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/Button.qml:80:75. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/Button.qml:80:104. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/RadioDelegate.qml:67:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/RadioDelegate.qml:99:32. color: control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/imagine/CheckBox.qml:64:12 x: text ? (control.mirrored ? control.width - width - control.rightPadding : control.leftPadding) : control.leftPadding + (control.availableWidth - width) / 2 ^^^^ Note: text is a meber of the root element You can qualify the access with its id to avoid this warning: x: control.text ? (control.mirrored ? control.width - width - control.rightPadding : control.leftPadding) : control.leftPadding + (control.availableWidth - width) / 2 Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/CheckBox.qml:87:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/RadioButton.qml:86:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/MenuItem.qml:67:33. icon.color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/MenuItem.qml:83:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Property "ScrollBar" not found on type "ScrollBar" at src/imports/controls/imagine/ScrollView.qml:66:27 active: control.T.ScrollBar.horizontal.active ^^^^^^^^^ Warning: Property "ScrollBar" not found on type "ScrollBar" at src/imports/controls/imagine/ScrollView.qml:74:27 active: control.T.ScrollBar.vertical.active ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/TextField.qml:63:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/TextField.qml:64:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/imagine/TextField.qml:65:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Property "mirrored" not found on type "T.TextField" at src/imports/controls/imagine/TextField.qml:91:38 {"mirrored": control.mirrored}, ^^^^^^^^ warning: T.HorizontalHeaderView was not found. Did you add all import paths? Warning: Property "Null" not found on type "QQuickImage" at src/imports/controls/imagine/ProgressBar.qml:66:63 readonly property bool hasMask: mask.status !== Image.Null ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/Switch.qml:116:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Property "leftPadding" not found on type "QQuickItem" at src/imports/controls/imagine/Switch.qml:82:51 readonly property real minPos: parent.leftPadding - leftPadding ^^^^^^^^^^^ Warning: Property "rightPadding" not found on type "QQuickItem" at src/imports/controls/imagine/Switch.qml:83:89 readonly property real maxPos: parent.width - width + rightPadding - parent.rightPadding ^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/ComboBox.qml:63:66 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/ComboBox.qml:63:96 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : control.model[control.textRole]) : modelData Warning: unqualified access at src/imports/controls/imagine/ComboBox.qml:63:123 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/imagine/ComboBox.qml:64:47 font.weight: control.currentIndex === index ? Font.DemiBold : Font.Normal ^^^^^ Warning: unqualified access at src/imports/controls/imagine/ComboBox.qml:65:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: Property "selectTextByMouse" not found on type "T.ComboBox" at src/imports/controls/imagine/ComboBox.qml:101:32 selectByMouse: control.selectTextByMouse ^^^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/ComboBox.qml:104:47. color: control.flat ? control.palette.windowText : control.editable ? control.palette.text : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/ComboBox.qml:104:95. color: control.flat ? control.palette.windowText : control.editable ? control.palette.text : control.palette.buttonText ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/ComboBox.qml:104:118. color: control.flat ? control.palette.windowText : control.editable ? control.palette.text : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/ComboBox.qml:105:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/imagine/ComboBox.qml:106:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/ComboBox.qml:143:39. palette.text: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/ComboBox.qml:144:44. palette.highlight: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/imagine/ComboBox.qml:145:50. palette.highlightedText: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/ComboBox.qml:146:45. palette.windowText: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/ComboBox.qml:147:45. palette.buttonText: control.palette.buttonText ^^^^^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/imagine/Menu.qml:72:29 interactive: Window.window ^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/imagine/Menu.qml:73:95 ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height ^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:46:35 first.implicitHandleWidth + leftPadding + rightPadding, ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:47:36 second.implicitHandleWidth + leftPadding + rightPadding) ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:49:36 first.implicitHandleHeight + topPadding + bottomPadding, ^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:50:37 second.implicitHandleHeight + topPadding + bottomPadding) ^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:63:70 x: control.leftPadding + (control.horizontal ? control.first.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:64:110 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.first.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:82:71 x: control.leftPadding + (control.horizontal ? control.second.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:83:111 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.second.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:73:43 {"pressed": control.first.pressed}, ^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:74:43 {"focused": control.first.handle.activeFocus}, ^^^^^^ Warning: Property "hovered" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:76:43 {"hovered": control.first.hovered} ^^^^^^^ Warning: Property "pressed" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:92:44 {"pressed": control.second.pressed}, ^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:93:44 {"focused": control.second.handle.activeFocus}, ^^^^^^ Warning: Property "hovered" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:95:44 {"hovered": control.second.hovered} ^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:116:51 x: control.horizontal ? control.first.handle.width / 2 + control.first.position * (parent.width - control.first.handle.width) : (parent.width - width) / 2 ^^^^^^ Warning: Property "position" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:116:84 x: control.horizontal ? control.first.handle.width / 2 + control.first.position * (parent.width - control.first.handle.width) : (parent.width - width) / 2 ^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:116:125 x: control.horizontal ? control.first.handle.width / 2 + control.first.position * (parent.width - control.first.handle.width) : (parent.width - width) / 2 ^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:117:82 y: control.horizontal ? (parent.height - height) / 2 : control.first.handle.height / 2 + control.second.visualPosition * (parent.height - control.first.handle.height) ^^^^^^ Warning: Property "visualPosition" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:117:117 y: control.horizontal ? (parent.height - height) / 2 : control.first.handle.height / 2 + control.second.visualPosition * (parent.height - control.first.handle.height) ^^^^^^^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:117:165 y: control.horizontal ? (parent.height - height) / 2 : control.first.handle.height / 2 + control.second.visualPosition * (parent.height - control.first.handle.height) ^^^^^^ Warning: Property "position" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:118:56 width: control.horizontal ? control.second.position * (parent.width - control.first.handle.width) - control.first.position * (parent.width - control.first.handle.width) : parent.width ^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:118:97 width: control.horizontal ? control.second.position * (parent.width - control.first.handle.width) - control.first.position * (parent.width - control.first.handle.width) : parent.width ^^^^^^ Warning: Property "position" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:118:127 width: control.horizontal ? control.second.position * (parent.width - control.first.handle.width) - control.first.position * (parent.width - control.first.handle.width) : parent.width ^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:118:168 width: control.horizontal ? control.second.position * (parent.width - control.first.handle.width) - control.first.position * (parent.width - control.first.handle.width) : parent.width ^^^^^^ Warning: Property "position" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:119:55 height: control.vertical ? control.second.position * (parent.height - control.first.handle.height) - control.first.position * (parent.height - control.first.handle.height): parent.height ^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:119:97 height: control.vertical ? control.second.position * (parent.height - control.first.handle.height) - control.first.position * (parent.height - control.first.handle.height): parent.height ^^^^^^ Warning: Property "position" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:119:128 height: control.vertical ? control.second.position * (parent.height - control.first.handle.height) - control.first.position * (parent.height - control.first.handle.height): parent.height ^^^^^^^^ Warning: Property "handle" not found on type "Image" at src/imports/controls/imagine/RangeSlider.qml:119:170 height: control.vertical ? control.second.position * (parent.height - control.first.handle.height) - control.first.position * (parent.height - control.first.handle.height): parent.height ^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:47:32 up.implicitIndicatorWidth + ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:48:34 down.implicitIndicatorWidth) ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:51:33 up.implicitIndicatorHeight, ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:52:35 down.implicitIndicatorHeight) ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:55:86 leftPadding: (background ? background.leftPadding : 0) + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:55:101 leftPadding: (background ? background.leftPadding : 0) + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:55:130 leftPadding: (background ? background.leftPadding : 0) + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:55:147 leftPadding: (background ? background.leftPadding : 0) + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:56:90 rightPadding: (background ? background.rightPadding : 0) + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:56:107 rightPadding: (background ? background.rightPadding : 0) + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:56:134 rightPadding: (background ? background.rightPadding : 0) + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:56:149 rightPadding: (background ? background.rightPadding : 0) + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Type "QLocale" of base "locale" not found when accessing member "name" at src/imports/controls/imagine/SpinBox.qml:65:32. locale: control.locale.name ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/SpinBox.qml:76:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/SpinBox.qml:77:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/imagine/SpinBox.qml:78:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:112:42 {"disabled": !control.up.indicator.enabled}, ^^^^^^^^^ Warning: Property "pressed" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:114:40 {"pressed": control.up.pressed}, ^^^^^^^ Warning: Property "hovered" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:117:40 {"hovered": control.up.hovered} ^^^^^^^ Warning: Property "indicator" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:130:44 {"disabled": !control.down.indicator.enabled}, ^^^^^^^^^ Warning: Property "pressed" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:132:42 {"pressed": control.down.pressed}, ^^^^^^^ Warning: Property "hovered" not found on type "NinePatchImage" at src/imports/controls/imagine/SpinBox.qml:135:42 {"hovered": control.down.hovered} ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/CheckDelegate.qml:67:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/imagine/CheckDelegate.qml:100:32. color: control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/imagine/Dial.qml:61:12 x: background.x + background.width / 2 - handle.width / 2 ^^^^^^^^^^ Note: background is a meber of the root element You can qualify the access with its id to avoid this warning: x: control.background.x + background.width / 2 - handle.width / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:61:27 x: background.x + background.width / 2 - handle.width / 2 ^^^^^^^^^^ Note: background is a meber of the root element You can qualify the access with its id to avoid this warning: x: background.x + control.background.width / 2 - handle.width / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:61:50 x: background.x + background.width / 2 - handle.width / 2 ^^^^^^ Note: handle is a meber of the root element You can qualify the access with its id to avoid this warning: x: background.x + background.width / 2 - control.handle.width / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:62:12 y: background.y + background.height / 2 - handle.height / 2 ^^^^^^^^^^ Note: background is a meber of the root element You can qualify the access with its id to avoid this warning: y: control.background.y + background.height / 2 - handle.height / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:62:27 y: background.y + background.height / 2 - handle.height / 2 ^^^^^^^^^^ Note: background is a meber of the root element You can qualify the access with its id to avoid this warning: y: background.y + control.background.height / 2 - handle.height / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:62:51 y: background.y + background.height / 2 - handle.height / 2 ^^^^^^ Note: handle is a meber of the root element You can qualify the access with its id to avoid this warning: y: background.y + background.height / 2 - control.handle.height / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:81:27 origin.x: handle.width / 2 ^^^^^^ Note: handle is a meber of the root element You can qualify the access with its id to avoid this warning: origin.x: control.handle.width / 2 Warning: unqualified access at src/imports/controls/imagine/Dial.qml:82:27 origin.y: handle.height / 2 ^^^^^^ Note: handle is a meber of the root element You can qualify the access with its id to avoid this warning: origin.y: control.handle.height / 2 Warning: Property "down" not found on type "T.Slider" at src/imports/controls/imagine/Slider.qml:87:37 {"pressed": control.down}, ^^^^ Warning: Property "down" not found on type "T.Slider" at src/imports/controls/imagine/Slider.qml:112:41 {"pressed": control.down}, ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/RoundButton.qml:64:90. icon.color: control.enabled && control.flat && control.highlighted ? control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/imagine/RoundButton.qml:66:27. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/RoundButton.qml:66:71. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/RoundButton.qml:66:100. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/imagine/RoundButton.qml:76:89. color: control.enabled && control.flat && control.highlighted ? control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/imagine/RoundButton.qml:78:31. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/imagine/RoundButton.qml:78:75. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/imagine/RoundButton.qml:78:104. ? control.palette.brightText : control.flat ? control.palette.windowText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Page.qml:55:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/TabButton.qml:55:43. icon.color: checked ? control.palette.windowText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/TabButton.qml:55:72. icon.color: checked ? control.palette.windowText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/TabButton.qml:65:50. color: control.checked ? control.palette.windowText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/TabButton.qml:65:79. color: control.checked ? control.palette.windowText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/TabButton.qml:70:62. color: Color.blend(control.checked ? control.palette.window : control.palette.dark, ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/TabButton.qml:70:87. color: Color.blend(control.checked ? control.palette.window : control.palette.dark, ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/TabButton.qml:71:62. control.palette.mid, control.down ? 0.5 : 0.0) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ScrollIndicator.qml:56:32. color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/SwitchDelegate.qml:56:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/SwitchDelegate.qml:69:50. color: control.checked ? control.palette.dark : control.palette.midlight ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/SwitchDelegate.qml:69:73. color: control.checked ? control.palette.dark : control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/SwitchDelegate.qml:100:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/SwitchDelegate.qml:107:47. color: control.down ? control.palette.midlight : control.palette.light ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/SwitchDelegate.qml:107:74. color: control.down ? control.palette.midlight : control.palette.light ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/SwitchDelegate.qml:77:51. color: control.down ? control.palette.light : control.palette.window ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/SwitchDelegate.qml:77:75. color: control.down ? control.palette.light : control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/SwitchDelegate.qml:79:65. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SwitchDelegate.qml:79:111. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/SwitchDelegate.qml:79:133. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/TextArea.qml:55:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/TextArea.qml:57:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/TextArea.qml:58:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/PageIndicator.qml:58:32. color: control.palette.dark ^^^^ Warning: unqualified access at src/imports/controls/PageIndicator.qml:60:18 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^ Warning: unqualified access at src/imports/controls/PageIndicator.qml:60:28 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^^^^^^^^ Note: currentIndex is a meber of the root element You can qualify the access with its id to avoid this warning: opacity: index === control.currentIndex ? 0.95 : pressed ? 0.7 : 0.45 Warning: unqualified access at src/imports/controls/PageIndicator.qml:60:50 opacity: index === currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/TabBar.qml:61:38 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/TabBar.qml:67:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/MenuSeparator.qml:56:32. color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Pane.qml:53:32. color: control.palette.window ^^^^^^ Warning: Property "StrictlyEnforceRange" not found on type "QQuickListView" at src/imports/controls/SwipeView.qml:60:38 highlightRangeMode: ListView.StrictlyEnforceRange ^^^^^^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/ItemDelegate.qml:56:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/ItemDelegate.qml:67:54. color: control.highlighted ? control.palette.highlightedText : control.palette.text ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/ItemDelegate.qml:67:88. color: control.highlighted ? control.palette.highlightedText : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/ItemDelegate.qml:74:59. color: Color.blend(control.down ? control.palette.midlight : control.palette.light, ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/ItemDelegate.qml:74:86. color: Color.blend(control.down ? control.palette.midlight : control.palette.light, ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ItemDelegate.qml:75:59. control.palette.highlight, control.visualFocus ? 0.15 : 0.0) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SplitView" at src/imports/controls/universal/SplitView.qml:53:48 color: T.SplitHandle.pressed ? control.Universal.baseMediumColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SplitView" at src/imports/controls/universal/SplitView.qml:54:48 : (T.SplitHandle.hovered ? control.Universal.baseMediumLowColor : control.Universal.chromeHighColor) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SplitView" at src/imports/controls/universal/SplitView.qml:54:87 : (T.SplitHandle.hovered ? control.Universal.baseMediumLowColor : control.Universal.chromeHighColor) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolTip" at src/imports/controls/universal/ToolTip.qml:64:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolTip" at src/imports/controls/universal/ToolTip.qml:68:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolTip" at src/imports/controls/universal/ToolTip.qml:69:31 border.color: control.Universal.chromeHighColor ^^^^^^^^^ warning: T.VerticalHeaderView was not found. Did you add all import paths? Warning: Property "Universal" not found on type "T.Label" at src/imports/controls/universal/Label.qml:45:20 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:52:35 indicator.control.pressed ? indicator.control.Universal.baseMediumColor : ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:52:63 indicator.control.pressed ? indicator.control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:53:35 indicator.control.checked ? indicator.control.Universal.accent : "transparent" ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:53:63 indicator.control.checked ? indicator.control.Universal.accent : "transparent" ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:54:70 border.color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:55:42 indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.accent : ^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:55:72 indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.accent : ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:55:100 indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.accent : ^^^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:56:42 indicator.control.hovered && !indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumColor ^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:56:72 indicator.control.hovered && !indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumColor ^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:56:102 indicator.control.hovered && !indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumColor ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:56:130 indicator.control.hovered && !indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:56:174 indicator.control.hovered && !indicator.control.checked && !indicator.control.pressed ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumColor ^^^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:57:36 opacity: indicator.control.hovered && indicator.control.checked && !indicator.control.pressed ? (indicator.control.Universal.theme === Universal.Light ? 0.7 : 0.9) : 1.0 ^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:57:65 opacity: indicator.control.hovered && indicator.control.checked && !indicator.control.pressed ? (indicator.control.Universal.theme === Universal.Light ? 0.7 : 0.9) : 1.0 ^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:57:95 opacity: indicator.control.hovered && indicator.control.checked && !indicator.control.pressed ? (indicator.control.Universal.theme === Universal.Light ? 0.7 : 0.9) : 1.0 ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:57:124 opacity: indicator.control.hovered && indicator.control.checked && !indicator.control.pressed ? (indicator.control.Universal.theme === Universal.Light ? 0.7 : 0.9) : 1.0 ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:68:63 color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:69:35 indicator.control.pressed || indicator.control.checked ? indicator.control.Universal.chromeWhiteColor : ^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:69:64 indicator.control.pressed || indicator.control.checked ? indicator.control.Universal.chromeWhiteColor : ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:69:92 indicator.control.pressed || indicator.control.checked ? indicator.control.Universal.chromeWhiteColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:70:35 indicator.control.hovered && !indicator.control.checked ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:70:65 indicator.control.hovered && !indicator.control.checked ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:70:93 indicator.control.hovered && !indicator.control.checked ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:70:137 indicator.control.hovered && !indicator.control.checked ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "visualPosition" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:73:51 indicator.control.visualPosition * parent.width - (width / 2))) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/SwitchIndicator.qml:77:41 enabled: !indicator.control.pressed ^^^^^^^ Warning: Property "Universal" not found on type "T.ToolBar" at src/imports/controls/universal/ToolBar.qml:51:24 color: control.Universal.chromeMediumColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Page" at src/imports/controls/universal/Page.qml:54:24 color: control.Universal.background ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TabButton" at src/imports/controls/universal/TabButton.qml:56:61 icon.color: Color.transparent(control.hovered ? control.Universal.baseMediumHighColor : control.Universal.foreground, ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TabButton" at src/imports/controls/universal/TabButton.qml:56:101 icon.color: Color.transparent(control.hovered ? control.Universal.baseMediumHighColor : control.Universal.foreground, ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TabButton" at src/imports/controls/universal/TabButton.qml:67:60 color: Color.transparent(control.hovered ? control.Universal.baseMediumHighColor : control.Universal.foreground, ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TabButton" at src/imports/controls/universal/TabButton.qml:67:100 color: Color.transparent(control.hovered ? control.Universal.baseMediumHighColor : control.Universal.foreground, ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ScrollIndicator" at src/imports/controls/universal/ScrollIndicator.qml:53:24 color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:81:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:86:39 color: control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:87:42 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:87:75 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:92:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwitchDelegate" at src/imports/controls/universal/SwitchDelegate.qml:93:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:89:50 border.color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:90:54 control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:91:50 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:91:86 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:92:42 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextArea" at src/imports/controls/universal/TextArea.qml:92:73 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/PageIndicator.qml:57:16 color: index === control.currentIndex ? control.Universal.baseMediumHighColor : ^^^^^ Warning: Property "Universal" not found on type "T.PageIndicator" at src/imports/controls/universal/PageIndicator.qml:57:57 color: index === control.currentIndex ? control.Universal.baseMediumHighColor : ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/PageIndicator.qml:58:39 pressed ? control.Universal.baseMediumLowColor : control.Universal.baseLowColor ^^^^^^^ Warning: Property "Universal" not found on type "T.PageIndicator" at src/imports/controls/universal/PageIndicator.qml:58:57 pressed ? control.Universal.baseMediumLowColor : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.PageIndicator" at src/imports/controls/universal/PageIndicator.qml:58:96 pressed ? control.Universal.baseMediumLowColor : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/universal/TabBar.qml:60:38 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Property "Universal" not found on type "T.TabBar" at src/imports/controls/universal/TabBar.qml:68:24 color: control.Universal.background ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuSeparator" at src/imports/controls/universal/MenuSeparator.qml:56:24 color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuSeparator" at src/imports/controls/universal/MenuSeparator.qml:60:24 color: control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Pane" at src/imports/controls/universal/Pane.qml:52:24 color: control.Universal.background ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:71:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:76:39 color: control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:77:42 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:77:75 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:82:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ItemDelegate" at src/imports/controls/universal/ItemDelegate.qml:83:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.GroupBox" at src/imports/controls/universal/GroupBox.qml:64:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.GroupBox" at src/imports/controls/universal/GroupBox.qml:73:31 border.color: control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Frame" at src/imports/controls/universal/Frame.qml:53:31 border.color: control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:68:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:75:39 color: control.down ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:76:61 control.enabled && control.checked ? control.Universal.accent : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:76:88 control.enabled && control.checked ? control.Universal.accent : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:82:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DelayButton" at src/imports/controls/universal/DelayButton.qml:91:35 border.color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolButton" at src/imports/controls/universal/ToolButton.qml:68:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolButton" at src/imports/controls/universal/ToolButton.qml:75:86 color: control.enabled && (control.highlighted || control.checked) ? control.Universal.accent : "transparent" ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolButton" at src/imports/controls/universal/ToolButton.qml:81:43 color: control.down ? control.Universal.listMediumColor : control.Universal.listLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ToolButton" at src/imports/controls/universal/ToolButton.qml:81:79 color: control.down ? control.Universal.listMediumColor : control.Universal.listLowColor ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/Tumbler.qml:52:15 text: modelData ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Tumbler" at src/imports/controls/universal/Tumbler.qml:54:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "displacement" not found on type "Tumbler" at src/imports/controls/universal/Tumbler.qml:55:42 opacity: (1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2)) * (control.enabled ? 1 : 0.6) ^^^^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:73:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:77:24 color: control.Universal.background ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:82:43 color: control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:83:46 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:83:79 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:88:32 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SwipeDelegate" at src/imports/controls/universal/SwipeDelegate.qml:89:34 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBar" at src/imports/controls/universal/MenuBar.qml:62:24 color: control.Universal.chromeMediumColor ^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:49:21 control.down && !partiallyChecked ? control.Universal.baseMediumColor : ^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:49:57 control.down && !partiallyChecked ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:50:21 control.checkState === Qt.Checked ? control.Universal.accent : "transparent" ^^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:50:57 control.checkState === Qt.Checked ? control.Universal.accent : "transparent" ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:51:46 border.color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:52:28 control.down ? control.Universal.baseMediumColor : ^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:52:43 control.down ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:53:28 control.checked ? control.Universal.accent : control.Universal.baseMediumHighColor ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:53:46 control.checked ? control.Universal.accent : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:53:73 control.checked ? control.Universal.accent : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:57:54 readonly property bool partiallyChecked: control.checkState === Qt.PartiallyChecked ^^^^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:63:36 visible: indicator.control.checkState === Qt.Checked ^^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:64:63 color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : indicator.control.Universal.chromeWhiteColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:64:106 color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : indicator.control.Universal.chromeWhiteColor ^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:74:37 visible: !indicator.control.pressed && indicator.control.hovered || indicator.partiallyChecked ^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:74:66 visible: !indicator.control.pressed && indicator.control.hovered || indicator.partiallyChecked ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:76:63 !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:77:35 indicator.control.down ? indicator.control.Universal.baseMediumColor : ^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:77:60 indicator.control.down ? indicator.control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:78:35 indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:78:63 indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:78:107 indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "QQuickItem" at src/imports/controls/universal/CheckIndicator.qml:80:41 border.color: indicator.control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:47:20 border.color: control.checked ? "transparent" : ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:48:20 !control.enabled ? control.Universal.baseLowColor : ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:48:38 !control.enabled ? control.Universal.baseLowColor : ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:49:20 control.down ? control.Universal.baseMediumColor : ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:49:35 control.down ? control.Universal.baseMediumColor : ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:50:20 control.hovered ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:50:38 control.hovered ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^ Warning: Type of property "control" not found at src/imports/controls/universal/RadioIndicator.qml:50:72 control.hovered ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "checked" at src/imports/controls/universal/RadioIndicator.qml:60:36. opacity: indicator.control.checked ? 1 : 0 ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "enabled" at src/imports/controls/universal/RadioIndicator.qml:63:42. border.color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:63:70. border.color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "down" at src/imports/controls/universal/RadioIndicator.qml:64:42. indicator.control.down ? indicator.control.Universal.baseMediumColor : indicator.control.Universal.accent ^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:64:67. indicator.control.down ? indicator.control.Universal.baseMediumColor : indicator.control.Universal.accent ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:64:113. indicator.control.down ? indicator.control.Universal.baseMediumColor : indicator.control.Universal.accent ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "checked" at src/imports/controls/universal/RadioIndicator.qml:75:36. opacity: indicator.control.checked ? 1 : 0 ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "enabled" at src/imports/controls/universal/RadioIndicator.qml:76:35. color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:76:63. color: !indicator.control.enabled ? indicator.control.Universal.baseLowColor : ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "down" at src/imports/controls/universal/RadioIndicator.qml:77:35. indicator.control.down ? indicator.control.Universal.baseMediumColor : ^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:77:60. indicator.control.down ? indicator.control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "hovered" at src/imports/controls/universal/RadioIndicator.qml:78:35. indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:78:63. indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Type "var" of base "control" not found when accessing member "Universal" at src/imports/controls/universal/RadioIndicator.qml:78:107. indicator.control.hovered ? indicator.control.Universal.baseHighColor : indicator.control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dialog" at src/imports/controls/universal/Dialog.qml:58:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dialog" at src/imports/controls/universal/Dialog.qml:59:31 border.color: control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "ElideRight" not found on type "Label" at src/imports/controls/universal/Dialog.qml:66:22 elide: Label.ElideRight ^^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dialog" at src/imports/controls/universal/Dialog.qml:85:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dialog" at src/imports/controls/universal/Dialog.qml:89:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dialog" at src/imports/controls/universal/Dialog.qml:74:28 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Button" at src/imports/controls/universal/Button.qml:69:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Button" at src/imports/controls/universal/Button.qml:77:39 color: control.down ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Button" at src/imports/controls/universal/Button.qml:78:86 control.enabled && (control.highlighted || control.checked) ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Button" at src/imports/controls/universal/Button.qml:79:86 control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Button" at src/imports/controls/universal/Button.qml:87:35 border.color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.DialogButtonBox" at src/imports/controls/universal/DialogButtonBox.qml:71:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:81:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:86:39 color: control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:87:42 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:87:75 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:92:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioDelegate" at src/imports/controls/universal/RadioDelegate.qml:93:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckBox" at src/imports/controls/universal/CheckBox.qml:72:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RadioButton" at src/imports/controls/universal/RadioButton.qml:72:24 color: control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:75:43 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:75:76 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:84:35 color: !enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:84:68 color: !enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:93:43 color: !control.enabled ? control.Universal.baseLowColor : control.down ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:93:91 color: !control.enabled ? control.Universal.baseLowColor : control.down ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:93:125 color: !control.enabled ? control.Universal.baseLowColor : control.down ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:101:43 color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:102:40 control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:103:47 control.highlighted ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:103:80 control.highlighted ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:111:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuItem" at src/imports/controls/universal/MenuItem.qml:112:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/ToolSeparator.qml:55:24 implicitWidth: vertical ? 1 : 20 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitWidth: control.vertical ? 1 : 20 Warning: unqualified access at src/imports/controls/universal/ToolSeparator.qml:56:25 implicitHeight: vertical ? 20 : 1 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitHeight: control.vertical ? 20 : 1 Warning: Property "Universal" not found on type "T.ToolSeparator" at src/imports/controls/universal/ToolSeparator.qml:57:24 color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ApplicationWindow" at src/imports/controls/universal/ApplicationWindow.qml:49:23 color: window.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ApplicationWindow" at src/imports/controls/universal/ApplicationWindow.qml:53:23 color: window.Universal.baseLowColor ^^^^^^^^^ Warning: Property "useSystemFocusVisuals" not found on type "T.ApplicationWindow" at src/imports/controls/universal/ApplicationWindow.qml:60:37 visible: parent && !!parent.useSystemFocusVisuals && !!parent.visualFocus ^^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualFocus" not found on type "T.ApplicationWindow" at src/imports/controls/universal/ApplicationWindow.qml:60:71 visible: parent && !!parent.useSystemFocusVisuals && !!parent.visualFocus ^^^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:89:50 border.color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:90:54 control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:91:50 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:91:86 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:92:42 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.TextField" at src/imports/controls/universal/TextField.qml:92:73 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ warning: T.HorizontalHeaderView was not found. Did you add all import paths? Warning: Property "Universal" not found on type "T.ProgressBar" at src/imports/controls/universal/ProgressBar.qml:54:24 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ProgressBar" at src/imports/controls/universal/ProgressBar.qml:66:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Switch" at src/imports/controls/universal/Switch.qml:72:24 color: control.Universal.foreground ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:60:66 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:60:96 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : control.model[control.textRole]) : modelData Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:60:123 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:61:47 font.weight: control.currentIndex === index ? Font.DemiBold : Font.Normal ^^^^^ Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:62:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:69:43 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:69:76 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "selectTextByMouse" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:97:32 selectByMouse: control.selectTextByMouse ^^^^^^^^^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:100:43 color: !control.enabled ? control.Universal.chromeDisabledLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:101:67 control.editable && control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:101:108 control.editable && control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:102:33 selectionColor: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:103:36 selectedTextColor: control.Universal.chromeWhiteColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:112:50 border.color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:113:74 control.editable && control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:114:47 control.down ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:115:50 control.hovered ? control.Universal.baseMediumColor : control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:115:86 control.hovered ? control.Universal.baseMediumColor : control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:116:43 color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:117:40 control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:118:59 control.flat && control.hovered ? control.Universal.listLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:119:67 control.editable && control.activeFocus ? control.Universal.background : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:119:98 control.editable && control.activeFocus ? control.Universal.background : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:140:34 Universal.theme: control.Universal.theme ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:141:35 Universal.accent: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:76:50 color: control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:77:46 control.pressed ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:78:46 control.hovered ? control.Universal.baseLowColor : "transparent" ^^^^^^^^^ Warning: unqualified access at src/imports/controls/universal/ComboBox.qml:79:43 visible: control.editable && !contentItem.hovered && (control.pressed || control.hovered) ^^^^^^^^^^^ Note: contentItem is a meber of the root element You can qualify the access with its id to avoid this warning: visible: control.editable && !control.contentItem.hovered && (control.pressed || control.hovered) Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:129:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:130:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:154:28 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ComboBox" at src/imports/controls/universal/ComboBox.qml:155:35 border.color: control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.BusyIndicator" at src/imports/controls/universal/BusyIndicator.qml:57:24 color: control.Universal.accent ^^^^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/universal/Menu.qml:59:29 interactive: Window.window ^^^^^^ Warning: Property "window" not found on type "QQuickWindowQmlImpl" at src/imports/controls/universal/Menu.qml:60:95 ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height ^^^^^^ Warning: Property "Universal" not found on type "T.Menu" at src/imports/controls/universal/Menu.qml:71:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Menu" at src/imports/controls/universal/Menu.qml:72:31 border.color: control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Menu" at src/imports/controls/universal/Menu.qml:77:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Menu" at src/imports/controls/universal/Menu.qml:81:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:45:35 first.implicitHandleWidth + leftPadding + rightPadding, ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:46:36 second.implicitHandleWidth + leftPadding + rightPadding) ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:48:36 first.implicitHandleHeight + topPadding + bottomPadding, ^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:49:37 second.implicitHandleHeight + topPadding + bottomPadding) ^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:57:70 x: control.leftPadding + (control.horizontal ? control.first.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:58:110 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.first.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:61:30 color: control.first.pressed ? control.Universal.chromeHighColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:61:48 color: control.first.pressed ? control.Universal.chromeHighColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:62:30 control.first.hovered ? control.Universal.chromeAltLowColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:62:48 control.first.hovered ? control.Universal.chromeAltLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:63:42 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:63:69 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:70:71 x: control.leftPadding + (control.horizontal ? control.second.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:71:111 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.second.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:74:31 color: control.second.pressed ? control.Universal.chromeHighColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:74:49 color: control.second.pressed ? control.Universal.chromeHighColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:75:31 control.second.hovered ? control.Universal.chromeAltLowColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:75:49 control.second.hovered ? control.Universal.chromeAltLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:76:42 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:76:69 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "pressed" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:96:48 color: control.hovered && !control.pressed ? control.Universal.baseMediumColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:96:66 color: control.hovered && !control.pressed ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:97:46 control.enabled ? control.Universal.baseMediumLowColor : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:97:85 control.enabled ? control.Universal.baseMediumLowColor : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:101:51 x: control.horizontal ? control.first.position * parent.width : (parent.width - width) / 2 ^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:102:83 y: control.horizontal ? (parent.height - height) / 2 : control.second.visualPosition * parent.height ^^^^^^^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:103:56 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width : 2 // SliderBackgroundThemeHeight ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:103:96 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width : 2 // SliderBackgroundThemeHeight ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:104:55 height: control.vertical ? control.second.position * parent.height - control.first.position * parent.height : 2 // SliderBackgroundThemeHeight ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/universal/RangeSlider.qml:104:96 height: control.vertical ? control.second.position * parent.height - control.first.position * parent.height : 2 // SliderBackgroundThemeHeight ^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:106:46 color: control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RangeSlider" at src/imports/controls/universal/RangeSlider.qml:106:73 color: control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:48:32 up.implicitIndicatorWidth + ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:49:34 down.implicitIndicatorWidth) ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:52:33 up.implicitIndicatorHeight, ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:53:35 down.implicitIndicatorHeight) ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:58:52 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:58:67 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:58:96 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:58:113 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:59:59 rightPadding: padding - 4 + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:59:76 rightPadding: padding - 4 + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:59:103 rightPadding: padding - 4 + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:59:118 rightPadding: padding - 4 + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Type "QLocale" of base "locale" not found when accessing member "name" at src/imports/controls/universal/SpinBox.qml:65:32. locale: control.locale.name ^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:74:35 color: !enabled ? control.Universal.chromeDisabledLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:75:39 activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:75:80 activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.foreground ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:76:33 selectionColor: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:77:36 selectedTextColor: control.Universal.chromeWhiteColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:143:50 border.color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:144:54 control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:145:50 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:145:86 control.hovered ? control.Universal.baseMediumColor : control.Universal.chromeDisabledLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:146:42 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:146:73 color: control.enabled ? control.Universal.background : control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:96:50 color: control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:97:31 control.up.pressed ? control.Universal.baseMediumLowColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:97:49 control.up.pressed ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:98:31 control.up.hovered ? control.Universal.baseLowColor : "transparent" ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:98:49 control.up.hovered ? control.Universal.baseLowColor : "transparent" ^^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:99:33 visible: control.up.pressed || control.up.hovered ^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:99:55 visible: control.up.pressed || control.up.hovered ^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:100:57 opacity: control.activeFocus && !control.up.pressed ? 0.4 : 1.0 ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:106:39 color: !enabled ? control.Universal.chromeDisabledLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:107:61 control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:107:102 control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:122:50 color: control.activeFocus ? control.Universal.accent : ^^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:123:33 control.down.pressed ? control.Universal.baseMediumLowColor : ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:123:51 control.down.pressed ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:124:33 control.down.hovered ? control.Universal.baseLowColor : "transparent" ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:124:51 control.down.hovered ? control.Universal.baseLowColor : "transparent" ^^^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:125:35 visible: control.down.pressed || control.down.hovered ^^^^^^^ Warning: Property "hovered" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:125:59 visible: control.down.pressed || control.down.hovered ^^^^^^^ Warning: Property "pressed" not found on type "Item" at src/imports/controls/universal/SpinBox.qml:126:59 opacity: control.activeFocus && !control.down.pressed ? 0.4 : 1.0 ^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:132:39 color: !enabled ? control.Universal.chromeDisabledLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:133:61 control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.SpinBox" at src/imports/controls/universal/SpinBox.qml:133:102 control.activeFocus ? control.Universal.chromeBlackHighColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:70:43 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:70:76 color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:77:43 color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:78:40 control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:79:47 control.highlighted ? control.Universal.listLowColor : "transparent" ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:87:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.MenuBarItem" at src/imports/controls/universal/MenuBarItem.qml:88:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:81:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:86:39 color: control.down ? control.Universal.listMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:87:42 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:87:75 control.hovered ? control.Universal.listLowColor : control.Universal.altMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:92:28 color: control.Universal.accent ^^^^^^^^^ Warning: Property "Universal" not found on type "T.CheckDelegate" at src/imports/controls/universal/CheckDelegate.qml:93:30 opacity: control.Universal.theme === Universal.Light ? 0.4 : 0.6 ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Popup" at src/imports/controls/universal/Popup.qml:52:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Popup" at src/imports/controls/universal/Popup.qml:53:31 border.color: control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Popup" at src/imports/controls/universal/Popup.qml:58:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Popup" at src/imports/controls/universal/Popup.qml:62:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "overlay" not found on type "QQuickOverlay" at src/imports/controls/universal/Drawer.qml:44:23 parent: T.Overlay.overlay ^^^^^^^ Warning: Property "Universal" not found on type "T.Drawer" at src/imports/controls/universal/Drawer.qml:60:24 color: control.Universal.chromeMediumLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Drawer" at src/imports/controls/universal/Drawer.qml:72:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Drawer" at src/imports/controls/universal/Drawer.qml:76:24 color: control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Drawer" at src/imports/controls/universal/Drawer.qml:65:28 color: control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:59:50 border.color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseMediumColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:59:83 border.color: !control.enabled ? control.Universal.baseLowColor : control.Universal.baseMediumColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:71:43 color: !control.enabled ? control.Universal.baseLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:72:43 control.pressed ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:73:43 control.hovered ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Dial" at src/imports/controls/universal/Dial.qml:73:77 control.hovered ? control.Universal.baseHighColor : control.Universal.baseMediumHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:61:42 color: control.pressed ? control.Universal.chromeHighColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:62:42 control.hovered ? control.Universal.chromeAltLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:63:42 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:63:69 control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:83:66 color: control.hovered && !control.pressed ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:84:46 control.enabled ? control.Universal.baseMediumLowColor : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:84:85 control.enabled ? control.Universal.baseMediumLowColor : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:93:46 color: control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.Slider" at src/imports/controls/universal/Slider.qml:93:73 color: control.enabled ? control.Universal.accent : control.Universal.chromeDisabledHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ScrollBar" at src/imports/controls/universal/ScrollBar.qml:58:42 color: control.pressed ? control.Universal.baseMediumColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ScrollBar" at src/imports/controls/universal/ScrollBar.qml:59:65 control.interactive && control.hovered ? control.Universal.baseMediumLowColor : control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ScrollBar" at src/imports/controls/universal/ScrollBar.qml:59:104 control.interactive && control.hovered ? control.Universal.baseMediumLowColor : control.Universal.chromeHighColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.ScrollBar" at src/imports/controls/universal/ScrollBar.qml:67:24 color: control.Universal.chromeLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RoundButton" at src/imports/controls/universal/RoundButton.qml:68:42 color: Color.transparent(control.Universal.foreground, enabled ? 1.0 : 0.2) ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RoundButton" at src/imports/controls/universal/RoundButton.qml:77:39 color: control.down ? control.Universal.baseMediumLowColor : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RoundButton" at src/imports/controls/universal/RoundButton.qml:78:86 control.enabled && (control.highlighted || control.checked) ? control.Universal.accent : ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RoundButton" at src/imports/controls/universal/RoundButton.qml:79:86 control.Universal.baseLowColor ^^^^^^^^^ Warning: Property "Universal" not found on type "T.RoundButton" at src/imports/controls/universal/RoundButton.qml:88:35 border.color: control.Universal.baseMediumLowColor ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/GroupBox.qml:61:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/GroupBox.qml:72:39. border.color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/Frame.qml:54:39. border.color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/DelayButton.qml:94:44. color: Color.blend(control.palette.button, control.palette.mid, control.down ? 0.5 : 0.0) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/DelayButton.qml:94:68. color: Color.blend(control.palette.button, control.palette.mid, control.down ? 0.5 : 0.0) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/DelayButton.qml:95:39. border.color: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/DelayButton.qml:69:36. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/DelayButton.qml:84:36. color: control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/DelayButton.qml:102:48. color: Color.blend(control.palette.dark, control.palette.mid, control.down ? 0.5 : 0.0) ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/DelayButton.qml:102:70. color: Color.blend(control.palette.dark, control.palette.mid, control.down ? 0.5 : 0.0) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ToolButton.qml:55:47. icon.color: visualFocus ? control.palette.highlight : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/ToolButton.qml:55:75. icon.color: visualFocus ? control.palette.highlight : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ToolButton.qml:65:54. color: control.visualFocus ? control.palette.highlight : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/ToolButton.qml:65:82. color: control.visualFocus ? control.palette.highlight : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ToolButton.qml:73:89. color: control.down || control.checked || control.highlighted ? control.palette.mid : control.palette.button ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/ToolButton.qml:73:111. color: control.down || control.checked || control.highlighted ? control.palette.mid : control.palette.button ^^^^^^ Warning: unqualified access at src/imports/controls/Tumbler.qml:51:15 text: modelData ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Tumbler.qml:52:54. color: control.visualFocus ? control.palette.highlight : control.palette.text ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/Tumbler.qml:52:82. color: control.visualFocus ? control.palette.highlight : control.palette.text ^^^^ Warning: Property "displacement" not found on type "Tumbler" at src/imports/controls/Tumbler.qml:54:41 opacity: 1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2) ^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/SwipeDelegate.qml:56:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/SwipeDelegate.qml:69:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/SwipeDelegate.qml:75:59. color: Color.blend(control.down ? control.palette.midlight : control.palette.light, ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/SwipeDelegate.qml:75:86. color: Color.blend(control.down ? control.palette.midlight : control.palette.light, ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/SwipeDelegate.qml:76:59. control.palette.highlight, control.visualFocus ? 0.15 : 0.0) ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/MenuBar.qml:61:32. color: control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Dialog.qml:57:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Dialog.qml:58:39. border.color: control.palette.dark ^^^^ Warning: Property "ElideRight" not found on type "Label" at src/imports/controls/Dialog.qml:64:22 elide: Label.ElideRight ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Dialog.qml:80:50. color: Color.transparent(control.palette.shadow, 0.5) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Dialog.qml:84:50. color: Color.transparent(control.palette.shadow, 0.12) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Dialog.qml:71:36. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/Button.qml:56:74. icon.color: control.checked || control.highlighted ? control.palette.brightText : ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Button.qml:57:88. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/Button.qml:57:116. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/Button.qml:57:146. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/Button.qml:67:73. color: control.checked || control.highlighted ? control.palette.brightText : ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Button.qml:68:87. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/Button.qml:68:115. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/Button.qml:68:145. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Button.qml:75:85. color: Color.blend(control.checked || control.highlighted ? control.palette.dark : control.palette.button, ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/Button.qml:75:108. color: Color.blend(control.checked || control.highlighted ? control.palette.dark : control.palette.button, ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/Button.qml:76:85. control.palette.mid, control.down ? 0.5 : 0.0) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Button.qml:77:39. border.color: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/DialogButtonBox.qml:70:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/RadioDelegate.qml:56:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/RadioDelegate.qml:70:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/RadioDelegate.qml:82:47. color: control.down ? control.palette.light : control.palette.base ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/RadioDelegate.qml:82:71. color: control.down ? control.palette.light : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RadioDelegate.qml:84:61. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/RadioDelegate.qml:84:89. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/RadioDelegate.qml:101:47. color: control.down ? control.palette.midlight : control.palette.light ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/RadioDelegate.qml:101:74. color: control.down ? control.palette.midlight : control.palette.light ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/RadioDelegate.qml:92:36. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/CheckBox.qml:62:47. color: control.down ? control.palette.light : control.palette.base ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/CheckBox.qml:62:71. color: control.down ? control.palette.light : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/CheckBox.qml:64:61. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/CheckBox.qml:64:89. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/CheckBox.qml:91:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckBox.qml:70:36. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckBox.qml:80:36. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/RadioButton.qml:63:47. color: control.down ? control.palette.light : control.palette.base ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/RadioButton.qml:63:71. color: control.down ? control.palette.light : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RadioButton.qml:65:61. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/RadioButton.qml:65:89. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/RadioButton.qml:84:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/RadioButton.qml:73:36. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/MenuItem.qml:56:33. icon.color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/MenuItem.qml:72:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/MenuItem.qml:81:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/MenuItem.qml:92:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/MenuItem.qml:103:47. color: control.down ? control.palette.midlight : control.highlighted ? control.palette.light : "transparent" ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/MenuItem.qml:103:96. color: control.down ? control.palette.midlight : control.highlighted ? control.palette.light : "transparent" ^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-busyindicator-custom.qml:78:36 angle: index / repeater.count * 360 ^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-action.qml:38:22 onTriggered: window.activeFocusItem.copy() ^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:57:48 x: control.leftPadding + control.first.visualPosition * (control.availableWidth - width) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:62:30 color: control.first.pressed ? "#f0f0f0" : "#f6f6f6" ^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:67:49 x: control.leftPadding + control.second.visualPosition * (control.availableWidth - width) ^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:72:31 color: control.second.pressed ? "#f0f0f0" : "#f6f6f6" ^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:48:30 x: control.first.visualPosition * parent.width ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-rangeslider-custom.qml:49:35 width: control.second.visualPosition * parent.width - x ^^^^^^^^^^^^^^ Warning: Property "Window" not found on type "Item" at src/imports/controls/doc/snippets/qtquickcontrols2-overlay-modeless.qml:40:21 value: root.Window.active ^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-scrollview-listview.qml:56:29 text: "Item " + index ^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-spinbox-custom.qml:58:27 color: control.up.pressed ? "#e4e4e4" : "#f6f6f6" ^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/doc/snippets/qtquickcontrols2-spinbox-custom.qml:77:29 color: control.down.pressed ? "#e4e4e4" : "#f6f6f6" ^^^^^^^ Warning: Property "Window" not found on type "Item" at src/imports/controls/doc/snippets/qtquickcontrols2-overlay-modal.qml:40:21 value: root.Window.active ^^^^^^ Warning: Type of property "items" not found at src/imports/controls/doc/snippets/qtquickcontrols2-spinbox-textual.qml:34:9 to: items.length - 1 ^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-spinbox-textual.qml:52:16 return sb.value ^^ Warning: Type of property "items" not found at src/imports/controls/doc/snippets/qtquickcontrols2-spinbox-textual.qml:48:29 for (var i = 0; i < items.length; ++i) { ^^^^^ Warning: Property "StrictlyEnforceRange" not found on type "QQuickListView" at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-listView.qml:40:38 highlightRangeMode: ListView.StrictlyEnforceRange ^^^^^^^^^^^^^^^^^^^^ Warning: Property "Ok" not found on type "QtQuick.Controls/Dialog 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialog-modal.qml:38:29 standardButtons: Dialog.Ok ^^ Warning: Property "TextOnly" not found on type "QtQuick.Controls/Button 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-button-textonly.qml:33:21 display: Button.TextOnly ^^^^^^^^ Warning: Property "AlwaysOn" not found on type "QtQuick.Controls/ScrollBar 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-scrollbar-policy.qml:35:27 policy: ScrollBar.AlwaysOn ^^^^^^^^ Warning: Property "IconOnly" not found on type "QtQuick.Controls/Button 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-button-icononly.qml:33:21 display: Button.IconOnly ^^^^^^^^ Warning: Property "ScrollBar" not found on type "ScrollView" at src/imports/controls/doc/snippets/qtquickcontrols2-textarea-scrollable.qml:35:28 Binding { target: view.ScrollBar.vertical; property: "active"; value: true } ^^^^^^^^^ Warning: Property "Window" not found on type "Item" at src/imports/controls/doc/snippets/qtquickcontrols2-tooltip-slider.qml:39:64 Binding { target: slider; property: "pressed"; value: root.Window.active } ^^^^^^ Warning: Type "double" of base "value" not found when accessing member "toFixed" at src/imports/controls/doc/snippets/qtquickcontrols2-tooltip-slider.qml:49:32. text: slider.value.toFixed(1) ^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-roundbutton.qml:34:16 onClicked: textArea.readOnly = true ^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-combobox-custom.qml:45:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-combobox-custom.qml:39:19 text: modelData ^^^^^^^^^ Warning: Property "Ok" not found on type "QtQuick.Controls/Dialog 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialog-modeless.qml:38:29 standardButtons: Dialog.Ok ^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tooltip.qml:39:23 Binding { target: button; property: "down"; value: root.Window.active } ^^^^^^ Note: button is a meber of the root element You can qualify the access with its id to avoid this warning: Binding { target: root.button; property: "down"; value: root.Window.active } Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tooltip.qml:40:23 Binding { target: button.anchors; property: "bottom"; value: root.bottom } ^^^^^^ Note: button is a meber of the root element You can qualify the access with its id to avoid this warning: Binding { target: root.button.anchors; property: "bottom"; value: root.bottom } Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tooltip.qml:41:23 Binding { target: button.anchors; property: "horizontalCenter"; value: root.horizontalCenter } ^^^^^^ Note: button is a meber of the root element You can qualify the access with its id to avoid this warning: Binding { target: root.button.anchors; property: "horizontalCenter"; value: root.horizontalCenter } Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-swipedelegate.qml:43:15 text: model.sender + " - " + model.title ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: listView.model.sender + " - " + model.title Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-swipedelegate.qml:43:38 text: model.sender + " - " + model.title ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: model.sender + " - " + listView.model.title Warning: Property "AlignVCenter" not found on type "QtQuick.Controls/Label 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-swipedelegate.qml:69:38 verticalAlignment: Label.AlignVCenter ^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-swipedelegate.qml:74:60 SwipeDelegate.onClicked: listView.model.remove(index) ^^^^^ Warning: Property "SwipeDelegate" not found on type "Label" at src/imports/controls/doc/snippets/qtquickcontrols2-swipedelegate.qml:77:36 color: deleteLabel.SwipeDelegate.pressed ? Qt.darker("tomato", 1.1) : "tomato" ^^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-toolbar.qml:36:17 target: children[0] ^^^^^^^^ Note: children is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id target: .children[0] Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-toolbar.qml:38:16 value: width ^^^^^ Note: width is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id value: .width Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-toolbar.qml:46:24 onClicked: stack.pop() ^^^^^ Warning: Property "ElideRight" not found on type "QtQuick.Controls/Label 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-toolbar.qml:50:26 elide: Label.ElideRight ^^^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-toolbar.qml:57:24 onClicked: menu.open() ^^^^ Warning: Property "index" not found on type "QtQuick.Controls/StackView 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:40:42 property real pos: StackView.index * stackView.offset ^^^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:67:77 PropertyAction { property: "x"; value: pushExit.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:68:77 PropertyAction { property: "y"; value: pushExit.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:72:77 PropertyAction { property: "x"; value: popEnter.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:73:77 PropertyAction { property: "y"; value: popEnter.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:51:82 PropertyAction { property: "x"; value: pushEnter.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:52:84 NumberAnimation { properties: "y"; from: pushEnter.ViewTransition.item.pos + stackView.offset; to: pushEnter.ViewTransition.item.pos; duration: 400; easing.type: Easing.OutCubic } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:52:142 NumberAnimation { properties: "y"; from: pushEnter.ViewTransition.item.pos + stackView.offset; to: pushEnter.ViewTransition.item.pos; duration: 400; easing.type: Easing.OutCubic } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:59:80 PropertyAction { property: "x"; value: popExit.ViewTransition.item.pos } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:60:82 NumberAnimation { properties: "y"; from: popExit.ViewTransition.item.pos; to: popExit.ViewTransition.item.pos + stackView.offset; duration: 400; easing.type: Easing.OutCubic } ^^^ Warning: Property "pos" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-stackview-visible.qml:60:119 NumberAnimation { properties: "y"; from: popExit.ViewTransition.item.pos; to: popExit.ViewTransition.item.pos + stackView.offset; duration: 400; easing.type: Easing.OutCubic } ^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-timePicker.qml:50:19 text: formatText(Tumbler.tumbler.count, modelData) ^^^^^^^^^^ Note: formatText is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id text: .formatText(Tumbler.tumbler.count, modelData) Warning: Property "tumbler" not found on type "QtQuick.Controls/Tumbler 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-timePicker.qml:50:38 text: formatText(Tumbler.tumbler.count, modelData) ^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-timePicker.qml:50:53 text: formatText(Tumbler.tumbler.count, modelData) ^^^^^^^^^ Warning: Property "displacement" not found on type "QtQuick.Controls/Tumbler 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-timePicker.qml:51:45 opacity: 1.0 - Math.abs(Tumbler.displacement) / (Tumbler.tumbler.visibleItemCount / 2) ^^^^^^^^^^^^ Warning: Property "tumbler" not found on type "QtQuick.Controls/Tumbler 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-timePicker.qml:51:70 opacity: 1.0 - Math.abs(Tumbler.displacement) / (Tumbler.tumbler.visibleItemCount / 2) ^^^^^^^ Warning: Property "Ok" not found on type "QtQuick.Controls/Dialog 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialog.qml:38:29 standardButtons: Dialog.Ok | Dialog.Cancel ^^ Warning: Property "Cancel" not found on type "QtQuick.Controls/Dialog 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialog.qml:38:41 standardButtons: Dialog.Ok | Dialog.Cancel ^^^^^^ warning: HorizontalHeaderView was not found. Did you add all import paths? warning: VerticalHeaderView was not found. Did you add all import paths? Warning: Property "AlwaysOff" not found on type "QtQuick.Controls/ScrollBar 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-scrollview-policy.qml:34:44 ScrollBar.horizontal.policy: ScrollBar.AlwaysOff ^^^^^^^^^ Warning: Property "AlwaysOn" not found on type "QtQuick.Controls/ScrollBar 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-scrollview-policy.qml:35:42 ScrollBar.vertical.policy: ScrollBar.AlwaysOn ^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:46:20 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:80:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:101:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:122:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:143:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:164:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:185:22 spacing: textTopMargin ^^^^^^^^^^^^^ Note: textTopMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id spacing: .textTopMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:53:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:60:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:69:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:96:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:117:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:138:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:159:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:180:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:204:24 color: measurementColor ^^^^^^^^^^^^^^^^ Note: measurementColor is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id color: .measurementColor Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:90:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:111:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:132:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:153:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:174:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-material-variant.qml:199:41 anchors.leftMargin: barLeftMargin ^^^^^^^^^^^^^ Note: barLeftMargin is a meber of the root element You can qualify the access with its id to avoid this warning: Note: You first have to give the root element an id anchors.leftMargin: .barLeftMargin Warning: Type "bool" of base "horizontal" not found when accessing member "active" at src/imports/controls/doc/snippets/qtquickcontrols2-scrollview-custom.qml:65:46. active: control.ScrollBar.horizontal.active ^^^^^^ Warning: Type "bool" of base "vertical" not found when accessing member "active" at src/imports/controls/doc/snippets/qtquickcontrols2-scrollview-custom.qml:73:44. active: control.ScrollBar.vertical.active ^^^^^^ Warning: Property "vertical" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-toolseparator-custom.qml:51:39 implicitWidth: parent.vertical ? 1 : 24 ^^^^^^^^ Warning: Property "vertical" not found on type "QQuickItem" at src/imports/controls/doc/snippets/qtquickcontrols2-toolseparator-custom.qml:52:40 implicitHeight: parent.vertical ? 24 : 1 ^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-itemdelegate.qml:39:15 text: modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-itemdelegate.qml:41:44 onClicked: console.log("clicked:", modelData) ^^^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-custom.qml:55:35 text: qsTr("Item %1").arg(modelData + 1) ^^^^^^^^^ Warning: Property "displacement" not found on type "QtQuick.Controls/Tumbler 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-tumbler-custom.qml:59:41 opacity: 1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2) ^^^^^^^^^^^^ Warning: Property "overlay" not found on type "QQuickOverlay" at src/imports/controls/doc/snippets/qtquickcontrols2-popup.qml:41:39 anchors.centerIn: Overlay.overlay ^^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-pageindicator-custom.qml:44:18 opacity: index === control.currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-pageindicator-custom.qml:44:58 opacity: index === control.currentIndex ? 0.95 : pressed ? 0.7 : 0.45 ^^^^^^^ Warning: Property "TextBesideIcon" not found on type "QtQuick.Controls/Button 2.0" at src/imports/controls/doc/snippets/qtquickcontrols2-button-textbesideicon.qml:34:21 display: Button.TextBesideIcon ^^^^^^^^^^^^^^ Warning: Property "AcceptRole" not found on type "QtQuick.Controls/DialogButtonBox 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialogbuttonbox-attached.qml:35:53 DialogButtonBox.buttonRole: DialogButtonBox.AcceptRole ^^^^^^^^^^ Warning: Property "DestructiveRole" not found on type "QtQuick.Controls/DialogButtonBox 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialogbuttonbox-attached.qml:39:53 DialogButtonBox.buttonRole: DialogButtonBox.DestructiveRole ^^^^^^^^^^^^^^^ Warning: Property "Ok" not found on type "QtQuick.Controls/DialogButtonBox 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialogbuttonbox.qml:33:38 standardButtons: DialogButtonBox.Ok | DialogButtonBox.Cancel ^^ Warning: Property "Cancel" not found on type "QtQuick.Controls/DialogButtonBox 2.1" at src/imports/controls/doc/snippets/qtquickcontrols2-dialogbuttonbox.qml:33:59 standardButtons: DialogButtonBox.Ok | DialogButtonBox.Cancel ^^^^^^ Warning: unqualified access at src/imports/controls/doc/snippets/qtquickcontrols2-tabbar-flickable.qml:44:19 text: modelData ^^^^^^^^^ Warning: Type "bool" of base "horizontal" not found when accessing member "active" at src/imports/controls/ScrollView.qml:55:46. active: control.ScrollBar.horizontal.active ^^^^^^ Warning: Type "bool" of base "vertical" not found when accessing member "active" at src/imports/controls/ScrollView.qml:63:44. active: control.ScrollBar.vertical.active ^^^^^^ Warning: unqualified access at src/imports/controls/ToolSeparator.qml:54:24 implicitWidth: vertical ? 1 : 30 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitWidth: control.vertical ? 1 : 30 Warning: unqualified access at src/imports/controls/ToolSeparator.qml:55:25 implicitHeight: vertical ? 30 : 1 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitHeight: control.vertical ? 30 : 1 Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ToolSeparator.qml:56:32. color: control.palette.mid ^^^ warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: StandardTextSection was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: StandardTextSection was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: LineEdit was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: StandardTextSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: ColorEditor was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: ColorEditor was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: ComboBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: CheckBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: FontSection was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: Section was not found. Did you add all import paths? warning: SectionLayout was not found. Did you add all import paths? warning: Label was not found. Did you add all import paths? warning: SecondColumnLayout was not found. Did you add all import paths? warning: SpinBox was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/ApplicationWindow.qml:46:27. color: window.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/ApplicationWindow.qml:49:49. color: Color.transparent(window.palette.shadow, 0.5) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/ApplicationWindow.qml:53:49. color: Color.transparent(window.palette.shadow, 0.12) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/TextField.qml:54:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/TextField.qml:55:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/TextField.qml:56:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/TextField.qml:80:32. color: control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/TextField.qml:81:61. border.color: control.activeFocus ? control.palette.highlight : control.palette.mid ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/TextField.qml:81:89. border.color: control.activeFocus ? control.palette.highlight : control.palette.mid ^^^ warning: T.HorizontalHeaderView was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/ProgressBar.qml:56:32. color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/ProgressBar.qml:65:32. color: control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Switch.qml:65:50. color: control.checked ? control.palette.dark : control.palette.midlight ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/Switch.qml:65:73. color: control.checked ? control.palette.dark : control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/Switch.qml:90:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/Switch.qml:73:51. color: control.down ? control.palette.light : control.palette.window ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Switch.qml:73:75. color: control.down ? control.palette.light : control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Switch.qml:75:65. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/Switch.qml:75:111. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/Switch.qml:75:133. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^ Warning: unqualified access at src/imports/controls/ComboBox.qml:57:66 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/ComboBox.qml:57:96 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : control.model[control.textRole]) : modelData Warning: unqualified access at src/imports/controls/ComboBox.qml:57:123 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/ComboBox.qml:58:39. palette.text: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/ComboBox.qml:59:50. palette.highlightedText: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: unqualified access at src/imports/controls/ComboBox.qml:60:47 font.weight: control.currentIndex === index ? Font.DemiBold : Font.Normal ^^^^^ Warning: unqualified access at src/imports/controls/ComboBox.qml:61:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/ComboBox.qml:68:32. color: control.palette.dark ^^^^ Warning: Property "selectTextByMouse" not found on type "T.ComboBox" at src/imports/controls/ComboBox.qml:87:32 selectByMouse: control.selectTextByMouse ^^^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/ComboBox.qml:90:51. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/ComboBox.qml:90:74. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ComboBox.qml:91:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/ComboBox.qml:92:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ComboBox.qml:107:47. color: control.down ? control.palette.mid : control.palette.button ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/ComboBox.qml:107:69. color: control.down ? control.palette.mid : control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ComboBox.qml:108:39. border.color: control.palette.highlight ^^^^^^^^^ Warning: Property "Window" not found on type "T.ComboBox" at src/imports/controls/ComboBox.qml:116:62 height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/ComboBox.qml:98:74. border.color: parent && parent.activeFocus ? control.palette.highlight : control.palette.button ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/ComboBox.qml:98:102. border.color: parent && parent.activeFocus ? control.palette.highlight : control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/ComboBox.qml:99:36. color: control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/ComboBox.qml:139:36. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ComboBox.qml:132:47. border.color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/BusyIndicator.qml:56:30. pen: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/BusyIndicator.qml:57:31. fill: control.palette.dark ^^^^ Warning: Property "window" not found on type "QQuickWindow" at src/imports/controls/Menu.qml:59:29 interactive: Window.window ^^^^^^ Warning: Property "window" not found on type "QQuickWindow" at src/imports/controls/Menu.qml:60:95 ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Menu.qml:71:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Menu.qml:72:39. border.color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Menu.qml:76:50. color: Color.transparent(control.palette.shadow, 0.5) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Menu.qml:80:50. color: Color.transparent(control.palette.shadow, 0.12) ^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:46:35 first.implicitHandleWidth + leftPadding + rightPadding, ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:47:36 second.implicitHandleWidth + leftPadding + rightPadding) ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:49:36 first.implicitHandleHeight + topPadding + bottomPadding, ^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:50:37 second.implicitHandleHeight + topPadding + bottomPadding) ^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:55:70 x: control.leftPadding + (control.horizontal ? control.first.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:56:110 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.first.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RangeSlider.qml:61:53. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/RangeSlider.qml:61:99. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/RangeSlider.qml:61:121. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:62:30 color: control.first.pressed ? control.palette.light : control.palette.window ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/RangeSlider.qml:62:56. color: control.first.pressed ? control.palette.light : control.palette.window ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/RangeSlider.qml:62:80. color: control.first.pressed ? control.palette.light : control.palette.window ^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:66:71 x: control.leftPadding + (control.horizontal ? control.second.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:67:111 y: control.topPadding + (control.horizontal ? (control.availableHeight - height) / 2 : control.second.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RangeSlider.qml:72:53. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/RangeSlider.qml:72:99. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/RangeSlider.qml:72:121. border.color: activeFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:73:31 color: control.second.pressed ? control.palette.light : control.palette.window ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/RangeSlider.qml:73:57. color: control.second.pressed ? control.palette.light : control.palette.window ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/RangeSlider.qml:73:81. color: control.second.pressed ? control.palette.light : control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/RangeSlider.qml:84:32. color: control.palette.midlight ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:88:51 x: control.horizontal ? control.first.position * parent.width + 3 : 0 ^^^^^^^^ Warning: Property "visualPosition" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:89:56 y: control.horizontal ? 0 : control.second.visualPosition * parent.height + 3 ^^^^^^^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:90:56 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width - 6 : 6 ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:90:96 width: control.horizontal ? control.second.position * parent.width - control.first.position * parent.width - 6 : 6 ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:91:61 height: control.horizontal ? 6 : control.second.position * parent.height - control.first.position * parent.height - 6 ^^^^^^^^ Warning: Property "position" not found on type "Rectangle" at src/imports/controls/RangeSlider.qml:91:102 height: control.horizontal ? 6 : control.second.position * parent.height - control.first.position * parent.height - 6 ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/RangeSlider.qml:93:36. color: control.palette.dark ^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:47:32 up.implicitIndicatorWidth + ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:48:34 down.implicitIndicatorWidth) ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:51:33 up.implicitIndicatorHeight, ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:52:35 down.implicitIndicatorHeight) ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:55:52 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:55:67 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:55:96 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:55:113 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:56:55 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:56:72 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:56:99 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:56:114 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Type "QLocale" of base "locale" not found when accessing member "name" at src/imports/controls/SpinBox.qml:59:32. locale: control.locale.name ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/SpinBox.qml:69:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/SpinBox.qml:70:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/SpinBox.qml:71:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:96:27 color: control.up.pressed ? control.palette.mid : control.palette.button ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SpinBox.qml:96:53. color: control.up.pressed ? control.palette.mid : control.palette.button ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/SpinBox.qml:96:75. color: control.up.pressed ? control.palette.mid : control.palette.button ^^^^^^ Warning: Property "pressed" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:119:29 color: control.down.pressed ? control.palette.mid : control.palette.button ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SpinBox.qml:119:55. color: control.down.pressed ? control.palette.mid : control.palette.button ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/SpinBox.qml:119:77. color: control.down.pressed ? control.palette.mid : control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/SpinBox.qml:132:42. color: enabled ? control.palette.base : control.palette.button ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/SpinBox.qml:132:65. color: enabled ? control.palette.base : control.palette.button ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/SpinBox.qml:133:39. border.color: control.palette.button ^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:80:35 x: -6 - (control.down.indicator ? 1 : 0) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:82:48 width: control.width - (control.up.indicator ? control.up.indicator.width - 1 : 0) - (control.down.indicator ? control.down.indicator.width - 1 : 0) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:82:71 width: control.width - (control.up.indicator ? control.up.indicator.width - 1 : 0) - (control.down.indicator ? control.down.indicator.width - 1 : 0) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:82:112 width: control.width - (control.up.indicator ? control.up.indicator.width - 1 : 0) - (control.down.indicator ? control.down.indicator.width - 1 : 0) ^^^^^^^^^ Warning: Property "indicator" not found on type "Rectangle" at src/imports/controls/SpinBox.qml:82:137 width: control.width - (control.up.indicator ? control.up.indicator.width - 1 : 0) - (control.down.indicator ? control.down.indicator.width - 1 : 0) ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/SpinBox.qml:86:43. border.color: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/SpinBox.qml:103:46. color: enabled ? control.palette.buttonText : control.palette.mid ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SpinBox.qml:103:75. color: enabled ? control.palette.buttonText : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/SpinBox.qml:110:46. color: enabled ? control.palette.buttonText : control.palette.mid ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SpinBox.qml:110:75. color: enabled ? control.palette.buttonText : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/SpinBox.qml:126:46. color: enabled ? control.palette.buttonText : control.palette.mid ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/SpinBox.qml:126:75. color: enabled ? control.palette.buttonText : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/MenuBarItem.qml:58:33. icon.color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/MenuBarItem.qml:69:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/MenuBarItem.qml:75:70. color: control.down || control.highlighted ? control.palette.mid : "transparent" ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckDelegate.qml:56:33. icon.color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckDelegate.qml:70:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/CheckDelegate.qml:81:47. color: control.down ? control.palette.light : control.palette.base ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/CheckDelegate.qml:81:71. color: control.down ? control.palette.light : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/CheckDelegate.qml:83:61. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/CheckDelegate.qml:83:89. border.color: control.visualFocus ? control.palette.highlight : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/CheckDelegate.qml:108:47. color: control.down ? control.palette.midlight : control.palette.light ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/CheckDelegate.qml:108:74. color: control.down ? control.palette.midlight : control.palette.light ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckDelegate.qml:89:36. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/CheckDelegate.qml:99:36. color: control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/fusion/SplitView.qml:53:40 color: T.SplitHandle.pressed ? palette.dark ^^^^^^^ Note: palette is a meber of the root element You can qualify the access with its id to avoid this warning: color: T.SplitHandle.pressed ? control.palette.dark Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/fusion/SplitView.qml:54:56. : (T.SplitHandle.hovered ? control.palette.midlight : control.palette.mid) ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/SplitView.qml:54:83. : (T.SplitHandle.hovered ? control.palette.midlight : control.palette.mid) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipText" at src/imports/controls/fusion/ToolTip.qml:64:32. color: control.palette.toolTipText ^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipBase" at src/imports/controls/fusion/ToolTip.qml:68:32. color: control.palette.toolTipBase ^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "toolTipText" at src/imports/controls/fusion/ToolTip.qml:69:39. border.color: control.palette.toolTipText ^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/ToolTip.qml:76:36. color: control.palette.shadow ^^^^^^ warning: T.VerticalHeaderView was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/fusion/Label.qml:47:28. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "link" at src/imports/controls/fusion/Label.qml:48:32. linkColor: control.palette.link ^^^^ Warning: Property "mirrored" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:68:30 x: indicator.control.mirrored ? handle.x : 0 ^^^^^^^^ Warning: Property "mirrored" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:69:34 width: indicator.control.mirrored ? parent.width - handle.x : handle.x + handle.width ^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:72:36 opacity: indicator.control.checked ? 1 : 0 ^^^^^^^ Warning: Property "visualPosition" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:96:73 x: Math.max(0, Math.min(parent.width - width, indicator.control.visualPosition * parent.width - (width / 2))) ^^^^^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:74:41 enabled: !indicator.control.down ^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:118:45 border.color: indicator.control.visualFocus ? Fusion.highlightedOutline(indicator.control.palette) : Fusion.outline(indicator.control.palette) ^^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:133:41 enabled: !indicator.control.down ^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:105:109 color: Fusion.gradientStart(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:105:140 color: Fusion.gradientStart(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:105:167 color: Fusion.gradientStart(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:109:108 color: Fusion.gradientStop(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^^^^^ Warning: Property "pressed" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:109:139 color: Fusion.gradientStop(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/fusion/SwitchIndicator.qml:109:166 color: Fusion.gradientStop(Fusion.buttonColor(indicator.control.palette, indicator.control.visualFocus, indicator.control.pressed, indicator.control.hovered)) ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ToolBar.qml:62:51. color: Qt.lighter(control.palette.window, 1.04) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ToolBar.qml:66:40. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Page.qml:57:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/TabButton.qml:69:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: Property "TabBar" not found on type "T.TabButton" at src/imports/controls/fusion/TabButton.qml:73:39 y: control.checked || control.TabBar.position !== T.TabBar.Header ? 0 : 2 ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/ScrollIndicator.qml:58:32. color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/SwitchDelegate.qml:77:96. color: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/SwitchDelegate.qml:84:105. : control.highlighted ? Fusion.highlight(control.palette) : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/TextArea.qml:57:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/fusion/TextArea.qml:58:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/fusion/TextArea.qml:59:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/PageIndicator.qml:60:32. color: control.palette.shadow ^^^^^^ Warning: unqualified access at src/imports/controls/fusion/PageIndicator.qml:62:18 opacity: index === currentIndex ? 0.95 : pressed ? 0.75 : 0.45 ^^^^^ Warning: unqualified access at src/imports/controls/fusion/PageIndicator.qml:62:28 opacity: index === currentIndex ? 0.95 : pressed ? 0.75 : 0.45 ^^^^^^^^^^^^ Note: currentIndex is a meber of the root element You can qualify the access with its id to avoid this warning: opacity: index === control.currentIndex ? 0.95 : pressed ? 0.75 : 0.45 Warning: unqualified access at src/imports/controls/fusion/PageIndicator.qml:62:50 opacity: index === currentIndex ? 0.95 : pressed ? 0.75 : 0.45 ^^^^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/fusion/TabBar.qml:65:38 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Pane.qml:55:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/ItemDelegate.qml:68:96. color: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/ItemDelegate.qml:75:105. : control.highlighted ? Fusion.highlight(control.palette) : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/fusion/GroupBox.qml:63:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/fusion/DelayButton.qml:69:55. color: control.mirrored ? control.palette.brightText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/DelayButton.qml:69:84. color: control.mirrored ? control.palette.brightText : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/DelayButton.qml:83:55. color: control.mirrored ? control.palette.buttonText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/fusion/DelayButton.qml:83:84. color: control.mirrored ? control.palette.buttonText : control.palette.brightText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/ToolButton.qml:66:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: unqualified access at src/imports/controls/fusion/Tumbler.qml:53:15 text: modelData ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/fusion/Tumbler.qml:54:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Property "displacement" not found on type "Tumbler" at src/imports/controls/fusion/Tumbler.qml:56:42 opacity: (1.0 - Math.abs(Tumbler.displacement) / (control.visibleItemCount / 2)) * (control.enabled ? 1 : 0.6) ^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/SwipeDelegate.qml:70:96. color: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/SwipeDelegate.qml:77:105. : control.highlighted ? Fusion.highlight(control.palette) : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/MenuBar.qml:64:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/MenuBar.qml:70:66. color: Fusion.mergedColors(Qt.darker(control.palette.window, 1.2), ^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:53:20 color: control.down ? indicator.pressedColor : control.palette.base ^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:54:27 border.color: control.visualFocus ? Fusion.highlightedOutline(control.palette) ^^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:62:66 visible: indicator.control.enabled && !indicator.control.down ^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:70:36 visible: indicator.control.checkState === Qt.Checked || (indicator.control.checked && indicator.control.checkState === undefined) ^^^^^^^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:70:84 visible: indicator.control.checkState === Qt.Checked || (indicator.control.checked && indicator.control.checkState === undefined) ^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:70:113 visible: indicator.control.checkState === Qt.Checked || (indicator.control.checked && indicator.control.checkState === undefined) ^^^^^^^^^^ Warning: Property "checkState" not found on type "QQuickItem" at src/imports/controls/fusion/CheckIndicator.qml:78:36 visible: indicator.control.checkState === Qt.PartiallyChecked ^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/RadioIndicator.qml:54:20 color: control.down ? indicator.pressedColor : control.palette.base ^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/RadioIndicator.qml:55:27 border.color: control.visualFocus ? Fusion.highlightedOutline(control.palette) ^^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/RadioIndicator.qml:65:66 visible: indicator.control.enabled && !indicator.control.down ^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/RadioIndicator.qml:76:36 visible: indicator.control.checked ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Dialog.qml:59:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/Dialog.qml:60:39. border.color: control.palette.mid ^^^ Warning: Property "ElideRight" not found on type "Label" at src/imports/controls/fusion/Dialog.qml:77:22 elide: Label.ElideRight ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/Dialog.qml:68:36. color: control.palette.shadow ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Dialog.qml:84:36. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/Button.qml:66:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/DialogButtonBox.qml:71:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/RadioDelegate.qml:71:96. color: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/RadioDelegate.qml:85:105. : control.highlighted ? Fusion.highlight(control.palette) : control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/fusion/CheckBox.qml:68:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/fusion/RadioButton.qml:68:32. color: control.palette.windowText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/MenuItem.qml:73:112. color: control.down || control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/MenuItem.qml:83:131. color: control.down || control.hovered || control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/fusion/ToolSeparator.qml:56:24 implicitWidth: vertical ? 2 : 8 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitWidth: control.vertical ? 2 : 8 Warning: unqualified access at src/imports/controls/fusion/ToolSeparator.qml:57:25 implicitHeight: vertical ? 8 : 2 ^^^^^^^^ Note: vertical is a meber of the root element You can qualify the access with its id to avoid this warning: implicitHeight: control.vertical ? 8 : 2 Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ToolSeparator.qml:58:42. color: Qt.darker(control.palette.window, 1.1) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ToolSeparator.qml:64:47. color: Qt.lighter(control.palette.window, 1.1) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ApplicationWindow.qml:46:27. color: window.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/TextField.qml:55:28. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/fusion/TextField.qml:56:37. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/fusion/TextField.qml:57:40. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/TextField.qml:82:32. color: control.palette.base ^^^^ warning: T.HorizontalHeaderView was not found. Did you add all import paths? Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/ProgressBar.qml:108:32. color: control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/Switch.qml:68:32. color: control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/fusion/ComboBox.qml:59:66 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/fusion/ComboBox.qml:59:96 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^ Note: model is a meber of the root element You can qualify the access with its id to avoid this warning: text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : control.model[control.textRole]) : modelData Warning: unqualified access at src/imports/controls/fusion/ComboBox.qml:59:123 text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData ^^^^^^^^^ Warning: unqualified access at src/imports/controls/fusion/ComboBox.qml:60:47 font.weight: control.currentIndex === index ? Font.DemiBold : Font.Normal ^^^^^ Warning: unqualified access at src/imports/controls/fusion/ComboBox.qml:61:51 highlighted: control.highlightedIndex === index ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/ComboBox.qml:68:51. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/ComboBox.qml:68:74. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^^^^^^^ Warning: Property "selectTextByMouse" not found on type "T.ComboBox" at src/imports/controls/fusion/ComboBox.qml:87:32 selectByMouse: control.selectTextByMouse ^^^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/ComboBox.qml:90:51. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/ComboBox.qml:90:74. color: control.editable ? control.palette.text : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/fusion/ComboBox.qml:91:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/fusion/ComboBox.qml:92:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/ComboBox.qml:101:36. color: control.palette.base ^^^^ Warning: Property "ApplyRange" not found on type "QQuickListView" at src/imports/controls/fusion/ComboBox.qml:155:42 highlightRangeMode: ListView.ApplyRange ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/ComboBox.qml:162:42. color: control.popup.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/ComboBox.qml:170:40. color: control.palette.shadow ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/BusyIndicator.qml:57:32. color: control.palette.text ^^^^ Warning: unqualified access at src/imports/controls/fusion/BusyIndicator.qml:64:41 running: control.running || contentItem.visible ^^^^^^^^^^^ Note: contentItem is a meber of the root element You can qualify the access with its id to avoid this warning: running: control.running || control.contentItem.visible Warning: Property "window" not found on type "QQuickWindow" at src/imports/controls/fusion/Menu.qml:62:29 interactive: Window.window ^^^^^^ Warning: Property "window" not found on type "QQuickWindow" at src/imports/controls/fusion/Menu.qml:63:95 ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/Menu.qml:75:32. color: control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/Menu.qml:83:36. color: control.palette.shadow ^^^^^^ Warning: Property "implicitHandleWidth" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:48:44 Math.max(first.implicitHandleWidth, ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleWidth" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:49:45 second.implicitHandleWidth) + leftPadding + rightPadding) ^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:51:45 Math.max(first.implicitHandleHeight, ^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitHandleHeight" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:52:46 second.implicitHandleHeight) + topPadding + bottomPadding) ^^^^^^^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:55:80 x: control.leftPadding + Math.round(control.horizontal ? control.first.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:56:120 y: control.topPadding + Math.round(control.horizontal ? (control.availableHeight - height) / 2 : control.first.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:66:81 x: control.leftPadding + Math.round(control.horizontal ? control.second.visualPosition * (control.availableWidth - width) : (control.availableWidth - width) / 2) ^^^^^^^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:67:121 y: control.topPadding + Math.round(control.horizontal ? (control.availableHeight - height) / 2 : control.second.visualPosition * (control.availableHeight - height)) ^^^^^^^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:78:31 offset: control.first.position ^^^^^^^^ Warning: Property "position" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:79:34 progress: control.second.position ^^^^^^^^ Warning: Property "visualPosition" not found on type "SliderHandle" at src/imports/controls/fusion/RangeSlider.qml:80:40 visualProgress: control.second.visualPosition ^^^^^^^^^^^^^^ Warning: Property "highlighted" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:47:40 property bool highlighted: control.highlighted ^^^^^^^^^^^ Warning: Property "flat" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:49:23 visible: !control.flat || control.down || control.checked ^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:49:39 visible: !control.flat || control.down || control.checked ^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:49:55 visible: !control.flat || control.down || control.checked ^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:51:75 color: Fusion.buttonColor(control.palette, panel.highlighted, control.down || control.checked, control.hovered) ^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:51:91 color: Fusion.buttonColor(control.palette, panel.highlighted, control.down || control.checked, control.hovered) ^^^^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:51:108 color: Fusion.buttonColor(control.palette, panel.highlighted, control.down || control.checked, control.hovered) ^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:52:23 gradient: control.down || control.checked ? null : buttonGradient ^^^^ Warning: Property "checked" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:52:39 gradient: control.down || control.checked ? null : buttonGradient ^^^^^^^ Warning: Property "visualFocus" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:67:86 border.color: Fusion.buttonOutline(control.palette, panel.highlighted || control.visualFocus, control.enabled) ^^^^^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:58:116 color: Fusion.gradientStart(Fusion.buttonColor(panel.control.palette, panel.highlighted, panel.control.down, panel.control.hovered)) ^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:58:136 color: Fusion.gradientStart(Fusion.buttonColor(panel.control.palette, panel.highlighted, panel.control.down, panel.control.hovered)) ^^^^^^^ Warning: Property "down" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:62:115 color: Fusion.gradientStop(Fusion.buttonColor(panel.control.palette, panel.highlighted, panel.control.down, panel.control.hovered)) ^^^^ Warning: Property "hovered" not found on type "QQuickItem" at src/imports/controls/fusion/ButtonPanel.qml:62:135 color: Fusion.gradientStop(Fusion.buttonColor(panel.control.palette, panel.highlighted, panel.control.down, panel.control.hovered)) ^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:49:41 Math.max(up.implicitIndicatorWidth, ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorWidth" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:50:43 down.implicitIndicatorWidth)) ^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:53:33 up.implicitIndicatorHeight + ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "implicitIndicatorHeight" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:54:35 down.implicitIndicatorHeight) ^^^^^^^^^^^^^^^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:57:52 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:57:67 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:57:96 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:57:113 leftPadding: padding + (control.mirrored ? (up.indicator ? up.indicator.width : 0) : (down.indicator ? down.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:58:55 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:58:72 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:58:99 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:58:114 rightPadding: padding + (control.mirrored ? (down.indicator ? down.indicator.width : 0) : (up.indicator ? up.indicator.width : 0)) ^^^^^^^^^ Warning: Type "QLocale" of base "locale" not found when accessing member "name" at src/imports/controls/fusion/SpinBox.qml:61:32. locale: control.locale.name ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/SpinBox.qml:71:32. color: control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/fusion/SpinBox.qml:72:41. selectionColor: control.palette.highlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlightedText" at src/imports/controls/fusion/SpinBox.qml:73:44. selectedTextColor: control.palette.highlightedText ^^^^^^^^^^^^^^^ Warning: Property "pressed" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:93:27 color: control.up.pressed ? Fusion.buttonColor(control.palette, false, true, true) : "transparent" ^^^^^^^ Warning: Property "pressed" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:117:29 color: control.down.pressed ? Fusion.buttonColor(control.palette, false, true, true) : "transparent" ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/SpinBox.qml:134:32. color: control.palette.base ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/SpinBox.qml:100:36. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/SpinBox.qml:123:36. color: control.palette.buttonText ^^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:148:40 width: Math.max(control.up.indicator ? control.up.indicator.width : 0, ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:148:63 width: Math.max(control.up.indicator ? control.up.indicator.width : 0, ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:149:42 control.down.indicator ? control.down.indicator.width : 0) + 1 ^^^^^^^^^ Warning: Property "indicator" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:149:67 control.down.indicator ? control.down.indicator.width : 0) + 1 ^^^^^^^^^ Warning: Property "hovered" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:156:124 color: Fusion.gradientStart(Fusion.buttonColor(control.palette, control.visualFocus, false, control.up.hovered || control.down.hovered)) ^^^^^^^ Warning: Property "hovered" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:156:148 color: Fusion.gradientStart(Fusion.buttonColor(control.palette, control.visualFocus, false, control.up.hovered || control.down.hovered)) ^^^^^^^ Warning: Property "hovered" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:160:123 color: Fusion.gradientStop(Fusion.buttonColor(control.palette, control.visualFocus, false, control.up.hovered || control.down.hovered)) ^^^^^^^ Warning: Property "hovered" not found on type "PaddedRectangle" at src/imports/controls/fusion/SpinBox.qml:160:147 color: Fusion.gradientStop(Fusion.buttonColor(control.palette, control.visualFocus, false, control.up.hovered || control.down.hovered)) ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/MenuBarItem.qml:68:112. color: control.down || control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "text" at src/imports/controls/fusion/CheckDelegate.qml:71:96. color: control.highlighted ? Fusion.highlightedText(control.palette) : control.palette.text ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "base" at src/imports/controls/fusion/CheckDelegate.qml:85:105. : control.highlighted ? Fusion.highlight(control.palette) : control.palette.base ^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:51:16 x: control.horizontal ? 0 : (control.availableWidth - width) / 2 ^^^^^^^^^^ Warning: Property "availableWidth" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:51:42 x: control.horizontal ? 0 : (control.availableWidth - width) / 2 ^^^^^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:52:16 y: control.horizontal ? (control.availableHeight - height) / 2 : 0 ^^^^^^^^^^ Warning: Property "availableHeight" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:52:38 y: control.horizontal ? (control.availableHeight - height) / 2 : 0 ^^^^^^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:54:28 implicitWidth: control.horizontal ? 160 : 5 ^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:55:29 implicitHeight: control.horizontal ? 5 : 160 ^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:56:20 width: control.horizontal ? control.availableWidth : implicitWidth ^^^^^^^^^^ Warning: Property "availableWidth" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:56:41 width: control.horizontal ? control.availableWidth : implicitWidth ^^^^^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:57:21 height: control.horizontal ? implicitHeight : control.availableHeight ^^^^^^^^^^ Warning: Property "availableHeight" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:57:59 height: control.horizontal ? implicitHeight : control.availableHeight ^^^^^^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:61:20 scale: control.horizontal && control.mirrored ? -1 : 1 ^^^^^^^^^^ Warning: Property "mirrored" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:61:42 scale: control.horizontal && control.mirrored ? -1 : 1 ^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:75:27 x: groove.control.horizontal ? groove.offset * parent.width : 0 ^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:76:27 y: groove.control.horizontal ? 0 : groove.visualProgress * parent.height ^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:77:31 width: groove.control.horizontal ? groove.progress * parent.width - groove.offset * parent.width : 5 ^^^^^^^^^^ Warning: Property "horizontal" not found on type "QQuickItem" at src/imports/controls/fusion/SliderGroove.qml:78:32 height: groove.control.horizontal ? 5 : groove.progress * parent.height - groove.offset * parent.height ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Popup.qml:55:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/Popup.qml:56:39. border.color: control.palette.mid ^^^ Warning: Property "overlay" not found on type "QQuickOverlay" at src/imports/controls/fusion/Drawer.qml:47:23 parent: T.Overlay.overlay ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/fusion/Drawer.qml:63:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/Drawer.qml:68:36. color: control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/fusion/Drawer.qml:75:36. color: control.palette.shadow ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/fusion/ScrollBar.qml:61:50. color: control.pressed ? control.palette.dark : control.palette.mid ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/fusion/ScrollBar.qml:61:73. color: control.pressed ? control.palette.dark : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/fusion/RoundButton.qml:66:32. color: control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Popup.qml:53:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Popup.qml:54:39. border.color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Popup.qml:58:50. color: Color.transparent(control.palette.shadow, 0.5) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Popup.qml:62:50. color: Color.transparent(control.palette.shadow, 0.12) ^^^^^^ Warning: Property "overlay" not found on type "QQuickOverlay" at src/imports/controls/Drawer.qml:45:23 parent: T.Overlay.overlay ^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Drawer.qml:61:32. color: control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Drawer.qml:73:50. color: Color.transparent(control.palette.shadow, 0.5) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "shadow" at src/imports/controls/Drawer.qml:77:50. color: Color.transparent(control.palette.shadow, 0.12) ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Drawer.qml:66:36. color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Dial.qml:53:54. color: control.visualFocus ? control.palette.highlight : control.palette.dark ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Dial.qml:53:82. color: control.visualFocus ? control.palette.highlight : control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Dial.qml:64:54. color: control.visualFocus ? control.palette.highlight : control.palette.dark ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Dial.qml:64:82. color: control.visualFocus ? control.palette.highlight : control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "light" at src/imports/controls/Slider.qml:58:50. color: control.pressed ? control.palette.light : control.palette.window ^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "window" at src/imports/controls/Slider.qml:58:74. color: control.pressed ? control.palette.light : control.palette.window ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/Slider.qml:60:61. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/Slider.qml:60:107. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/Slider.qml:60:129. border.color: control.visualFocus ? control.palette.highlight : control.enabled ? control.palette.mid : control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "midlight" at src/imports/controls/Slider.qml:71:32. color: control.palette.midlight ^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/Slider.qml:80:36. color: control.palette.dark ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/ScrollBar.qml:59:50. color: control.pressed ? control.palette.dark : control.palette.mid ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/ScrollBar.qml:59:73. color: control.pressed ? control.palette.dark : control.palette.mid ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/RoundButton.qml:55:74. icon.color: control.checked || control.highlighted ? control.palette.brightText : ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RoundButton.qml:56:88. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/RoundButton.qml:56:116. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/RoundButton.qml:56:146. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "brightText" at src/imports/controls/RoundButton.qml:66:73. color: control.checked || control.highlighted ? control.palette.brightText : ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RoundButton.qml:67:87. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "windowText" at src/imports/controls/RoundButton.qml:67:115. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "buttonText" at src/imports/controls/RoundButton.qml:67:145. control.flat && !control.down ? (control.visualFocus ? control.palette.highlight : control.palette.windowText) : control.palette.buttonText ^^^^^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "dark" at src/imports/controls/RoundButton.qml:76:85. color: Color.blend(control.checked || control.highlighted ? control.palette.dark : control.palette.button, ^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "button" at src/imports/controls/RoundButton.qml:76:108. color: Color.blend(control.checked || control.highlighted ? control.palette.dark : control.palette.button, ^^^^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "mid" at src/imports/controls/RoundButton.qml:77:85. control.palette.mid, control.down ? 0.5 : 0.0) ^^^ Warning: Type "QPalette" of base "palette" not found when accessing member "highlight" at src/imports/controls/RoundButton.qml:78:39. border.color: control.palette.highlight ^^^^^^^^^