Results 1 to 2 of 2

Thread: Application Crash problem on second time click on Menu Arrow of QToolButton

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Aug 2011
    Location
    Seoul, Korea
    Posts
    46
    Thanks
    9
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Application Crash problem on second time click on Menu Arrow of QToolButton

    Obviously, this is a out of range assertion failure so it means you are accessing an item in a list with invalid index. Since you are saying "if Nothing is selected from Menu list", it means there is no such list at all so it sounds like you are trying to access a index of null object? Are you sure the error is from the codes you provided because I can't think of any index out of range failures from the codes. I might be wrong... =(

    Regards,
    Last edited by Lykurg; 9th August 2011 at 09:52. Reason: Removed full quote
    Dong Back Kim

Similar Threads

  1. Problem: the Application Takes very long time to build
    By Ma7moud El-Naggar in forum Qt Programming
    Replies: 5
    Last Post: 20th November 2010, 06:26
  2. application crash problem
    By anshul in forum Newbie
    Replies: 3
    Last Post: 25th December 2009, 12:27
  3. qtoolbutton popup menu
    By anoar in forum Qt Programming
    Replies: 1
    Last Post: 6th December 2008, 05:20
  4. Replies: 12
    Last Post: 21st November 2008, 04:42
  5. QToolButton icon not updated in overflow menu
    By pabakertx in forum Qt Programming
    Replies: 2
    Last Post: 26th September 2007, 13:48

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