Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-876

RadialGradient QML Type is not painted by the puppet

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • QDS 1.2.0
    • 2D View
    • Linux/X11, Windows

    Description

      import QtQuick 2.12
      import QtGraphicalEffects 1.12
      
      Item {
          width: 300
          height: 300
      
          RadialGradient {
              anchors.fill: parent
              gradient: Gradient {
                  GradientStop { position: 0.0; color: "white" }
                  GradientStop { position: 0.5; color: "black" }
              }
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thohartm Thomas Hartmann
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes