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. Navigation from Boot screen to next screen

Navigation from Boot screen to next screen

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 361 Views
  • 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
    Mamatha
    wrote on last edited by
    #1

    Hi,

    I have a embedded application with boot screen and other screens. I am using Qt 5.4 QT quick and QML to design the screens. As i am new to QT could anyone please let me know how can we navigate to the next screen once the boot screen is completed loading .

    Thanks,
    Mamatha

    ODБOïO 1 Reply Last reply
    0
    • M Mamatha

      Hi,

      I have a embedded application with boot screen and other screens. I am using Qt 5.4 QT quick and QML to design the screens. As i am new to QT could anyone please let me know how can we navigate to the next screen once the boot screen is completed loading .

      Thanks,
      Mamatha

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by
      #2

      @Mamatha hi,
      it depends on you application architecture and how you load your pages (Loader,SwipeView,StackView.. ).

      BootScreen{
          Component.onCompleted : {  /*code to load the page */}
      }
      
      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mamatha
        wrote on last edited by
        #3
        This post is deleted!
        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