Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Entry point of QML application?
Forum Updated to NodeBB v4.3 + New Features

Entry point of QML application?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 911 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.
  • M Offline
    M Offline
    mikecurl91
    wrote on last edited by
    #1

    Once I've design the entire interfae of my app, I'll start to develop the engine C++ code...
    my doubt is about the entry point of the engine... when dows it starts? On Qwidget apps I can do this from the main app class, but in a QML app, the "main.cpp" is a simply script for the loading of the interface!
    After the loading, how can I run the app?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      When you setSource() on QQuickView, the engine starts its work.

      (Z(:^

      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