aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/ButtonLoader.qml
blob: 2721614735fe72c4f5301def419eda361e3eb0f4 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.12

Item {
    Text {
        id: roundButton
        Text {
            font.pixelSize: roundButton.font.pixelSize * 0.5
        }
    }
}