HACKING.txt (565B)
1 ### Code organization: 2 * tomblib: a library that wraps on tomb. Meant to be used by various scripts, and every UI 3 * qt / wx / whatever: directory for different gui implementations 4 5 ### QT project: 6 7 status: only create wizard 8 the graphical part is done through create.ui, which can be edited by designer 9 10 The UI should be (if possible) completely autocontained in this .ui file, and no code (or very few) should be added to make it work. 11 * ATM, some code has been added for the "password don't match" part. 12 * Some code need to be added to make the filedialog work