Results 1 to 6 of 6

Thread: Connecting signal from QDialog to slot from MainWindow classes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Mar 2017
    Posts
    6
    Thanks
    3
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Connecting signal from QDialog to slot from MainWindow classes

    I'll try this when I'll come from work.
    As I can see, this works almost like a callback function system.

    le : well I actually had too add
    Qt Code:
    1. emit accepted();
    To copy to clipboard, switch view to plain text mode 
    to be able to update my table.
    Last edited by editheraven; 5th April 2017 at 17:55.

Similar Threads

  1. Replies: 3
    Last Post: 19th October 2016, 15:07
  2. Connecting custom signal and slot
    By DmitryNik in forum Newbie
    Replies: 4
    Last Post: 12th September 2011, 14:15
  3. Connecting signal and slot by name
    By grayfox in forum Qt Programming
    Replies: 1
    Last Post: 22nd July 2011, 09:00
  4. Connecting signal to custom slot?
    By dbrmik in forum Qt Tools
    Replies: 2
    Last Post: 30th April 2009, 09:28
  5. Connecting two classes with slgnal and slot
    By Benjamin in forum Newbie
    Replies: 2
    Last Post: 22nd January 2009, 13:16

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.