mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
9 lines
123 B
QML
9 lines
123 B
QML
import QtQuick 2.15
|
|
import QtQuick.Controls 2.15
|
|
|
|
Menu {
|
|
width: 250
|
|
font.family: fontText.name
|
|
font.pixelSize: 18
|
|
}
|
|
|