mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
10 lines
143 B
QML
10 lines
143 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
import QtQuick.Controls.Basic
|
|
|
|
Menu {
|
|
width: 250
|
|
font.family: fontText.name
|
|
font.pixelSize: 18
|
|
}
|
|
|