Activity log for bug #1076230

Date Who What changed Old value New value Message
2012-11-08 05:16:30 Serhiy bug added bug
2012-11-08 05:17:23 Serhiy description === modified file 'Window.py' --- Window.py 2012-11-08 05:13:17 +0000 +++ Window.py 2012-11-08 05:13:33 +0000 @@ -20,6 +20,7 @@ file = QFile(uidir.path() + "/camel_case_nameWindow.ui") file.open(QFile.ReadOnly) centralwidget = loader.load(file, self) + file.close() centralwidget.setWindowFlags(Qt.Widget) self.setCentralWidget(centralwidget) The UI file is not being closed after reading in qt and qtquick templates.
2012-11-08 05:18:51 Serhiy attachment added 1076230.patch https://bugs.launchpad.net/quickly-community-templates/+bug/1076230/+attachment/3427301/+files/1076230.patch