ProjectFlask/FlaskMigrateExtension/MigrateConfigDialog.py

changeset 47
144b67fd111a
parent 29
a8817ea36587
child 60
02243723ac17
equal deleted inserted replaced
46:e700f73e1c6f 47:144b67fd111a
46 configuration["migrationsDirectory"] 46 configuration["migrationsDirectory"]
47 ): 47 ):
48 self.migrationsDirectoryPicker.setText( 48 self.migrationsDirectoryPicker.setText(
49 self.__e5project.getAbsoluteUniversalPath( 49 self.__e5project.getAbsoluteUniversalPath(
50 configuration["migrationsDirectory"])) 50 configuration["migrationsDirectory"]))
51
52 msh = self.minimumSizeHint()
53 self.resize(max(self.width(), msh.width()), msh.height())
51 54
52 def getConfiguration(self): 55 def getConfiguration(self):
53 """ 56 """
54 Public method to get the entered configuration data. 57 Public method to get the entered configuration data.
55 58

eric ide

mercurial