Changes between Version 5 and Version 6 of GSoC/2016/PyQtGUI
- Timestamp:
- 05/09/16 02:45:10 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v5 v6 13 13 == Abstract == 14 14 GUI forms (module dialogs) are now automatically generated from XML into wxPython. My idea is to create code that is generating the same code into more powerful Qt. 15 16 == Goal == 17 Create a table of individual widgets, their features and when their are used. Existing GUI in GRASS GIS and also in QGIS GRASS plugin and QGIS Processing plugin are good starting points. 18 List of standard options in GRASS GIS [https://grass.osgeo.org/grass71/manuals/parser_standard_options.html] gives list of commonly used parameters which are likely to become specialized widgets (but it is not 1:1 - a lot of them are actually the same map selection widget just with different parameters). The general 19 specification of options and flags is in the programming manual [https://grass.osgeo.org/programming7/gislib_cmdline_parsing.html]. 15 20 16 21 == Timeline ==