Results 1 to 12 of 12

Thread: Saving state of connections

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: Saving state of connections

    QObject::metaObject() returns a pointer to its QMetaObject.

    With QMetaObject (QMetaObject::method())you can get a list of signals and slots and also query the connections. You can find more in the documentation.

    Regards
    Last edited by marcel; 15th August 2007 at 05:20.

Similar Threads

  1. [QT4] Saving a widget state
    By KShots in forum Qt Programming
    Replies: 3
    Last Post: 1st May 2006, 14:31

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.