Changes between Version 48 and Version 49 of GSoC/2016/PyQtGUI


Ignore:
Timestamp:
Jul 9, 2016, 1:44:44 AM (8 years ago)
Author:
pesekon2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/PyQtGUI

    v48 v49  
    120120The Run button works now also with flags. Also the user can see flags in string below.
    121121
    122 For prompt=file I implemented lineedit with Browse button to choose file.
     122For prompt='file' I implemented lineedit with Browse button to choose file.
    123123
    124124[[Image(gui6.1.PNG)]]
     
    127127
    128128
     129  ==== July 4 - July 8 ====
     130
     131New widgets: cats, multiple values, raster_3d
     132
     133Little changes in other widgets: Mapset is not selectable in treewidget, flags and default widget were moved into its own classes
     134
     135If widgets have both label and description, description is used as help/tooltip
     136
     137Massive refactoring of code for command (running, changing dictionary, changing cmd string that user see)
     138
     139[[Image(gui7.1.PNG)]]
     140
     141
     142
     143
     144