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. Mouse click events get triggered even before the UI loads

Mouse click events get triggered even before the UI loads

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 145 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.
  • S Offline
    S Offline
    Snehitha Malla
    wrote on last edited by
    #1

    Hi,I am running an qml application in Yocto OS embedded device. I m creating QML components using CreateComponent. So when the user taps(mouse click) multiple times the subsequent screen is not loaded and it is directly loading the next screen since the component loading is slow(rendering on UI) but the functionality is handled. How to disable the mouse events of subsequent screen until UI gets loaded(rendered) and enable mouse events once it is loaded(rendered) completely?

    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