Automatically fills some fields in the survey

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@218 014f5005-505e-4b48-8d0a-63407b615a7c
master
LtWorf 2009-09-19 09:25:38 +07:00
parent 861d3fa301
commit 8633052af2
3 changed files with 29 additions and 2 deletions

@ -96,4 +96,5 @@
- Can load relations specified in command line (Rev 210)
- Using fakeroot instead of su in make debian (Rev 214)
- Fixed problem with float numbers with selection of certain relations (Rev 215)
- Added .desktop file on svn (Rev 216)
- Added .desktop file on svn (Rev 216)
- Automatically fills some fields in the survey (Rev 217)

@ -149,6 +149,7 @@ class Ui_Form(object):
ui = survey.Ui_Form()
self.Survey.setUi(ui)
ui.setupUi(self.Survey)
self.Survey.setDefaultValues()
self.Survey.show()
def showAbout(self):
if self.About==None:

File diff suppressed because one or more lines are too long