aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope/data/groupPropertiesConsistency.qml
blob: 34c6f9a2546ee2ce638aef99e7b50a9a12be47c0 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick

TextWithAssignedFont {
    // Note: we cannot re-assign the font here as it produces an error in
    // QQmlComponent

    // font: TestApplication.createDummyFont()
    font.pixelSize: 22
}