Results 1 to 20 of 71

Thread: Application crashes at launch-time

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #19
    Join Date
    May 2007
    Posts
    315
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Application crashes at launch-time

    Quote Originally Posted by high_flyer View Post
    well, settingUp() is a bunch of if() clauses.
    Probably none of them gets to be true, so nothing happens.
    None?? If I, let's say' check checkbox in one group, and second in second grop and if nextStep Button is clicked one if() clause sure returns true and all instructions in if() should be done. But even if is a problem (which I think it isn't a problem) some widgets should be hidden, and we can type any value (even string) to lineEdit, although I have a validator.

    Quote Originally Posted by high_flyer View Post
    In addition make sure you get no signal/slot warnings when you execute the application.
    No, I don't have any signal/slots warning when executing application.
    Last edited by Salazaar; 14th June 2007 at 12:13.

Similar Threads

  1. Replies: 5
    Last Post: 27th May 2006, 13:44

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.