Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML - ViewLoader
Forum Updated to NodeBB v4.3 + New Features

QML - ViewLoader

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FlyingFish
    wrote on last edited by
    #1

    Hello again, I'm still studying this sample project: "https://projects.developer.nokia.com/QMLRestaurantApp":RestaurantApp and I noticed that this particular app is using a unique function called ViewLoader. Can anyone explain what it does? Because I'm trying to explore a bit by calling my own qml file and I'm getting the error: " TypeError: Result of expression 'item' [null] is not an object."

    Thank you :D

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kypeli
      wrote on last edited by
      #2

      ViewLoader seems to be their own custom component expanding the QML Loader component, http://doc.qt.nokia.com/4.7-snapshot/qml-loader.html

      The source code for ViewLoader in that project is here: https://projects.developer.nokia.com/QMLRestaurantApp/browser/RestaurantApp/qml/common/RestaurantApp/ViewLoader.qml

      So, it's not part of QML.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        FlyingFish
        wrote on last edited by
        #3

        Yes, I know that it's not part of QML.

        I was trying to find out what its functions are. I tried to call my own QML file using that component but I got errors so I'm trying to study that component so I can fix it :D

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved