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

ApplicationWindow Background can not set to white

XMLWordPrintable

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

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

        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
            lunatic fringe Erich Bachl
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes