Salome HOME
Merge 'oscar/porting_to_V9' branch.
[modules/gui.git] / tools / CurvePlot / src / python / pyqtside / pyside_dynamic.py
index a3ab6046d95d1c1e3c3fac9527d6b2c0fac93dbc..38a82e3b680c81911141883a3be47c5915ac650e 100644 (file)
@@ -14,7 +14,7 @@ class UiLoader(QUiLoader):
     create a new instance of the top-level widget, but creates the user
     interface in an existing instance of the top-level class.
 
-    This mimics the behaviour of :func:`PyQt4.uic.loadUi`.
+    This mimics the behaviour of :func:`PyQt5.uic.loadUi`.
     """
     def __init__(self, baseinstance, customWidgets=None):
         """