Results 1 to 12 of 12

Thread: Design Patterns in Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Location
    Bangalore
    Posts
    23
    Thanks
    3
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design Patterns in Qt

    Quote Originally Posted by brcain
    Signals/Slots is more of a Publish/Subscribe pattern ... using an intermediary ... such that there is no coupling between the sender and receiver. The Observer pattern requires the sender and receiver to know more about each other.
    I couldn't find much information over this Publish/Subscribe pattern.
    Can any one recommend any link where we can find more about this?
    The Keyboard Is Mightier Than The Sword!

  2. #2
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Design Patterns in Qt

    Quote Originally Posted by bits
    I couldn't find much information over this Publish/Subscribe pattern.
    Can any one recommend any link where we can find more about this?
    http://www.eventhelix.com/RealtimeMa...e_patterns.htm
    We can't solve problems by using the same kind of thinking we used when we created them

  3. The following user says thank you to sunil.thaha for this useful post:

    bits (30th June 2006)

  4. #3
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Design Patterns in Qt

    is the ebook of "Introduction to Design Patterns in C++ with Qt 4" available?

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

  6. #5
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Design Patterns in Qt

    wysota,
    the link you given is a hard copy of book, I dont think that is e-book.

    have any one read "Introduction to Design Patterns in C++ with Qt 4"?
    is this book are really good?
    I read sample chapter 9.

  7. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Design Patterns in Qt

    Oh, I missed the 'e' character in your post You can access parts of the books online, AFAIR, but not all of it.

Similar Threads

  1. Three Tier Database Programming - Design Pattern
    By sunil.thaha in forum Qt Programming
    Replies: 3
    Last Post: 8th July 2011, 04:00
  2. Replies: 10
    Last Post: 2nd December 2010, 07:10
  3. A Design Issue...
    By nupul in forum Qt Programming
    Replies: 6
    Last Post: 4th May 2006, 17:41

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.