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. Endless resize event
Forum Updated to NodeBB v4.3 + New Features

Endless resize event

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlresize eventendless
1 Posts 1 Posters 541 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.
  • U Offline
    U Offline
    u19809
    wrote on last edited by
    #1

    Hi all,

    I have this QML application in a window (so not full screen) under linux 64 bit using qt version 5.5

    When I resize the window with my mouse. the resize happens but then starts snapping back and forth between the desired size and a previous size.

    I debugged things by overloading resizeEvent of my qquickview subclass and noticed this
    I get a resize from InitialW, InitialH to IntermediateW, IntermediateH
    then I get a resize from IntermediateW, IntermediateH to FinalW, FinalH
    then I get a resize from FinalW, FinalH to IntermediateW, IntermediateH
    then I get a resize from IntermediateW, IntermediateH to FinalW, FinalH
    etc ... ad infinitum.

    what could be happening here ??? is looks like a bug under linux because nor in windows nor on OSX I have
    the same problem.

    Sure could use some help here
    W

    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