Sun, 17 Jan 2010 20:56:26 +0000
Fixed porting related bugs in the SQL browser.
SqlBrowser/SqlBrowserWidget.ui | file | annotate | diff | comparison | revisions | |
SqlBrowser/SqlConnectionDialog.py | file | annotate | diff | comparison | revisions |
--- a/SqlBrowser/SqlBrowserWidget.ui Sun Jan 17 19:44:20 2010 +0000 +++ b/SqlBrowser/SqlBrowserWidget.ui Sun Jan 17 20:56:26 2010 +0000 @@ -154,7 +154,7 @@ <customwidget> <class>SqlConnectionWidget</class> <extends>QTreeView</extends> - <header>SqlConnectionWidget.h</header> + <header>.SqlConnectionWidget.h</header> </customwidget> </customwidgets> <tabstops>
--- a/SqlBrowser/SqlConnectionDialog.py Sun Jan 17 19:44:20 2010 +0000 +++ b/SqlBrowser/SqlConnectionDialog.py Sun Jan 17 20:56:26 2010 +0000 @@ -91,8 +91,7 @@ self, self.trUtf8("Select Database File"), startdir, - self.trUtf8("All Files (*)"), - None) + self.trUtf8("All Files (*)")) if dbFile: self.databaseEdit.setText(Utilities.toNativeSeparators(dbFile)) @@ -112,4 +111,4 @@ self.passwordEdit.text(), self.hostnameEdit.text(), self.portSpinBox.value(), - ) \ No newline at end of file + )