From e252a47fb50975a1ec6c7ca2d16d3acefc0b737d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 30 Mar 2022 21:05:54 +0200 Subject: examples: replace http by https Pick-to: 6.2 Change-Id: Ib53667e03a2dea2afea73a344d5749d37d59c52b Reviewed-by: Friedemann Kleint --- examples/declarative/editingmodel/MovingRectangle.qml | 2 +- examples/declarative/editingmodel/main.py | 2 +- examples/declarative/editingmodel/main.qml | 2 +- examples/declarative/editingmodel/model.py | 2 +- examples/declarative/extending/chapter1-basics/app.qml | 2 +- examples/declarative/extending/chapter1-basics/basics.py | 2 +- examples/declarative/extending/chapter2-methods/app.qml | 2 +- examples/declarative/extending/chapter2-methods/methods.py | 2 +- examples/declarative/extending/chapter3-bindings/app.qml | 2 +- examples/declarative/extending/chapter3-bindings/bindings.py | 2 +- examples/declarative/extending/chapter4-customPropertyTypes/app.qml | 2 +- .../extending/chapter4-customPropertyTypes/customPropertyTypes.py | 2 +- examples/declarative/extending/chapter5-listproperties/app.qml | 2 +- .../declarative/extending/chapter5-listproperties/listproperties.py | 2 +- examples/declarative/objectlistmodel/objectlistmodel.py | 2 +- examples/declarative/objectlistmodel/view.qml | 2 +- examples/declarative/openglunderqml/main.py | 2 +- examples/declarative/openglunderqml/squircle.py | 2 +- examples/declarative/openglunderqml/squirclerenderer.py | 2 +- examples/declarative/referenceexamples/adding/main.py | 2 +- examples/declarative/referenceexamples/adding/person.py | 2 +- examples/declarative/referenceexamples/attached/birthdayparty.py | 2 +- examples/declarative/referenceexamples/attached/main.py | 2 +- examples/declarative/referenceexamples/attached/person.py | 2 +- examples/declarative/referenceexamples/binding/birthdayparty.py | 2 +- examples/declarative/referenceexamples/binding/happybirthdaysong.py | 2 +- examples/declarative/referenceexamples/binding/main.py | 2 +- examples/declarative/referenceexamples/binding/person.py | 2 +- examples/declarative/referenceexamples/coercion/birthdayparty.py | 2 +- examples/declarative/referenceexamples/coercion/main.py | 2 +- examples/declarative/referenceexamples/coercion/person.py | 2 +- examples/declarative/referenceexamples/default/birthdayparty.py | 2 +- examples/declarative/referenceexamples/default/main.py | 2 +- examples/declarative/referenceexamples/default/person.py | 2 +- examples/declarative/referenceexamples/extended/main.py | 2 +- examples/declarative/referenceexamples/grouped/birthdayparty.py | 2 +- examples/declarative/referenceexamples/grouped/main.py | 2 +- examples/declarative/referenceexamples/grouped/person.py | 2 +- examples/declarative/referenceexamples/methods/birthdayparty.py | 2 +- examples/declarative/referenceexamples/methods/main.py | 2 +- examples/declarative/referenceexamples/methods/person.py | 2 +- examples/declarative/referenceexamples/properties/birthdayparty.py | 2 +- examples/declarative/referenceexamples/properties/main.py | 2 +- examples/declarative/referenceexamples/properties/person.py | 2 +- examples/declarative/referenceexamples/valuesource/birthdayparty.py | 2 +- examples/declarative/referenceexamples/valuesource/happybirthdaysong.py | 2 +- examples/declarative/referenceexamples/valuesource/main.py | 2 +- examples/declarative/referenceexamples/valuesource/person.py | 2 +- examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py | 2 +- examples/declarative/rendercontrol/rendercontrol_opengl/main.py | 2 +- .../rendercontrol/rendercontrol_opengl/window_singlethreaded.py | 2 +- examples/declarative/signals/pytoqml1/main.py | 2 +- examples/declarative/signals/pytoqml1/view.qml | 2 +- examples/declarative/signals/pytoqml2/main.py | 2 +- examples/declarative/signals/pytoqml2/view.qml | 2 +- examples/declarative/signals/qmltopy1/main.py | 2 +- examples/declarative/signals/qmltopy1/view.qml | 2 +- examples/declarative/signals/qmltopy2/main.py | 2 +- examples/declarative/signals/qmltopy2/view.qml | 2 +- examples/declarative/signals/qmltopy3/main.py | 2 +- examples/declarative/signals/qmltopy3/view.qml | 2 +- examples/declarative/signals/qmltopy4/main.py | 2 +- examples/declarative/signals/qmltopy4/view.qml | 2 +- examples/declarative/stringlistmodel/stringlistmodel.py | 2 +- examples/declarative/stringlistmodel/view.qml | 2 +- examples/declarative/textproperties/main.py | 2 +- examples/declarative/textproperties/view.qml | 2 +- examples/declarative/usingmodel/usingmodel.py | 2 +- examples/declarative/usingmodel/view.qml | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) (limited to 'examples/declarative') diff --git a/examples/declarative/editingmodel/MovingRectangle.qml b/examples/declarative/editingmodel/MovingRectangle.qml index 0d835af1c..0fbec91e1 100644 --- a/examples/declarative/editingmodel/MovingRectangle.qml +++ b/examples/declarative/editingmodel/MovingRectangle.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/editingmodel/main.py b/examples/declarative/editingmodel/main.py index 34fcadc40..fb58e800f 100644 --- a/examples/declarative/editingmodel/main.py +++ b/examples/declarative/editingmodel/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/editingmodel/main.qml b/examples/declarative/editingmodel/main.qml index 8624be6cf..c584b6f7b 100644 --- a/examples/declarative/editingmodel/main.qml +++ b/examples/declarative/editingmodel/main.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/editingmodel/model.py b/examples/declarative/editingmodel/model.py index ae9c59d33..f573b414e 100644 --- a/examples/declarative/editingmodel/model.py +++ b/examples/declarative/editingmodel/model.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/extending/chapter1-basics/app.qml b/examples/declarative/extending/chapter1-basics/app.qml index d51d328c7..21a67f2fd 100644 --- a/examples/declarative/extending/chapter1-basics/app.qml +++ b/examples/declarative/extending/chapter1-basics/app.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/extending/chapter1-basics/basics.py b/examples/declarative/extending/chapter1-basics/basics.py index b05695800..d00482596 100644 --- a/examples/declarative/extending/chapter1-basics/basics.py +++ b/examples/declarative/extending/chapter1-basics/basics.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/extending/chapter2-methods/app.qml b/examples/declarative/extending/chapter2-methods/app.qml index 2fc65ab1a..60067a7a6 100644 --- a/examples/declarative/extending/chapter2-methods/app.qml +++ b/examples/declarative/extending/chapter2-methods/app.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/extending/chapter2-methods/methods.py b/examples/declarative/extending/chapter2-methods/methods.py index b068cd220..90c15c62b 100644 --- a/examples/declarative/extending/chapter2-methods/methods.py +++ b/examples/declarative/extending/chapter2-methods/methods.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/extending/chapter3-bindings/app.qml b/examples/declarative/extending/chapter3-bindings/app.qml index 23c1af14f..0172a4197 100644 --- a/examples/declarative/extending/chapter3-bindings/app.qml +++ b/examples/declarative/extending/chapter3-bindings/app.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/extending/chapter3-bindings/bindings.py b/examples/declarative/extending/chapter3-bindings/bindings.py index 17394d6ea..bd887cee7 100644 --- a/examples/declarative/extending/chapter3-bindings/bindings.py +++ b/examples/declarative/extending/chapter3-bindings/bindings.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/extending/chapter4-customPropertyTypes/app.qml b/examples/declarative/extending/chapter4-customPropertyTypes/app.qml index af98a4055..c5faa7684 100644 --- a/examples/declarative/extending/chapter4-customPropertyTypes/app.qml +++ b/examples/declarative/extending/chapter4-customPropertyTypes/app.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py index ce8fd4294..fc3b0980e 100644 --- a/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py +++ b/examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/extending/chapter5-listproperties/app.qml b/examples/declarative/extending/chapter5-listproperties/app.qml index 5040fa73a..ccbaafd5f 100644 --- a/examples/declarative/extending/chapter5-listproperties/app.qml +++ b/examples/declarative/extending/chapter5-listproperties/app.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/extending/chapter5-listproperties/listproperties.py b/examples/declarative/extending/chapter5-listproperties/listproperties.py index 8ea36c11c..3135ab5bf 100644 --- a/examples/declarative/extending/chapter5-listproperties/listproperties.py +++ b/examples/declarative/extending/chapter5-listproperties/listproperties.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/objectlistmodel/objectlistmodel.py b/examples/declarative/objectlistmodel/objectlistmodel.py index 0a3d5501e..b8d84347c 100644 --- a/examples/declarative/objectlistmodel/objectlistmodel.py +++ b/examples/declarative/objectlistmodel/objectlistmodel.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/objectlistmodel/view.qml b/examples/declarative/objectlistmodel/view.qml index f796561a5..8c118378c 100644 --- a/examples/declarative/objectlistmodel/view.qml +++ b/examples/declarative/objectlistmodel/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/openglunderqml/main.py b/examples/declarative/openglunderqml/main.py index 2da00fd6b..3b97e829a 100644 --- a/examples/declarative/openglunderqml/main.py +++ b/examples/declarative/openglunderqml/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/openglunderqml/squircle.py b/examples/declarative/openglunderqml/squircle.py index 4ae21661e..663fd24b8 100644 --- a/examples/declarative/openglunderqml/squircle.py +++ b/examples/declarative/openglunderqml/squircle.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/openglunderqml/squirclerenderer.py b/examples/declarative/openglunderqml/squirclerenderer.py index 9f857f55f..97f2691b0 100644 --- a/examples/declarative/openglunderqml/squirclerenderer.py +++ b/examples/declarative/openglunderqml/squirclerenderer.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/adding/main.py b/examples/declarative/referenceexamples/adding/main.py index ffa10e9d3..715004b83 100644 --- a/examples/declarative/referenceexamples/adding/main.py +++ b/examples/declarative/referenceexamples/adding/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/adding/person.py b/examples/declarative/referenceexamples/adding/person.py index 23ac5378d..ecabb8457 100644 --- a/examples/declarative/referenceexamples/adding/person.py +++ b/examples/declarative/referenceexamples/adding/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/attached/birthdayparty.py b/examples/declarative/referenceexamples/attached/birthdayparty.py index 8d8b74bdf..6c98e56e0 100644 --- a/examples/declarative/referenceexamples/attached/birthdayparty.py +++ b/examples/declarative/referenceexamples/attached/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/attached/main.py b/examples/declarative/referenceexamples/attached/main.py index 7bc3f3527..7e798215c 100644 --- a/examples/declarative/referenceexamples/attached/main.py +++ b/examples/declarative/referenceexamples/attached/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/attached/person.py b/examples/declarative/referenceexamples/attached/person.py index 240b6ffdc..a20a47219 100644 --- a/examples/declarative/referenceexamples/attached/person.py +++ b/examples/declarative/referenceexamples/attached/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/binding/birthdayparty.py b/examples/declarative/referenceexamples/binding/birthdayparty.py index 525b971d7..12277639a 100644 --- a/examples/declarative/referenceexamples/binding/birthdayparty.py +++ b/examples/declarative/referenceexamples/binding/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/binding/happybirthdaysong.py b/examples/declarative/referenceexamples/binding/happybirthdaysong.py index cffcca3d0..d59835983 100644 --- a/examples/declarative/referenceexamples/binding/happybirthdaysong.py +++ b/examples/declarative/referenceexamples/binding/happybirthdaysong.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/binding/main.py b/examples/declarative/referenceexamples/binding/main.py index 7e294861c..f629ed277 100644 --- a/examples/declarative/referenceexamples/binding/main.py +++ b/examples/declarative/referenceexamples/binding/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/binding/person.py b/examples/declarative/referenceexamples/binding/person.py index e8f6eed62..cd6dc868d 100644 --- a/examples/declarative/referenceexamples/binding/person.py +++ b/examples/declarative/referenceexamples/binding/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/coercion/birthdayparty.py b/examples/declarative/referenceexamples/coercion/birthdayparty.py index 4db44d703..24e0b7a4c 100644 --- a/examples/declarative/referenceexamples/coercion/birthdayparty.py +++ b/examples/declarative/referenceexamples/coercion/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/coercion/main.py b/examples/declarative/referenceexamples/coercion/main.py index fc945e184..c4e1e9574 100644 --- a/examples/declarative/referenceexamples/coercion/main.py +++ b/examples/declarative/referenceexamples/coercion/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/coercion/person.py b/examples/declarative/referenceexamples/coercion/person.py index 3bb7e7248..69736e40e 100644 --- a/examples/declarative/referenceexamples/coercion/person.py +++ b/examples/declarative/referenceexamples/coercion/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/default/birthdayparty.py b/examples/declarative/referenceexamples/default/birthdayparty.py index 3f3fe0894..ee91a39be 100644 --- a/examples/declarative/referenceexamples/default/birthdayparty.py +++ b/examples/declarative/referenceexamples/default/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/default/main.py b/examples/declarative/referenceexamples/default/main.py index a1c4ff91a..197e7bedb 100644 --- a/examples/declarative/referenceexamples/default/main.py +++ b/examples/declarative/referenceexamples/default/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/default/person.py b/examples/declarative/referenceexamples/default/person.py index c66b16690..3adfd35b9 100644 --- a/examples/declarative/referenceexamples/default/person.py +++ b/examples/declarative/referenceexamples/default/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/extended/main.py b/examples/declarative/referenceexamples/extended/main.py index c553a1fa8..fa53144e1 100644 --- a/examples/declarative/referenceexamples/extended/main.py +++ b/examples/declarative/referenceexamples/extended/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/grouped/birthdayparty.py b/examples/declarative/referenceexamples/grouped/birthdayparty.py index 2ae9fb12d..e1926da22 100644 --- a/examples/declarative/referenceexamples/grouped/birthdayparty.py +++ b/examples/declarative/referenceexamples/grouped/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/grouped/main.py b/examples/declarative/referenceexamples/grouped/main.py index 9911ccc3a..6fb74c6c4 100644 --- a/examples/declarative/referenceexamples/grouped/main.py +++ b/examples/declarative/referenceexamples/grouped/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/grouped/person.py b/examples/declarative/referenceexamples/grouped/person.py index c05c76777..609cb73cf 100644 --- a/examples/declarative/referenceexamples/grouped/person.py +++ b/examples/declarative/referenceexamples/grouped/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/methods/birthdayparty.py b/examples/declarative/referenceexamples/methods/birthdayparty.py index ca60da771..341a9457d 100644 --- a/examples/declarative/referenceexamples/methods/birthdayparty.py +++ b/examples/declarative/referenceexamples/methods/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/methods/main.py b/examples/declarative/referenceexamples/methods/main.py index 9dd9086ab..978733151 100644 --- a/examples/declarative/referenceexamples/methods/main.py +++ b/examples/declarative/referenceexamples/methods/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/methods/person.py b/examples/declarative/referenceexamples/methods/person.py index 43cdd09e3..b786441fc 100644 --- a/examples/declarative/referenceexamples/methods/person.py +++ b/examples/declarative/referenceexamples/methods/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/properties/birthdayparty.py b/examples/declarative/referenceexamples/properties/birthdayparty.py index 9b4a8428d..c0dab4582 100644 --- a/examples/declarative/referenceexamples/properties/birthdayparty.py +++ b/examples/declarative/referenceexamples/properties/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/properties/main.py b/examples/declarative/referenceexamples/properties/main.py index d26747383..b491381a3 100644 --- a/examples/declarative/referenceexamples/properties/main.py +++ b/examples/declarative/referenceexamples/properties/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/properties/person.py b/examples/declarative/referenceexamples/properties/person.py index e08d9ae90..e3a2c691d 100644 --- a/examples/declarative/referenceexamples/properties/person.py +++ b/examples/declarative/referenceexamples/properties/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/valuesource/birthdayparty.py b/examples/declarative/referenceexamples/valuesource/birthdayparty.py index 329dcda26..794963125 100644 --- a/examples/declarative/referenceexamples/valuesource/birthdayparty.py +++ b/examples/declarative/referenceexamples/valuesource/birthdayparty.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py b/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py index bf9c99ca8..4e790bfe0 100644 --- a/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py +++ b/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/valuesource/main.py b/examples/declarative/referenceexamples/valuesource/main.py index 84a192efc..dcd8d508a 100644 --- a/examples/declarative/referenceexamples/valuesource/main.py +++ b/examples/declarative/referenceexamples/valuesource/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/referenceexamples/valuesource/person.py b/examples/declarative/referenceexamples/valuesource/person.py index 50b84a6fc..c4c2b8595 100644 --- a/examples/declarative/referenceexamples/valuesource/person.py +++ b/examples/declarative/referenceexamples/valuesource/person.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2022 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py b/examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py index 90cd78e65..0d397c320 100644 --- a/examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py +++ b/examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/rendercontrol/rendercontrol_opengl/main.py b/examples/declarative/rendercontrol/rendercontrol_opengl/main.py index 84a857838..f0b511d75 100644 --- a/examples/declarative/rendercontrol/rendercontrol_opengl/main.py +++ b/examples/declarative/rendercontrol/rendercontrol_opengl/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/rendercontrol/rendercontrol_opengl/window_singlethreaded.py b/examples/declarative/rendercontrol/rendercontrol_opengl/window_singlethreaded.py index 08b3236a2..f6e7bb274 100644 --- a/examples/declarative/rendercontrol/rendercontrol_opengl/window_singlethreaded.py +++ b/examples/declarative/rendercontrol/rendercontrol_opengl/window_singlethreaded.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/pytoqml1/main.py b/examples/declarative/signals/pytoqml1/main.py index 3dc18adaf..bd47d1f8d 100644 --- a/examples/declarative/signals/pytoqml1/main.py +++ b/examples/declarative/signals/pytoqml1/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/pytoqml1/view.qml b/examples/declarative/signals/pytoqml1/view.qml index db91d157d..af4350432 100644 --- a/examples/declarative/signals/pytoqml1/view.qml +++ b/examples/declarative/signals/pytoqml1/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/signals/pytoqml2/main.py b/examples/declarative/signals/pytoqml2/main.py index 31e860dc1..f227b7c5a 100644 --- a/examples/declarative/signals/pytoqml2/main.py +++ b/examples/declarative/signals/pytoqml2/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/pytoqml2/view.qml b/examples/declarative/signals/pytoqml2/view.qml index 7ba0b70b3..f53dffd2a 100644 --- a/examples/declarative/signals/pytoqml2/view.qml +++ b/examples/declarative/signals/pytoqml2/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/signals/qmltopy1/main.py b/examples/declarative/signals/qmltopy1/main.py index b84d98a71..cf672d8f4 100644 --- a/examples/declarative/signals/qmltopy1/main.py +++ b/examples/declarative/signals/qmltopy1/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/qmltopy1/view.qml b/examples/declarative/signals/qmltopy1/view.qml index 6c2ede5a1..221763bd3 100644 --- a/examples/declarative/signals/qmltopy1/view.qml +++ b/examples/declarative/signals/qmltopy1/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/signals/qmltopy2/main.py b/examples/declarative/signals/qmltopy2/main.py index 21addc13b..1d5049350 100644 --- a/examples/declarative/signals/qmltopy2/main.py +++ b/examples/declarative/signals/qmltopy2/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/qmltopy2/view.qml b/examples/declarative/signals/qmltopy2/view.qml index d27c2f29c..aeed4782a 100644 --- a/examples/declarative/signals/qmltopy2/view.qml +++ b/examples/declarative/signals/qmltopy2/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/signals/qmltopy3/main.py b/examples/declarative/signals/qmltopy3/main.py index 0f6523125..5849d81bc 100644 --- a/examples/declarative/signals/qmltopy3/main.py +++ b/examples/declarative/signals/qmltopy3/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/qmltopy3/view.qml b/examples/declarative/signals/qmltopy3/view.qml index e2f27385e..6b6006712 100644 --- a/examples/declarative/signals/qmltopy3/view.qml +++ b/examples/declarative/signals/qmltopy3/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/signals/qmltopy4/main.py b/examples/declarative/signals/qmltopy4/main.py index 96183c02d..b06a9f3c9 100644 --- a/examples/declarative/signals/qmltopy4/main.py +++ b/examples/declarative/signals/qmltopy4/main.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/signals/qmltopy4/view.qml b/examples/declarative/signals/qmltopy4/view.qml index 8b876277d..633141b3f 100644 --- a/examples/declarative/signals/qmltopy4/view.qml +++ b/examples/declarative/signals/qmltopy4/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/stringlistmodel/stringlistmodel.py b/examples/declarative/stringlistmodel/stringlistmodel.py index 4e5e54466..a85610372 100644 --- a/examples/declarative/stringlistmodel/stringlistmodel.py +++ b/examples/declarative/stringlistmodel/stringlistmodel.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/stringlistmodel/view.qml b/examples/declarative/stringlistmodel/view.qml index 1312aca01..ffc826428 100644 --- a/examples/declarative/stringlistmodel/view.qml +++ b/examples/declarative/stringlistmodel/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/textproperties/main.py b/examples/declarative/textproperties/main.py index 0408313d3..f0c82c822 100644 --- a/examples/declarative/textproperties/main.py +++ b/examples/declarative/textproperties/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/textproperties/view.qml b/examples/declarative/textproperties/view.qml index 567bd4578..5d46da7a4 100644 --- a/examples/declarative/textproperties/view.qml +++ b/examples/declarative/textproperties/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** diff --git a/examples/declarative/usingmodel/usingmodel.py b/examples/declarative/usingmodel/usingmodel.py index 3d5a03964..b56427b26 100644 --- a/examples/declarative/usingmodel/usingmodel.py +++ b/examples/declarative/usingmodel/usingmodel.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2021 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ +## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Qt for Python examples of the Qt Toolkit. ## diff --git a/examples/declarative/usingmodel/view.qml b/examples/declarative/usingmodel/view.qml index 4e1368e34..8a3e77841 100644 --- a/examples/declarative/usingmodel/view.qml +++ b/examples/declarative/usingmodel/view.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2021 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt for Python examples of the Qt Toolkit. ** -- cgit v1.2.3