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: "#FFFFFF" property string left_menu_focus_color: "#FAFA00" property string left_menu_icon_color: "#0d4e8b" }