Back to Doc.qt.io
Contact Us Blog Download Qt
Qt documentation
  • Archives
Qt Creator 19.0.0-beta1
  • ALL TOPICS
  • Installation
  • Getting started
    • Getting started
    • Overview
  • 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
    • All how-to topics
    • Adapting the UI
    • Analyzing code
    • Building and running projects
    • Configuring Qt Creator
    • Creating projects
    • Debugging
    • Designing UIs
    • Developing for devices
    • Editing code
    • Editing SCXML state charts
    • Editing UML-style models
    • Getting help
    • Testing
    • Using Git
  • Reference
    • All reference topics
    • Licenses and acknowledgments
    • Command-Line Options
    • Custom Wizards
    • FAQ
    • Glossary
    • Keyboard Shortcuts
    • Known Issues
    • SDK Tool
    • Technical support
    • Version Control Systems
    • Analyzers
    • Build Systems
    • Devices
    • Debuggers
    • Editors
    • Platforms
    • Preferences
    • UI Design
    • Views
  • 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.