aboutsummaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/README')
-rw-r--r--examples/mainwindows/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/mainwindows/README b/examples/mainwindows/README
index 329dd32..4d6018b 100644
--- a/examples/mainwindows/README
+++ b/examples/mainwindows/README
@@ -1,26 +1,26 @@
-All the standard features of application main windows are provided by PyQt.
+All the standard features of application main windows are provided by PySide2.
Main windows can have pull down menus, tool bars, and dock windows. These
separate forms of user input are unified in an integrated action system that
also supports keyboard shortcuts and accelerator keys in menu items.
-The example launcher provided with PyQt can be used to explore each of the
+The example launcher provided with PySide2 can be used to explore each of the
examples in this directory.
Documentation for these examples can be found via the Tutorial and Examples
link in the main Qt documentation.
-Finding the PyQt Examples and Demos launcher
+Finding the PySide2 Examples and Demos launcher
============================================
On Windows:
The launcher can be accessed via the Windows Start menu. Select the menu
-entry entitled "Examples and Demos" entry in the submenu containing PyQt4.
+entry entitled "Examples and Demos" entry in the submenu containing PySide2.
On all platforms:
The source code for the launcher can be found in the examples/demos/qtdemo
-directory in the PyQt package.
+directory in the PySide2 package.