Updated Contributing (markdown) authored by Vincent Texier's avatar Vincent Texier
......@@ -9,7 +9,7 @@ Sakia has been conceived on a Model View Presenter pattern. We have 3 main modul
- The `gui` contains all the classes to display widgets to the user. This is where the interaction with the buttons are implemented. We try to put the less logic possible in these classes because *testing widgets is hard*.
- The `models` contains all the classes to display data in Qt lists and tables. These models are refresh, and when refreshed, they save all the informations needed to display statically.
The `ui` files are placed in `res/ui`. They python files generated from these files are placed in `gen_resources` module.
The `ui` files are placed in `res/ui`. The python files generated from these files are placed in `gen_resources` module.
## Writing code
......
......