ESP32_upper/QML/models/GlobalProperties.qml

14 lines
426 B
QML

import QtQuick 2.15
Item {
property string global_banner: "Hello World"
property int left_menu_index_now: 0
property int left_menu_index_last: 0
property string left_menu_lighlight_color: "#FF00FF"
property string left_menu_non_lighlight_color: "#00FF00"
property string left_menu_focus_color: "#FAFA00"
property string left_menu_icon_color: "#0d4e8b"
property int font_info_pixel_size: 20
}