Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.6.0
-
None
-
macOS 10.13.4
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
- resulted in
-
QTBUG-67557 palette.brightText is undefined
- Reported