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:
parent
861d3fa301
commit
8633052af2
@ -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
Loading…
x
Reference in New Issue
Block a user