Results 1 to 6 of 6

Thread: Bug - Application Locks when user tries to move QDialog window

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy Bug - Application Locks when user tries to move QDialog window

    I am using QT 4.7.0 on a Windows 7 32bit PC, developing in MS Visual Studio 2008.

    I have a QT application that opens a QDialog which operates as a video player. When playing the video (which uses a timer to update the QLabel displaying the current frame), if the user tries to move the window (by click and drag in the title bar), the whole application locks up. It unlocks when I press Ctrl-Alt-Delete to pull up the Windows Task Manager.

    Is this a known bug? Is there a fix for it? If not, is there a way I can disable the user's ability to move the dialog during playback?

    I appreciate any suggestions! Thanks!
    ~Susan

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Bug - Application Locks when user tries to move QDialog window

    Is this a known bug?
    Its probably a bug in your code, so I don't think its known.

    Can you show the code that manages the video and the slot that reacts to your timer for the frames?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. The following user says thank you to high_flyer for this useful post:

    SKolaMunn (7th December 2010)

Similar Threads

  1. Replies: 1
    Last Post: 18th August 2010, 13:39
  2. Disable Move option in window
    By BalaQT in forum Qt Programming
    Replies: 10
    Last Post: 27th December 2009, 06:37
  3. Move the window
    By santhoshv84 in forum Qt Programming
    Replies: 3
    Last Post: 16th September 2008, 09:54
  4. Move QT Window to different x display
    By jbpvr in forum Qt Programming
    Replies: 1
    Last Post: 5th September 2007, 20:28
  5. Move window in Clone Mode
    By ultrabrite in forum Qt Programming
    Replies: 1
    Last Post: 14th June 2006, 18:22

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.