Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.1
-
None
-
-
d6352cd4a (dev), e3b58ccba (tqtc/lts-6.5)
Description
import QtQuick import QtQuick.Controls Button { text: 'Button' background: Rectangle { implicitWidth: 80 implicitHeight: 24 color: 'red' } }
The error is
qrc:/qt-project.org/imports/QtQuick/Controls/macOS/Button.qml:44: TypeError: Property 'styleFont' of object QQuickRectangle(0x7fc0c15b6d80) is not a function
Attachments
Issue Links
- duplicates
-
QTBUG-96014 Default style: Customizing ScrollBar contentItem breaks scrolling, errors displayed when interacted with
- Closed
- relates to
-
QTBUG-96733 Prevent users from customising native styles
- Reported