lqml/examples/Qt6/cl-repl/qml/ext/FileButton.qml
2024-10-26 12:58:33 +02:00

11 lines
193 B
QML

import QtQuick
import QtQuick.Controls
import QtQuick.Controls.Basic
Button {
width: main.small ? 42 : 48
height: width
font.family: fontAwesome.name
font.pixelSize: 24
flat: true
}