Changes between Version 58 and Version 59 of GSoC/2016/PyQtGUI


Ignore:
Timestamp:
Aug 14, 2016, 3:30:25 AM (8 years ago)
Author:
pesekon2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/PyQtGUI

    v58 v59  
    209209A link to my commits: https://github.com/pesekon2/GRASS-Qt-based-GUI/commits
    210210
    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.
     211The 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.
    212212
    213213My project is now usable.