Results 1 to 2 of 2

Thread: Dialog to Dialog communication

  1. #1
    Join Date
    Sep 2007
    Posts
    83
    Thanks
    6
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Dialog to Dialog communication

    hi,

    i have sub classed 2 dialogs,
    In my 1st dialog class one button and one list box is there,whenever i click the button in the Dialog1 it should open dialog2,in that dialog2 some pushbuttons are there.whenever i clicked push buttons in the dialog2 some information should be added to the list box in the dialog1.

    how to achieve this, give me the idea

    thank you.

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Dialog to Dialog communication

    add a signal in the second dialog which will send needed information, then connect this signal with a needed slot in the first dialog.
    what is the problem?

Similar Threads

  1. Replies: 9
    Last Post: 13th August 2008, 18:07
  2. Resizing the dialog boxes
    By anju123 in forum Qt Programming
    Replies: 4
    Last Post: 14th September 2007, 10:41
  3. QGraphicsView: Dialog Position Doubt
    By arjunasd in forum Qt Programming
    Replies: 1
    Last Post: 6th August 2007, 17:48
  4. Communication between MainWindow and a dialog
    By Backslash in forum Newbie
    Replies: 9
    Last Post: 3rd August 2007, 04:27
  5. dialog box
    By Bahar in forum Qt Programming
    Replies: 3
    Last Post: 31st January 2006, 14:52

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.