From kde-devel Sun Aug 26 14:58:32 2001 From: Thomas.Satzinger () t-online ! de (Thomas Satzinger) Date: Sun, 26 Aug 2001 14:58:32 +0000 To: kde-devel Subject: Binary Tree X-MARC-Message: https://marc.info/?l=kde-devel&m=99883764410670 Hello to all, in my app i have to realise a binary tree. i cannot use QMap, because the items in my tree will be QObject / QWidget based. An item can have one or more subitems, the same for the subitems. All items are derived from different classes (CItemA, CItemB, .....). The classes will have a common base class CItem. They will be placed on a scrollview, andmay contain graphic-elements, text, ...... What would be the best way to realise this: Can I find a sample anywhere? Thanks for helping Thomas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<