I have a menubar which has a pixmap item that I'd like to connect a whatsthis() to. I've put the following in my code where menu bar is a QMenuBar():
id = menubar.insertItem(mypixmap) menubar.setWhatsThis(id,"my help text"); I thought that the documentation was telling me that hitting shift-f1 while that item had focus should pop up the little whatsthis window, but I get nothing. I'm running on linux, redhat 7.1 with python 2.1.1 and I think qt 3.0.1 (that seems to be what was installed, but I'm not sure). What else to I need to do? -- Ruth Wright Envisage Inc. phone: 325-0406 ext. 18 fax: 325-0409 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
