Back to Qt.io
Contact Us Blog Download Qt
Qt documentation
    • English
  • Archives
  • Snapshots
Qt Creator 18.0.0
  • ALL TOPICS
  • Installation
  • Getting Started
    • Overview
    • User interface
    • Configuring Qt Creator
    • Creating Projects
    • Configuring Projects
    • Debugging
    • Analyzing Code
  • Tutorials
    • Build and run
    • C++ debugging
    • Mobile application
    • Qt Quick and Python
    • Qt Quick application
    • Qt Quick debugging
    • Qt Widgets and Python
    • Qt Widgets application
    • Qt Widgets UI and Python
    • Use internal libraries with qmake
    • Tutorials
  • How To
    • Analyze
    • Build and Run
    • Create Models and Diagrams
    • Debug
    • Design UIs
    • Develop for Devices
    • Edit Code
    • Manage Kits
    • Manage Projects
    • Read Documentation
    • Test
    • Use Git
    • Use Qt Creator
    • Use the UI
    • How To
  • Reference
    • Licenses and acknowledgments
    • Command-Line Options
    • Custom Wizards
    • FAQ
    • Glossary
    • Keyboard Shortcuts
    • Known Issues
    • SDK Tool
    • Technical support
    • Version Control Systems
    • Analyzers
    • Build Systems
    • Debuggers
    • Devices
    • Editors
    • Platforms
    • Preferences
    • UI Design
    • Views
    • Reference
  • Qt Creator Documentation
  • Tutorial: Qt Quick application

Tutorial: Qt Quick and Python Tutorial: Qt Quick debugging

Tutorial: Qt Quick application

// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

Window {
    width: 640
    height: 480
    visible: true
    title: qsTr("Transitions")

    Page {
        id: page
        anchors.fill: parent
    }
}
Next
  • Tutorial: Qt Quick debugging

Previous
  • Tutorial: Qt Quick and Python

Contact Us
  • Qt Group
    • Our Story
    • Brand
    • News
    • Careers
    • Investors
    • Qt Products
    • Quality Assurance Products
  • Licensing
    • License Agreement
    • Open Source
    • Plans and pricing
    • Download
    • FAQ
  • Learn Qt
    • For Learners
    • For Students and Teachers
    • Qt Documentation
    • Qt Forum
  • Support & Services
    • Professional Services
    • Customer Success
    • Support Services
    • Partners
    • Qt World
  • © 2025 The Qt Company
  • Feedback

Qt Group includes The Qt Company Oy and its global subsidiaries and affiliates.