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.
Bookmarks