Hi,
Could anybody tell me what is the equivalent of the MFC CTreeCtrl to be used in Qt 4.4?
Plz :confused:
Printable View
Hi,
Could anybody tell me what is the equivalent of the MFC CTreeCtrl to be used in Qt 4.4?
Plz :confused:
Hi,
QTreeView is the QT control..
or use the QTreeWidget if you want an item based version :)