8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ed819 commit af55278Copy full SHA for af55278
galleries/users_explain/figure/backends.rst
@@ -288,10 +288,7 @@ PyQT
288
.. code-block:: bash
289
python -c "from PyQt5.QtWidgets import *; app = QApplication([]); win = QMainWindow(); win.show(); app.exec()"
290
291
-or if you have installed `PyQt6`:
292
-
293
-.. code-block:: bash
294
- python -c "from PyQt6.QtWidgets import *; app = QApplication([]); win = QMainWindow(); win.show(); app.exec()"
+If you have ``PySide`` or ``PyQT6`` installed instead, just change the import accordingly
295
296
GTK
297
^^^
0 commit comments