summaryrefslogtreecommitdiffstats
path: root/experimental
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2014-09-30 10:04:59 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2014-10-07 09:34:21 +0300
commitc30625567e506452f64f1db4db0e1e02bfa6ef1c (patch)
tree2bdf6cd476e9f378734a30dd7ab17d075b70ac0d /experimental
parent4d2aaee17f17ab866f06fe6e3f30a0edeb9de4d9 (diff)
Change URLs to qt.io
Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/Overlay Tester/main.qml2
-rw-r--r--experimental/qt5-intro-android/README10
-rw-r--r--experimental/qt5-intro-android/SlideDeck.qml2
-rw-r--r--experimental/qt5-intro-android/WebKitSlideContent.qml4
-rw-r--r--experimental/qt5-intro-android/WebkitSlide.qml2
-rw-r--r--experimental/qt5-intro-android/main.cpp2
6 files changed, 11 insertions, 11 deletions
diff --git a/experimental/Overlay Tester/main.qml b/experimental/Overlay Tester/main.qml
index e7ae0af..c6f9433 100644
--- a/experimental/Overlay Tester/main.qml
+++ b/experimental/Overlay Tester/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of the examples of the Qt Enterprise Embedded.
**
diff --git a/experimental/qt5-intro-android/README b/experimental/qt5-intro-android/README
index 6b3f927..c182593 100644
--- a/experimental/qt5-intro-android/README
+++ b/experimental/qt5-intro-android/README
@@ -7,10 +7,10 @@ graphical capabilities.
Requirements:
- Qt 5, including QtDeclarative, QtGraphicalEffects and QtMultimedia.
- Commercial URL: http://qt.digia.com
+ Commercial URL: http://www.qt.io
Open Source URL: http://qt-project.org
- - The QML Presentation System:
+ - The QML Presentation System:
URL: https://qt.gitorious.org/qt-labs/qml-presentation-system
git: git clone https://git.gitorious.org/qt-labs/qml-presentation-system.git
@@ -23,7 +23,7 @@ graphical capabilities.
------------------------------------------------------------------------
Running:
-To run the demo, start it using the Qt Quick 2.0 'qmlscene' tool.
+To run the demo, start it using the Qt Quick 2.0 'qmlscene' tool.
> qmlscene main.qml
@@ -47,5 +47,5 @@ must be added to the QML import path and the path to QtWebProcess must be
added to PATH for the demo to run.
The slides have been written for the resolution 1280x720. When resized
-some of the spacing and content will look a bit odd. Any patches to
-fix this will be welcomed :) \ No newline at end of file
+some of the spacing and content will look a bit odd. Any patches to
+fix this will be welcomed :)
diff --git a/experimental/qt5-intro-android/SlideDeck.qml b/experimental/qt5-intro-android/SlideDeck.qml
index be173fd..bfe508a 100644
--- a/experimental/qt5-intro-android/SlideDeck.qml
+++ b/experimental/qt5-intro-android/SlideDeck.qml
@@ -228,7 +228,7 @@ You can easily deploy your app to an app store with Qt 5.1, but we recommend wai
contentFormat: Text.RichText
content: [
"Qt Project: <a style=\"color: #ffffff\" href=\"http://qt-project.org\">qt-project.org</a>",
- "Qt by Digia: <a style=\"color: #ffffff\" href=\"http://qt.digia.com\">qt.digia.com</a>",
+ "Qt by Digia: <a style=\"color: #ffffff\" href=\"http://www.qt.io">www.qt.io</a>",
"Follow us on Twitter",
" <a style=\"color: #ffffff\" href=\"https://twitter.com/qtproject\">@QtProject</a>",
" <a style=\"color: #ffffff\" href=\"https://twitter.com/QtbyDigia\">@QtByDigia</a>",
diff --git a/experimental/qt5-intro-android/WebKitSlideContent.qml b/experimental/qt5-intro-android/WebKitSlideContent.qml
index ceb103f..3ba87c7 100644
--- a/experimental/qt5-intro-android/WebKitSlideContent.qml
+++ b/experimental/qt5-intro-android/WebKitSlideContent.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of the examples of the Qt Enterprise Embedded.
**
@@ -77,7 +77,7 @@ Item {
anchors.top: browser.bottom;
anchors.horizontalCenter: browser.horizontalCenter
font.pixelSize: slide.height * 0.05;
- text: "http://qt.digia.com"
+ text: "http://www.qt.io"
onAccepted: browser.reload();
color: "white"
diff --git a/experimental/qt5-intro-android/WebkitSlide.qml b/experimental/qt5-intro-android/WebkitSlide.qml
index 9febcdf..d016d96 100644
--- a/experimental/qt5-intro-android/WebkitSlide.qml
+++ b/experimental/qt5-intro-android/WebkitSlide.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of the examples of the Qt Enterprise Embedded.
**
diff --git a/experimental/qt5-intro-android/main.cpp b/experimental/qt5-intro-android/main.cpp
index 9147a55..84b27ed 100644
--- a/experimental/qt5-intro-android/main.cpp
+++ b/experimental/qt5-intro-android/main.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of the examples of the Qt Enterprise Embedded.
**