pragma Singleton import QtQuick QtObject { // Global username, set at app startup property string userName: "User" }