[PyKDE] more on the QTableView

2006-08-27 Thread basse
I wrote couple of days ago about slowness of QTableWidget, and got instructed that QTableView would be better way to go.. I kind of had that already figured out, but the reason why I had sticked with QTableWidget was simply because it already had the functionality I needed, and with using QTabl

[PyKDE] dcop program

2006-05-16 Thread basse
hi, I am doing a little application that can be controlled via dcop. so far everything else works, but I am unable to set the application name without pid number appearing to the end of it automaticly (with dash). so in dcop list, instead of "myapp" I see "myapp-5422" for example. otherwise

Re: [PyKDE] Windows systray application

2005-06-29 Thread basse
Rob Knapp kirjoitti viestissään (lähetysaika tiistai, 28. kesäkuuta 2005 17:26): > AFAIK, QT doesn't currently have a class that allows this. You will > need to use the win32api call SHELL_NOTIFYICON to create the icon, and > then I used the winEvent (I think, it's been about 2 years) to capture

[PyKDE] Windows systray application

2005-06-28 Thread basse
Hi, I've been hunting for two days now a way to create an application with PyQT (on winXP), that will hide itself on systray. only things I found was some references to WM_ messages and winEventFilters.. but no real example what that means. and some references on QT examples of icontray-program.