Helpviewer/QtHelpDocumentationDialog.py

changeset 880
52ed20236a1c
parent 791
9ec2ac20e54e
child 882
34b86be88bf0
--- a/Helpviewer/QtHelpDocumentationDialog.py	Sat Feb 05 14:21:37 2011 +0100
+++ b/Helpviewer/QtHelpDocumentationDialog.py	Sat Feb 05 16:32:34 2011 +0100
@@ -57,7 +57,8 @@
             self,
             self.trUtf8("Add Documentation"),
             "",
-            self.trUtf8("Qt Compressed Help Files (*.qch)"))
+            self.trUtf8("Qt Compressed Help Files (*.qch)"), 
+            QFileDialog.DontUseNativeDialog)
         if not fileNames:
             return
         
@@ -139,4 +140,4 @@
         
         @return list of tab ids to be closed (list of integers)
         """
-        return self.__tabsToClose
\ No newline at end of file
+        return self.__tabsToClose

eric ide

mercurial