DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qmllint / data / ButtonLoader.qml
12345678910
import QtQuick 2.12 Item { Text { id: roundButton Text { font.pixelSize: roundButton.font.pixelSize * 0.5 } } }