[PyKDE] KDE XML GUI ActionLists

Jim Bublitz jbublitz at nwinternet.com
Tue Apr 22 08:20:00 BST 2003


On 22-Apr-03 Gordon Tyler wrote:
>  action = KAction(service.name(), KShortcut(), \
>                   self.fileOpenWith, 
>                   None,
>                   "file_open_with_" + \
>                       str(service.desktopEntryName()))
>  self.openWithActions.append(action)
>  self.plugActionList("file_open_with_list", self.openWithActions) 

> I've verified that the KActions are being created and added to
> the self.openWithActions list. However, when I run the
> scriptand open either of the menus that contain the ActionList,
> there are no items. No errors, just an empty menu.
 
> Has anybody else used ActionLists in PyKDE?



More information about the PyQt mailing list