Re: Contextmenu in a QTreeWidget with PyQT

2007-11-27 Thread [EMAIL PROTECTED]
On Nov 22, 8:30 am, David Boddie <[EMAIL PROTECTED]> wrote: > On Wed Nov 21 19:46:48 CET 2007,blavenwrote: > > > I apologize in advance if this is not the correct forum to ask this > > and if someone knows a better place, please let me know. > > There is a mailing list for PyQt/PyKDE issues: > > h

Re: Contextmenu in a QTreeWidget with PyQT

2007-11-22 Thread David Boddie
On Wed Nov 21 19:46:48 CET 2007, blaven wrote: > I apologize in advance if this is not the correct forum to ask this > and if someone knows a better place, please let me know. There is a mailing list for PyQt/PyKDE issues: http://www.riverbankcomputing.com/mailman/listinfo/pyqt It's not a pro

Contextmenu in a QTreeWidget with PyQT

2007-11-21 Thread [EMAIL PROTECTED]
I apologize in advance if this is not the correct forum to ask this and if someone knows a better place, please let me know. But, I am trying to create a Contextmenu (a right-click popup menu) from within a QTreeWidget. I tried setting the contextMenuPolicy to CustomContextMenu and then handling