Changes between Version 44 and Version 45 of GSoC/2016/PyQtGUI
- Timestamp:
- 06/26/16 01:42:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v44 v45 17 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 18 19 List of standard options in GRASS GIS [https://grass.osgeo.org/grass7 1/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 general19 List of standard options in GRASS GIS [https://grass.osgeo.org/grass73/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 20 20 specification of options and flags is in the programming manual [https://grass.osgeo.org/programming7/gislib_cmdline_parsing.html]. 21 21