Details
-
Technical task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
Description
Issue: palette.brightText is undefined
minimum example:
import QtQuick 2.10 import QtQuick.Window 2.10 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") SystemPalette { id: pal } Rectangle { color: pal.brightText } }
Error:
qrc:/main.qml:11:16: Unable to assign [undefined] to QColor
Attachments
Issue Links
- relates to
-
QTBUG-63331 Add support for palettes in the existing styles
- Open
- resulted from
-
QTCREATORBUG-20229 palette.brightText is undefined
- Closed