Preferences/ConfigurationPages/HelpInterfacePage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
--- a/Preferences/ConfigurationPages/HelpInterfacePage.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpInterfacePage.py	Fri Oct 18 23:00:41 2013 +0200
@@ -21,7 +21,8 @@
 
 class HelpInterfacePage(ConfigurationPageBase, Ui_HelpInterfacePage):
     """
-    Class implementing the Interface configuration page (variant for web browser).
+    Class implementing the Interface configuration page (variant for web
+    browser).
     """
     def __init__(self):
         """
@@ -71,8 +72,9 @@
             self,
             self.trUtf8("Select style sheet file"),
             self.styleSheetEdit.text(),
-            self.trUtf8("Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;"
-                        "All files (*)"))
+            self.trUtf8(
+                "Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;"
+                "All files (*)"))
         
         if file:
             self.styleSheetEdit.setText(Utilities.toNativeSeparators(file))
@@ -83,6 +85,7 @@
     Module function to create the configuration page.
     
     @param dlg reference to the configuration dialog
+    @return reference to the instantiated page (ConfigurationPageBase)
     """
     page = HelpInterfacePage()
     return page

eric ide

mercurial