views:

80

answers:

1
+3  A: 

simple solution which comes to my mind "out of the box" is to: set those items disabled:

item.setEnable(False)

Then you could use some style to make it look different. Hope this helps.

bua