Results 1 to 5 of 5

Thread: Connecting different GUI sections

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Connecting different GUI sections

    if you have seg fault here:
    Qt Code:
    1. instanceOfD->instanceofE->setText(...);
    To copy to clipboard, switch view to plain text mode 
    that means that one of those pointers: "instanceOfD" or "instanceofE" is invalid, maybe you forgot about creating object with new or forgot that you have deleted it with delete. Pasting your code here would be helpful in finding the problem. Another thing is that debugger is the right tool to investigate such problems, so you can give it a try :]
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

  2. The following user says thank you to faldzip for this useful post:

    ajb (13th May 2009)

Similar Threads

  1. dynamic signal connecting
    By donglebob in forum Qt Programming
    Replies: 4
    Last Post: 19th November 2008, 09:58
  2. Replies: 4
    Last Post: 16th November 2008, 13:53
  3. Replies: 15
    Last Post: 6th April 2008, 10:06
  4. Connecting signals & slots across different threads
    By jyoti kumar in forum Qt Programming
    Replies: 4
    Last Post: 16th May 2006, 12:40
  5. QSocket: connecting but not connected
    By olberg in forum Qt Programming
    Replies: 3
    Last Post: 8th May 2006, 10:26

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.