Translations:Development/Tutorials/Using Actions/56/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Algumas notas sobre a interação entre o código e o arquivo .rc: Os menus aparecem automaticamente e devem ter uma tag filha <tt><nowiki><text/></nowiki> </tt>, a menos que...")
 
(No difference)

Latest revision as of 19:44, 28 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Using Actions)
Some notes on the interaction between code and the .rc file: Menus appear automatically and should have a <tt><nowiki><text/></nowiki></tt> child tag unless they refer to standard menus. Actions need to be created manually and inserted into the actionCollection() using the name in the .rc file. Actions can be hidden or disabled, whereas menus can't.

Algumas notas sobre a interação entre o código e o arquivo .rc: Os menus aparecem automaticamente e devem ter uma tag filha <text/> , a menos que se refiram aos menus padrão. Actions precisam ser criados manualmente e inseridos no actionCollection () usando o nome no arquivo .rc. Actions podem ser ocultados ou desabilitados, enquanto os menus não.