如何在QML中设置Button控件中文本的字体大小?设计器没有选项,'font'不是Button的有效属性.
Button { id: cmdQuit text: qsTr("Quit") width: 64 height: 32 }
qt qml qt-quick
qml ×1
qt ×1
qt-quick ×1