Re: [PyKDE] qactions not destroyed after qmenu menu closes

2006-11-15 Thread Andreas Pakulat
On 15.11.06 11:28:19, Matt Chambers wrote: > Andreas Pakulat wrote: > >On 14.11.06 13:42:29, Matt Chambers wrote: > > > >>I'm dynamically creating a context menu for a QTableView, populated with > >>some > >>QActions. Everytime > >>I right click, the menu is created. Over time, hundreds of th

Re: [PyKDE] qactions not destroyed after qmenu menu closes

2006-11-15 Thread Matt Chambers
Andreas Pakulat wrote: On 14.11.06 13:42:29, Matt Chambers wrote: I'm dynamically creating a context menu for a QTableView, populated with some QActions. Everytime I right click, the menu is created. Over time, hundreds of these closed menus will set in memory, along with all the qactions,

Re: [PyKDE] deploying universal binaries

2006-11-15 Thread Adam Tenderholt
I too want to make univeral binaries, but I had trouble finding the recent thread about building universal binaries. My plan is the following. Sip can be made into a univeral binary by editing the siplib/Makefile and adding -arch i386 -arch ppc to the CXXFLAGS AND LFLAGS. I also did this to the s

[PyKDE] elementtree.ElementTree in latest PyQt4 missing?

2006-11-15 Thread bastian salmela
hi, I am using PyQt4 at workplace on a windows platform. I just got new computer to work on, and had to install all my software again.. latest PyQt4 seems to require Python 2.5 so I installed that... along with Qt 4.2.1. everything seems to be running nicely, except one thing: when I launch

Re: [PyKDE] qactions not destroyed after qmenu menu closes

2006-11-15 Thread Andreas Pakulat
On 14.11.06 13:42:29, Matt Chambers wrote: > I'm dynamically creating a context menu for a QTableView, populated with some > QActions. Everytime > I right click, the menu is created. Over time, hundreds of these closed > menus > will set in memory, along > with all the qactions, assoctated ico

Re: [PyKDE] context menu for qtablewidget

2006-11-15 Thread Andreas Pakulat
On 15.11.06 09:35:22, hok kakada wrote: > I tried to make context menu for QtableWidget in pyqt4, but I still cannot > get > thru. Does anybody have experience with qtableWidget. sublcass QTableWidget and re-implement contextMenuEvent. You can fetch the item via the itemAt() function using the e

Re: [PyKDE] Implement MailTo in QT

2006-11-15 Thread Andreas Pakulat
On 15.11.06 10:18:54, Keo Sophon wrote: > I have an about dialog which has author email links. When a user clicks on > those links, it will automatically open a default mail-client. Do you know > how to implement the code of it? Or do you know any widget and property of > that widget that I can

Re: [PyKDE] Windows install broken

2006-11-15 Thread V. Armando Sole
Salut, At 08:56 13/11/2006 +0100, Xavier Décoret wrote: My concern is for other people (the one I target with an open-source application). If they cannot simply install PyQt, they won't use my soft ;-). So I am trying to figure out wether it is a problem on my station, or a general problem wit