Changes between Version 58 and Version 59 of GSoC/2016/PyQtGUI
- Timestamp:
- 08/14/16 03:30:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v58 v59 209 209 A link to my commits: https://github.com/pesekon2/GRASS-Qt-based-GUI/commits 210 210 211 The goal of the project was to create new GUI for modules based on PyQt. The old one is based on wxPython. The reason is that there are some bugs in wxPython andPyQt is now much more powerfull. The second reason is that the code of old GUI is written bad way. It's almost impossible to read what something do and work with that. So the second goal was try to write higher-quality code.211 The goal of the project was to create new GUI for modules based on !PyQt. The old one is based on wxPython. The reason is that there are some bugs in wxPython and !PyQt is now much more powerfull. The second reason is that the code of old GUI is written bad way. It's almost impossible to read what something do and work with that. So the second goal was try to write higher-quality code. 212 212 213 213 My project is now usable.