Re: [Interest] Add context menu to QTreeWidget based on Specific Item being clicked

2013-05-10 Thread Michael Jackson
Thanks. That will work. Mike J. On May 10, 2013, at 4:48 PM, Andreas Pakulat wrote: > Hi, > > > On Fri, May 10, 2013 at 10:06 PM, Michael Jackson > wrote: > I am trying to add a "right click" or context menu to a QTreeWidget where the > menu that gets popped up has menus that are specific t

Re: [Interest] Add context menu to QTreeWidget based on Specific Item being clicked

2013-05-10 Thread Andreas Pakulat
Hi, On Fri, May 10, 2013 at 10:06 PM, Michael Jackson wrote: > I am trying to add a "right click" or context menu to a QTreeWidget where > the menu that gets popped up has menus that are specific to the item being > clicked on. So far all my attempts have failed. > > I have tried to add my highe

[Interest] Add context menu to QTreeWidget based on Specific Item being clicked

2013-05-10 Thread Michael Jackson
I am trying to add a "right click" or context menu to a QTreeWidget where the menu that gets popped up has menus that are specific to the item being clicked on. So far all my attempts have failed. I have tried to add my higher level QWidget class (The parent of the QTreeWidget) as an Event Filt