Draft: add README files to explain the new structure

This commit is contained in:
vocx-fc
2020-01-31 01:09:46 -06:00
committed by Yorik van Havre
parent 73cc683874
commit 5e253f6310
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
2020 February
These files provide the logic behind the task panel of the GuiCommands
defined in `draftguitools/`.
The task panel graphical interface is properly defined in
the `Resources/ui/` files, which are made with QtCreator.
There are many commands which aren't defined in `draftguitools/`.
These are defined in the big `DraftGui.py` module, which needs to be split
into individual GuiCommands, and each should have its own dedicated
`.ui` file.