Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138175

Media Player example in qtdoc: qmllint warnings

XMLWordPrintable

    • a2a8d24d5 (dev), 529d943a4 (dev), 262bc723b (dev), c86492ad4 (dev), f84d5be68 (6.10), 34011fac9 (6.10), 0daf305af (6.10), e1c11ce03 (6.10)

      The Media Player application example in Qt 6.10.0 Beta packages produces various warnings when checked with qmllint:

      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/ControlImages.qml:10: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml:35: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml:42: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml:42: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml:55: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackRateControl.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/PlaybackControl.qml:54: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomSlider.qml:34: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomSlider.qml:23: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomSlider.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomSlider.qml:42: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomRadioButton.qml:19: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomRadioButton.qml:20: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomRadioButton.qml:27: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaControls/CustomRadioButton.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:9: warning: Warnings occurred while importing module "MediaControls": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:10: warning: Warnings occurred while importing module "Config": [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:235: warning: PlaybackSeekControl was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:252: warning: PlaybackControl was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:26: warning: Cannot resolve alias "playlistLooped" [unresolved-alias]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:237: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:242: warning: unknown grouped property scope fullScreenButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:249: warning: unknown grouped property scope settingsButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:255: warning: unknown grouped property scope anchors. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:292: warning: unknown grouped property scope playlistButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:293: warning: unknown grouped property scope menuButton. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:237: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:242: warning: Type fullScreenButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:249: warning: Type settingsButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:255: warning: Type anchors is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:292: warning: Type playlistButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:293: warning: Type menuButton is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:237: warning: Could not find property "left". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:238: warning: Could not find property "right". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:239: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:240: warning: Could not find property "mediaPlayer". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:255: warning: Could not find property "bottom". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:256: warning: Could not find property "left". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:257: warning: Could not find property "right". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:259: warning: Could not find property "mediaPlayer". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:260: warning: Could not find property "isPlaylistVisible". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:19: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:57: warning: Member "opacity" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:61: warning: Member "showSeeker" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:74: warning: Member "isMediaSliderPressed" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:78: warning: Member "hideSeeker" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:93: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:142: warning: Member "playbackRate" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:175: warning: Type "" of property "playlistLooped" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:146: warning: Member "volume" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:185: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:186: warning: Member "top" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:224: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:223: warning: Member "opacity" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:223: warning: Member "top" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:223: warning: Member "top" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:239: warning: Member "top" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:266: warning: Type "" of property "playlistLooped" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:268: warning: Type "" of property "playlistLooped" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:281: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:283: warning: Type "" of property "playlistLooped" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:255: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:256: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:257: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:313: warning: Member "isPlaylistShuffled" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:308: warning: Member "opacity" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:308: warning: Member "top" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:308: warning: Member "top" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:338: warning: Member "opacity" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:338: warning: Member "top" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:338: warning: Member "top" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:360: warning: Cannot assign binding of type PlaybackControl to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:362: warning: Member "height" not found on type "PlaybackControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:362: warning: Member "height" not found on type "PlaybackSeekControl" [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Main.qml:386: warning: Cannot assign binding of type PlaybackControl to QObject [incompatible-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/Images.qml:10: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/MetadataInfo.qml:53: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/MetadataInfo.qml:61: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/MetadataInfo.qml:73: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:38: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:47: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:52: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml:53: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:38: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:38: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:30: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:30: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:46: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksInfo.qml:46: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:63: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:65: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:66: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:61: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:61: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:47: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:47: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:63: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:63: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:58: warning: Component is missing required property language from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:58: warning: Component is missing required property trackNumber from CustomRadioButton [required]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TracksOptions.qml:55: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:115: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:183: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:116: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:184: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:116: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:184: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:116: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:184: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:19: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:110: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:116: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:176: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:176: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml:184: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:111: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:119: warning: CustomButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:112: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:120: warning: unknown grouped property scope icon. [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:112: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:120: warning: Type icon is used but it is not resolved [unresolved-type]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:112: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:121: warning: Could not find property "enabled". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:122: warning: Could not find property "opacity". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:120: warning: Could not find property "source". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:18: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:18: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:21: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:45: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:56: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:57: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:64: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:112: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/UrlPopup.qml:120: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:50: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:49: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:15: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:43: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/SettingsInfo.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:23: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:30: warning: CustomRadioButton was not found. Did you add all imports and dependencies? [import]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:31: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:32: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:24: warning: Could not find property "checked". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:25: warning: Could not find property "text". [missing-property]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:24: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:24: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:27: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:27: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:31: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ThemeInfo.qml:34: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ErrorPopup.qml:18: warning: Invalid color "transparent". [Quick.color]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/ErrorPopup.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:18: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:20: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:25: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:44: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:51: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:60: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:73: warning: Unqualified access [unqualified]
      /Users/kkoehne/Qt/Examples/Qt-6.10.0/demos/mediaplayer/MediaPlayer/TouchMenu.qml:85: warning: Unqualified access [unqualified]
      

        For Gerrit Dashboard: QTBUG-138175
        # Subject Branch Project Status CR V

            diseraluca Luca Di Sera
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: