diff options
| author | Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2018-04-11 14:18:50 +0200 |
|---|---|---|
| committer | Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2018-04-27 13:45:03 +0000 |
| commit | 8f7d78ce992943f4bac0c70ace96a52a8dd72ecf (patch) | |
| tree | 923cc00b6fa90590823d86d6d22b374e99b88249 /sources/pyside2/doc/codesnippets/examples/mainwindows | |
| parent | cf608f65ebc0866f74d0c9aa566dc0fc2a2f4a49 (diff) | |
Rename PySide references to Qt for Python
When referring to the project one should use "Qt for Python"
and for the module "PySide2"
Change-Id: I36497df245c9f6dd60d6e160e2fc805e48cefcae
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/doc/codesnippets/examples/mainwindows')
6 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/application/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/application/mainwindow.cpp index d22a39151..ae3bb50b1 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/application/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/application/mainwindow.cpp @@ -3,7 +3,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the examples of PySide2. +## This file is part of the examples of the Qt for Python project. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/dockwidgets/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/dockwidgets/mainwindow.cpp index c6fd2894b..e8365a4e1 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/dockwidgets/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/dockwidgets/mainwindow.cpp @@ -3,7 +3,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the examples of PySide2. +## This file is part of the examples of the Qt for Python project. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/mainwindow.cpp index 33cb540b4..0c863f6ec 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/mainwindow.cpp @@ -3,7 +3,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the examples of PySide2. +## This file is part of the examples of the Qt for Python project. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/mdi/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/mdi/mainwindow.cpp index ed23e83eb..c83fa0123 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/mdi/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/mdi/mainwindow.cpp @@ -3,7 +3,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the examples of PySide2. +## This file is part of the examples of the Qt for Python project. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/menus/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/menus/mainwindow.cpp index 33cb540b4..0c863f6ec 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/menus/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/menus/mainwindow.cpp @@ -3,7 +3,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of the examples of PySide2. +## This file is part of the examples of the Qt for Python project. ## ## $QT_BEGIN_LICENSE:BSD$ ## Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/mainwindows/sdi/mainwindow.cpp b/sources/pyside2/doc/codesnippets/examples/mainwindows/sdi/mainwindow.cpp index fe52f0fbb..a1b12b152 100644 --- a/sources/pyside2/doc/codesnippets/examples/mainwindows/sdi/mainwindow.cpp +++ b/sources/pyside2/doc/codesnippets/examples/mainwindows/sdi/mainwindow.cpp @@ -3,7 +3,7 @@ ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the documentation of PySide2. +** This file is part of the documentation of the Qt for Python project. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage |
