aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/finance_manager/part3/part3.pyproject
blob: c51cb9124974ac5f44266b71f52abd23148356cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "files": [
        "Backend/database.py",
        "Backend/main.py",
        "Backend/rest_api.py",
        "Frontend/Finance/AddDialog.qml",
        "Frontend/Finance/FinanceDelegate.qml",
        "Frontend/Finance/FinancePieChart.qml",
        "Frontend/Finance/FinanceView.qml",
        "Frontend/Finance/Main.qml",
        "Frontend/Finance/qmldir",
        "Frontend/financemodel.py",
        "Frontend/main.py",
        "requirements.txt"
    ]
}