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

RadialGradient QML Type is not painted by the puppet

XMLWordPrintable

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

      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" }
              }
          }
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes