Results 1 to 8 of 8

Thread: Do i have to inherit from QTcpServer?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Do i have to inherit from QTcpServer?

    You should be able to implement with out inheriting QTcpServer, are you having any problem with it?

    Just some thought, you are creating QTcpServer in the context on new thread, so the parent cannot be "this" as it was created in the main thread context.

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

    p.kreker (27th June 2011)

Similar Threads

  1. How can we inherit ui?
    By vinayaka in forum Newbie
    Replies: 5
    Last Post: 30th May 2011, 14:28
  2. About inherit
    By nesson in forum Qt Programming
    Replies: 1
    Last Post: 8th February 2011, 13:07
  3. Inherit from QTabWidget
    By Suncell in forum Newbie
    Replies: 2
    Last Post: 27th June 2010, 21:06
  4. How to use the ui_*.h,inherit it or as a member?
    By 75543255 in forum Qt Programming
    Replies: 1
    Last Post: 30th August 2009, 10:45
  5. Replies: 1
    Last Post: 18th June 2006, 10:12

Tags for this Thread

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.