Changes between Version 5 and Version 6 of GSoC/2016/PyQtGUI


Ignore:
Timestamp:
May 9, 2016, 2:45:10 AM (8 years ago)
Author:
pesekon2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/PyQtGUI

    v5 v6  
    1313== Abstract ==
    1414GUI 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 ==
     17Create 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.
     18List 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
     19specification of options and flags is in the programming manual [https://grass.osgeo.org/programming7/gislib_cmdline_parsing.html].
    1520
    1621== Timeline ==