aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-08-30 15:42:21 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2021-08-30 16:47:18 +0200
commit2cd7c4f4de2a81b10820e4f60a2864a3d91d260c (patch)
tree2c4999602fd695d91ca7ff429e38405607dac180
parent4577d82d4f689bb6cda3e0a52232a84317ed0962 (diff)
Remove Types for missing effects
We did not inlcude the PNGs for the type icon and therefore this creates a warning. Change-Id: I995b0b4dbaf17abde93bce7a743ef8439eaffa16 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
-rw-r--r--src/imports/effects_qt6/designer/effects.metainfo135
1 files changed, 0 insertions, 135 deletions
diff --git a/src/imports/effects_qt6/designer/effects.metainfo b/src/imports/effects_qt6/designer/effects.metainfo
index 69e609d..11015c3 100644
--- a/src/imports/effects_qt6/designer/effects.metainfo
+++ b/src/imports/effects_qt6/designer/effects.metainfo
@@ -1,19 +1,4 @@
MetaInfo {
- Type {
- name: "QtQuick.Studio.Effects.BlendEffect"
- icon: "images/blend-mode-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
Type {
name: "QtQuick.Studio.Effects.BrightnessContrastEffect"
@@ -112,30 +97,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Studio.Effects.DirectionalBlurEffect"
- icon: "images/directional-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
-
- ItemLibraryEntry {
- name: "Directional Blur"
- category: "Effects"
- libraryIcon: "images/directional-blur-24px.png"
- version: "1.0"
- requiredImport: "QtQuick.Studio.Effects"
- }
- }
-
- Type {
name: "QtQuick.Studio.Effects.DisplaceEffect"
icon: "images/displace-16px.png"
@@ -232,22 +193,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Studio.Effects.GaussianBlurEffect"
- icon: "images/gaussian-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
- Type {
name: "QtQuick.Studio.Effects.GlowEffect"
icon: "images/glow-16px.png"
@@ -296,22 +241,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Studio.Effects.InnerShadowEffect"
- icon: "images/inner-shadow-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
- Type {
name: "QtQuick.Studio.Effects.LevelAdjustEffect"
icon: "images/levels-16px.png"
@@ -337,22 +266,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Studio.Effects.MaskedBlurEffect"
- icon: "images/mask-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
- Type {
name: "QtQuick.Studio.Effects.OpacityMaskEffect"
icon: "images/opacity-mask-16px.png"
@@ -377,38 +290,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Studio.Effects.RadialBlurEffect"
- icon: "images/radial-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
- Type {
- name: "QtQuick.Studio.Effects.RecursiveBlurEffect"
- icon: "images/recursive-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
- Type {
name: "QtQuick.Studio.Effects.ThresholdMaskEffect"
icon: "images/threshold-16px.png"
@@ -432,22 +313,6 @@ MetaInfo {
}
}
- Type {
- name: "QtQuick.Studio.Effects.ZoomBlurEffect"
- icon: "images/zoom-blur-16px.png"
-
- Hints {
- canBeDroppedInFormEditor: false
- canBeDroppedInNavigator: true
- isMovable: false
- isResizable: false
- canBeReparented: false
- visibleInNavigator: true
- forceNonDefaultProperty: "layer.effect"
- setParentProperty: "layer.enabled: true"
- }
- }
-
Imports {
showTagsForImports: [
"QtQuick.Studio.Effects"