Initial commit
This commit is contained in:
commit
a8c2f88654
53 changed files with 9269 additions and 0 deletions
7
Helpers/Globals.qml
Normal file
7
Helpers/Globals.qml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
// Global username, set at app startup
|
||||
property string userName: "User"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue