Hi all,

I have a QTreeWidget in my program and am wondering of a way or making it "read only"? I can't seem to find any way of doing this. Well I did use "setDisabled(true)" which worked but then wouldn't allow the user to scroll down the widget.

Any help would be appreciated.