Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81758

ApplicationWindow is not a type [iOS]

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.14.1
    • Quick: Controls 2
    • None
    • macOS
    • iOS/tvOS/watchOS

    Description

       Hi, Please check this problem for iOS platform in Qt 5.1.4.1

      This error occurs during runtime on iOS.

       

      18:38:20: Starting remote process.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
      qmlRegisterType requires absolute URLs.
       
      ...
      ...
      ...
      QQmlApplicationEngine failed to load component
      qrc:/main.qml:6:1: ApplicationWindow is not a type
      18:38:24: Run ended.
      

       

       

      import QtQuick 2.12
      import QtQuick.Layouts 1.12
      import QtQuick.Window 2.12
      import QtQuick.Controls 2.12
      ApplicationWindow { 
      id: window
       visible: true
       width: 640
       height: 480
       title: qsTr("Stack") 
      }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ulherman Ulf Hermann
              kambiz Kambiz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes