Results 1 to 4 of 4

Thread: closing a Qdialog called from a Qdialog

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Sep 2009
    Location
    phoenix, AZ
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: closing a Qdialog called from a Qdialog

    wysota,

    attached is my class using .ui for the Plot2D_Dialog l 'm opening

    from my main dialog l do
    "
    Plot2D_Dialog * plot_2D_properties = new Plot2D_Dialog(config,list_of_graph,this);
    plot_2D_properties->Load_Default();
    plot_2D_properties->exec();
    "
    config and graph being defined in plot2d_dialog.h ( included in the zip).

    then l close my plot2d_dialog by calling Plot2D_Dialog::reject();
    Attached Files Attached Files

Similar Threads

  1. Closing a QDialog
    By eu.x in forum Newbie
    Replies: 2
    Last Post: 12th March 2007, 08:33
  2. Replies: 1
    Last Post: 28th July 2006, 14:10

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.