Results 1 to 16 of 16

Thread: Working with QObject

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2008
    Posts
    306
    Thanks
    6
    Thanked 9 Times in 8 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Working with QObject

    How do I work with QObject? I want a main Object as parent to several others that have several information in them. Ex:

    Qt Code:
    1. QObject-mainParent{
    2. QObject-child{
    3. info1{};
    4. info2{};
    5. }
    6. QObject-child{
    7. info1{};
    8. info2{};
    9. }
    10. QObject-child{
    11. info1{};
    12. info2{};
    13. }
    14. QObject-child{
    15. info1{};
    16. info2{};
    17. }
    18. }
    To copy to clipboard, switch view to plain text mode 
    Last edited by wysota; 15th June 2009 at 21:09. Reason: missing [code] tags

Similar Threads

  1. QObject signal/slot not working
    By Msnforum in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2009, 22:50
  2. py2app-deployed PyQt app -- throws QObject threading error
    By tory108 in forum Installation and Deployment
    Replies: 4
    Last Post: 20th January 2009, 20:16
  3. QResource Stopped Working
    By JPNaude in forum Qt Programming
    Replies: 0
    Last Post: 22nd October 2008, 12:26
  4. QObject and copy Constructors
    By December in forum Qt Programming
    Replies: 5
    Last Post: 17th July 2008, 16:14
  5. GUI thread and Working thread comunication
    By FasTTo in forum Qt Programming
    Replies: 2
    Last Post: 13th September 2007, 15:31

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.