88 self.__initPaths = [ |
88 self.__initPaths = [ |
89 Utilities.fromNativeSeparators(ipath), |
89 Utilities.fromNativeSeparators(ipath), |
90 Utilities.fromNativeSeparators(ipath) + "/", |
90 Utilities.fromNativeSeparators(ipath) + "/", |
91 ] |
91 ] |
92 |
92 |
|
93 self.licenseComboBox.lineEdit().setClearButtonEnabled(True) |
93 self.__populateLicenseComboBox() |
94 self.__populateLicenseComboBox() |
94 |
95 |
95 if not new: |
96 if not new: |
96 name = os.path.splitext(self.project.pfile)[0] |
97 name = os.path.splitext(self.project.pfile)[0] |
97 self.nameEdit.setText(os.path.basename(name)) |
98 self.nameEdit.setText(os.path.basename(name)) |