Automatically fills some fields in the survey

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

View File

@ -97,3 +97,4 @@
- Using fakeroot instead of su in make debian (Rev 214) - Using fakeroot instead of su in make debian (Rev 214)
- Fixed problem with float numbers with selection of certain relations (Rev 215) - 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)

View File

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

File diff suppressed because one or more lines are too long