From c30625567e506452f64f1db4db0e1e02bfa6ef1c Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Tue, 30 Sep 2014 10:04:59 +0200 Subject: Change URLs to qt.io Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen --- experimental/Overlay Tester/main.qml | 2 +- experimental/qt5-intro-android/README | 10 +++++----- experimental/qt5-intro-android/SlideDeck.qml | 2 +- experimental/qt5-intro-android/WebKitSlideContent.qml | 4 ++-- experimental/qt5-intro-android/WebkitSlide.qml | 2 +- experimental/qt5-intro-android/main.cpp | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'experimental') 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: qt-project.org", - "Qt by Digia: qt.digia.com", + "Qt by Digia: www.qt.io", "Follow us on Twitter", " @QtProject", " @QtByDigia", 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. ** -- cgit v1.2.3