Results 1 to 6 of 6

Thread: Bug in Qt 4.6.2?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2008
    Posts
    50
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Bug in Qt 4.6.2?

    Hello.

    I have small application code, which demonstrates difference between running this program on Windows and Linux.

    On Linux - Qt 4.6.2(correct behavior):
    1) run program,
    2) click right mouse button on "Data" row in table - context menu will show up,
    3) click left mouse button(not in context menu) on "Data" row in table - context menu will hide

    On Windows XP - Qt 4.6.2(wrong behavior):
    1) run program,
    2) click right mouse button on "Data" row in table - context menu will show up,
    3) click left mouse button(not in context menu) on "Data" row in table - context menu will hide
    - QMessageBox will show up.

    Working app(source code) is in attachment.

    Is this bug in Qt 4.6.2?
    How can I fix this in my app?
    Attached Files Attached Files
    Last edited by lukass; 25th February 2010 at 14:03.

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
  •  
Qt is a trademark of The Qt Company.