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:
QObject-mainParent{ QObject-child{ info1{}; info2{}; } QObject-child{ info1{}; info2{}; } QObject-child{ info1{}; info2{}; } QObject-child{ info1{}; info2{}; } }To copy to clipboard, switch view to plain text mode
Bookmarks