Changed Folder gui to GUI
This commit is contained in:
@@ -1,22 +1,29 @@
|
||||
{
|
||||
"files": [
|
||||
"gui/firststart.qml",
|
||||
"Gui/firststart.qml",
|
||||
"lib/ConfigLoader.py",
|
||||
"lib/__init__.py",
|
||||
"main.py",
|
||||
"gui/main.qml",
|
||||
"gui/Dashboard.qml",
|
||||
"Gui/main.qml",
|
||||
"Gui/Dashboard.qml",
|
||||
"js/qmldict.js",
|
||||
"lib/Vermasseln.py",
|
||||
"gui/CustomerTables.qml",
|
||||
"gui/SearchBar.qml",
|
||||
"gui/test.qml",
|
||||
"Gui/CustomerTables.qml",
|
||||
"Gui/SearchBar.qml",
|
||||
"Gui/test.qml",
|
||||
"lib/DataBase.py",
|
||||
"gui/EmployeTables.qml",
|
||||
"gui/AddCustomer.qml",
|
||||
"Gui/EmployeTables.qml",
|
||||
"Gui/AddCustomer.qml",
|
||||
"pyqcrm.qrc",
|
||||
"gui/qmldir",
|
||||
"gui/TopBar.qml",
|
||||
"qml.qrc"
|
||||
"Gui/qmldir",
|
||||
"Gui/TopBar.qml",
|
||||
"qml.qrc",
|
||||
"images/account.svg",
|
||||
"images/add.svg",
|
||||
"images/addbusiness.svg",
|
||||
"images/addperson.svg",
|
||||
"images/filter.svg",
|
||||
"images/menu.svg",
|
||||
"images/search.svg"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user