I'm currently trying to clean up the way actions are creating in Krita, and I want use the Action definition from http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd with a bit of an extension to do that.

The Action type has

<xsd:attribute name="text" type="xsd:string" use="optional"/>
<xsd:attribute name="whatsThis" type="xsd:string" use="optional"/>
<xsd:attribute name="toolTip" type="xsd:string" use="optional"/>
<xsd:attribute name="iconText" type="xsd:string" use="optional"/>

But it seems that those attributes aren't actually used anywhere (anymore?)

I'm creating XXX.action files with an ActionList and Actions for the various plugins and loading those on startup to create an actioncollection that I then clone for every mainwindow.

That seems to work -- but I don't know how to make sure those strings get translated.

Boudewijn

Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to