On Thu, Aug 14, 2008 at 1:23 PM, Roberto Alsina <[EMAIL PROTECTED]> wrote:
> On Thursday 14 August 2008 16:37:16 Dog Walker wrote:
>> On Thu, Aug 14, 2008 at 6:47 AM, Jan Holthuis <[EMAIL PROTECTED]> wrote:
>> > Well, I really need to know if there's a way
On Thu, Aug 14, 2008 at 6:47 AM, Jan Holthuis <[EMAIL PROTECTED]> wrote:
> Well, I really need to know if there's a way to do this. Maybe via DBUS or
> something like that...
> Can someone please help me?
>
> Thanks in advance,
> Jan Holthuis
>
> Am Sonntag 10 August 2008 15:10:17 schrieb Jan Holth
On Jan 17, 2008 2:23 PM, Jim Bublitz <[EMAIL PROTECTED]> wrote:
> On Thursday 17 January 2008 08:27, Dog Walker wrote:
> > Using pyKde3
> >
> > I have a KSytemTray application. I want to change the systray icon
> > (and tooltip) when I begin handling a men
On Jan 17, 2008 3:05 PM, Phil Thompson <[EMAIL PROTECTED]> wrote:
> On Thursday 17 January 2008, Dog Walker wrote:
> > QT: 3.3.7 SuSE 10.2
> >
> > Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show
> > "QLabel.setTextInteractionFlags (self, Qt.TextInte
QT: 3.3.7 SuSE 10.2
Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show
"QLabel.setTextInteractionFlags (self, Qt.TextInteractionFlags flags)"
but
from qt import *
...
self.aboutTextLabel = QLabel(self.itsWindow,"aboutVersions")
...
Traceback (most recent call last):
File "kgmailnotifier.py"
The documentation says that both KDE.versionString and
PyKDE.versionString are available since 3.11. I find KDE.versionString
in kdecore on PyKDE 3.16 but cannot locate PyKDE.versionString. What
should I import to access this function?
--
I have seen the future and I'm not in it!
Using pyKde3
I have a KSytemTray application. I want to change the systray icon
(and tooltip) when I begin handling a menuitem and change again
before returning. It appears that the icon/tooltip is only set after
returning to pyKde. Can I do what I want? How?
--
I have seen the future and I'm n