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

QML color Alpha problem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.2
    • None
    • Windows

      /*
          Problem: GPU not render properly
      
          Run the program,
          and drag the app border bigger, or maximize the app,
          you will see the problem
      */
      
      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          color: Qt.rgba(0, 0, 0.7, 0.3) //Here is the problem
      }
      

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            yihan yi han
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes