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. Row of Loaders : Row size does not reset to 0 upon loaders being destroyed
Forum Updated to NodeBB v4.3 + New Features

Row of Loaders : Row size does not reset to 0 upon loaders being destroyed

Scheduled Pinned Locked Moved QML and Qt Quick
loader
1 Posts 1 Posters 570 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.
  • T Offline
    T Offline
    Tadinu
    wrote on last edited by Tadinu
    #1

    i have a Row containing some loaders like this:
    Row { id: itemRow; Loader { id: loader1}; Loader { id: loader2}; Loader { id: loader3}; }

    It seems that after I set a loader sourceComponent to undefined, itemRow's width and height does not reset to Zero. When I load a new component into it, it remains the previous size.
    For that, I have to manually reset the size of loaders item before loading a new one into them!
    Anyone having this problem?

    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