Results 1 to 18 of 18

Thread: create a Class inherits from two QObject subclasses

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2007
    Posts
    166
    Thanks
    25
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default create a Class inherits from two QObject subclasses

    Hi,

    How can I create a Class inherits from two QObject subclasses in Qt 4.3 ?

    Eg:
    Qt Code:
    1. class MyClass:: public Class1 , protected QThread
    2. {
    3. .......
    4. }
    To copy to clipboard, switch view to plain text mode 

    Please help me.
    Last edited by jpn; 28th December 2007 at 12:45. Reason: missing [code] tags

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.