DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / ButtonLoader.qml
12345678910
import QtQuick 2.12 Item { Text { id: roundButton Text { font.pixelSize: roundButton.font.pixelSize * 0.5 } } }