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

ApplicationWindow Background can not set to white

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.3.2, 5.4.0 RC
    • Quick: Controls 1
    • None
    • Win7 64bit

    Description

      Can not set background to white or "#FFFFFF".
      Other color works fine. So for white i currently use "#FFFFFE".
      Program is generated with QtCreator, just added the color property

      Code:

       
      import QtQuick 2.4
      import QtQuick.Controls 1.3
      import QtQuick.Window 2.2
      import QtQuick.Dialogs 1.2
      
      ApplicationWindow {
          title: qsTr("Hello World")
          width: 640
          height: 480
          visible: true
          color: "#FFFFFE"
      
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              lunatic fringe Erich Bachl
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes