Results 1 to 4 of 4

Thread: QSqlDriver/handle and subscribeToNotification

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    42
    Thanks
    1
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QSqlDriver/handle and subscribeToNotification

    Qt Code:
    1. QObject::connect(db.driver(), SIGNAL(notification(const QString&)), this, SLOT(slotRefresh()));
    To copy to clipboard, switch view to plain text mode 

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

    ederbs (12th December 2007)

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.