Changes between Version 48 and Version 49 of GSoC/2016/PyQtGUI
- Timestamp:
- 07/09/16 01:44:44 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v48 v49 120 120 The Run button works now also with flags. Also the user can see flags in string below. 121 121 122 For prompt= fileI implemented lineedit with Browse button to choose file.122 For prompt='file' I implemented lineedit with Browse button to choose file. 123 123 124 124 [[Image(gui6.1.PNG)]] … … 127 127 128 128 129 ==== July 4 - July 8 ==== 130 131 New widgets: cats, multiple values, raster_3d 132 133 Little changes in other widgets: Mapset is not selectable in treewidget, flags and default widget were moved into its own classes 134 135 If widgets have both label and description, description is used as help/tooltip 136 137 Massive 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