diff options
Diffstat (limited to 'examples/charts')
-rw-r--r-- | examples/charts/areachart/areachart.py | 2 | ||||
-rw-r--r-- | examples/charts/audio/audio.py | 2 | ||||
-rw-r--r-- | examples/charts/barchart/barchart.py | 2 | ||||
-rw-r--r-- | examples/charts/callout/callout.py | 2 | ||||
-rw-r--r-- | examples/charts/chartthemes/main.py | 2 | ||||
-rw-r--r-- | examples/charts/donutbreakdown/donutbreakdown.py | 2 | ||||
-rw-r--r-- | examples/charts/dynamicspline/chart.py | 2 | ||||
-rw-r--r-- | examples/charts/dynamicspline/main.py | 2 | ||||
-rw-r--r-- | examples/charts/legend/legend.py | 2 | ||||
-rw-r--r-- | examples/charts/lineandbar/lineandbar.py | 2 | ||||
-rw-r--r-- | examples/charts/linechart/linechart.py | 2 | ||||
-rw-r--r-- | examples/charts/logvalueaxis/logvalueaxis.py | 2 | ||||
-rw-r--r-- | examples/charts/memoryusage/memoryusage.py | 2 | ||||
-rw-r--r-- | examples/charts/modeldata/modeldata.py | 2 | ||||
-rw-r--r-- | examples/charts/nesteddonuts/nesteddonuts.py | 2 | ||||
-rw-r--r-- | examples/charts/percentbarchart/percentbarchart.py | 2 | ||||
-rw-r--r-- | examples/charts/piechart/piechart.py | 2 | ||||
-rw-r--r-- | examples/charts/qmlpolarchart/qmlpolarchart.py | 2 | ||||
-rw-r--r-- | examples/charts/temperaturerecords/temperaturerecords.py | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/examples/charts/areachart/areachart.py b/examples/charts/areachart/areachart.py index a65cf2c86..58accd9b4 100644 --- a/examples/charts/areachart/areachart.py +++ b/examples/charts/areachart/areachart.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/charts/audio/audio.py b/examples/charts/audio/audio.py index 875618377..ad7d1eae8 100644 --- a/examples/charts/audio/audio.py +++ b/examples/charts/audio/audio.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/charts/barchart/barchart.py b/examples/charts/barchart/barchart.py index 8ae0dc5ff..c22071d20 100644 --- a/examples/charts/barchart/barchart.py +++ b/examples/charts/barchart/barchart.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/charts/callout/callout.py b/examples/charts/callout/callout.py index 99982e690..9f1bddb87 100644 --- a/examples/charts/callout/callout.py +++ b/examples/charts/callout/callout.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2018 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/charts/chartthemes/main.py b/examples/charts/chartthemes/main.py index 76c5956ab..5f3bfce10 100644 --- a/examples/charts/chartthemes/main.py +++ b/examples/charts/chartthemes/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2018 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/charts/donutbreakdown/donutbreakdown.py b/examples/charts/donutbreakdown/donutbreakdown.py index 1fc7ff83d..3030d1e0d 100644 --- a/examples/charts/donutbreakdown/donutbreakdown.py +++ b/examples/charts/donutbreakdown/donutbreakdown.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/charts/dynamicspline/chart.py b/examples/charts/dynamicspline/chart.py index 21d782ab5..317c78711 100644 --- a/examples/charts/dynamicspline/chart.py +++ b/examples/charts/dynamicspline/chart.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/charts/dynamicspline/main.py b/examples/charts/dynamicspline/main.py index 44fd91006..f2ea3da08 100644 --- a/examples/charts/dynamicspline/main.py +++ b/examples/charts/dynamicspline/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/charts/legend/legend.py b/examples/charts/legend/legend.py index 2996904c8..0f3a99d40 100644 --- a/examples/charts/legend/legend.py +++ b/examples/charts/legend/legend.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/charts/lineandbar/lineandbar.py b/examples/charts/lineandbar/lineandbar.py index 826b62965..bfe699199 100644 --- a/examples/charts/lineandbar/lineandbar.py +++ b/examples/charts/lineandbar/lineandbar.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/charts/linechart/linechart.py b/examples/charts/linechart/linechart.py index b3ed655b1..6f682cf35 100644 --- a/examples/charts/linechart/linechart.py +++ b/examples/charts/linechart/linechart.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/charts/logvalueaxis/logvalueaxis.py b/examples/charts/logvalueaxis/logvalueaxis.py index b84e409c4..9e581b824 100644 --- a/examples/charts/logvalueaxis/logvalueaxis.py +++ b/examples/charts/logvalueaxis/logvalueaxis.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/charts/memoryusage/memoryusage.py b/examples/charts/memoryusage/memoryusage.py index 384057748..a02830512 100644 --- a/examples/charts/memoryusage/memoryusage.py +++ b/examples/charts/memoryusage/memoryusage.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/charts/modeldata/modeldata.py b/examples/charts/modeldata/modeldata.py index ea2ab5afc..b28fa8692 100644 --- a/examples/charts/modeldata/modeldata.py +++ b/examples/charts/modeldata/modeldata.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/charts/nesteddonuts/nesteddonuts.py b/examples/charts/nesteddonuts/nesteddonuts.py index 406beb528..ddc18131b 100644 --- a/examples/charts/nesteddonuts/nesteddonuts.py +++ b/examples/charts/nesteddonuts/nesteddonuts.py @@ -2,7 +2,7 @@ ############################################################################# ## ## Copyright (C) 2018 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/charts/percentbarchart/percentbarchart.py b/examples/charts/percentbarchart/percentbarchart.py index 88a4e39e2..beabe0d6c 100644 --- a/examples/charts/percentbarchart/percentbarchart.py +++ b/examples/charts/percentbarchart/percentbarchart.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/charts/piechart/piechart.py b/examples/charts/piechart/piechart.py index 71c338820..761b08122 100644 --- a/examples/charts/piechart/piechart.py +++ b/examples/charts/piechart/piechart.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/charts/qmlpolarchart/qmlpolarchart.py b/examples/charts/qmlpolarchart/qmlpolarchart.py index 02902b56d..9d42d3f5f 100644 --- a/examples/charts/qmlpolarchart/qmlpolarchart.py +++ b/examples/charts/qmlpolarchart/qmlpolarchart.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2020 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/charts/temperaturerecords/temperaturerecords.py b/examples/charts/temperaturerecords/temperaturerecords.py index fe4e948cc..447046089 100644 --- a/examples/charts/temperaturerecords/temperaturerecords.py +++ b/examples/charts/temperaturerecords/temperaturerecords.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. ## |