Changes between Version 34 and Version 35 of GSoC/2016/PyQtGUI


Ignore:
Timestamp:
Jun 10, 2016, 3:29:12 PM (8 years ago)
Author:
pesekon2
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016/PyQtGUI

    v34 v35  
    3838||'''Let the summer begin'''           ||                      || ||
    3939||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 || * ||
    4142||JUNE 13 - 24       ||Updating GUI - using standard Qt widgets|| ||
    4243||'''Mid term evaluation'''           ||                      || ||
     
    7576[[Image(Výstřižek.PNG)]]
    7677[[Image(gui2.PNG)]]
     78
     79
     80  ==== June 6 - June 10 ====
     81
     82I have upgraded GUI - now it works also with the string and integer types. (on the basic level)
     83
     84I also have made some changes - SqlQuery is now lineedit and when the float isn't multiple, the GUI generates QDouble SpinBox.
     85
     86The 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
     88And one elegant thing - all the widgets are now stretched upper.
     89
     90[[Image(gui3.PNG)]]
     91[[Image(gui3.2.PNG)]]