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

From KDE TechBase
No edit summary
No edit summary
 
Line 1: Line 1:
Agora que o action está totalmente configurado, ela precisa estar conectada a algo útil. Nesse caso( porque queremos limpar a área de texto), conectamos nossa action à ação <tt>clear()</tt> pertencente a um KTextEdit (que, sem surpresa, limpa o KTextEdit)
Agora que o action está totalmente configurado, ele precisa estar conectado a algo útil. Nesse caso( porque queremos limpar a área de texto), conectamos nossa action à ação <tt>clear()</tt> pertencente a um KTextEdit (que, sem surpresa, limpa o KTextEdit)

Latest revision as of 18:46, 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)
Now that the action is fully set up, it needs to be connected to something useful. In this case (because we want to clear the text area), we connect our action to the <tt>clear()</tt> action belonging to a KTextEdit (which, unsurprisingly, clears the KTextEdit)

Agora que o action está totalmente configurado, ele precisa estar conectado a algo útil. Nesse caso( porque queremos limpar a área de texto), conectamos nossa action à ação clear() pertencente a um KTextEdit (que, sem surpresa, limpa o KTextEdit)