Changes between Version 34 and Version 35 of GSoC/2016/PyQtGUI
- Timestamp:
- 06/10/16 15:29:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2016/PyQtGUI
v34 v35 38 38 ||'''Let the summer begin''' || || || 39 39 ||MAY 23 - 27 || Creating empty generated GUI || * || 40 ||MAY 30 - JUNE 10 || Creating basic GUI (just basic widgets) of some function - e.g. r.buffer || 40 ||MAY 30 - JUNE 3 || Creating basic GUI (just basic widgets) of some function - e.g. r.buffer || * || 41 ||JUNE 6 - 10 ||Updating GUI - using standard Qt widgets and creating the first version of copyable/runable code || * || 41 42 ||JUNE 13 - 24 ||Updating GUI - using standard Qt widgets|| || 42 43 ||'''Mid term evaluation''' || || || … … 75 76 [[Image(Výstřižek.PNG)]] 76 77 [[Image(gui2.PNG)]] 78 79 80 ==== June 6 - June 10 ==== 81 82 I have upgraded GUI - now it works also with the string and integer types. (on the basic level) 83 84 I also have made some changes - SqlQuery is now lineedit and when the float isn't multiple, the GUI generates QDouble SpinBox. 85 86 The important thing is the first version of copyable/runable code. The buttons don't work yet, but user can see it and it automatically reads the code. 87 88 And one elegant thing - all the widgets are now stretched upper. 89 90 [[Image(gui3.PNG)]] 91 [[Image(gui3.2.PNG)]]