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

From KDE TechBase
(Created page with "O QAction é construído em várias etapas. A primeira é a inclusão do cabeçalho <tt>QAction</tt> e a criação do QAction:")
 
No edit summary
 
Line 1: Line 1:
O QAction é construído em várias etapas. A primeira é a inclusão do cabeçalho <tt>QAction</tt> e a criação do QAction:
O QAction é construído em várias etapas. A primeira é a inclusão no cabeçalho do <tt>QAction</tt> e a criação do QAction:

Latest revision as of 18:09, 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)
The QAction is built up in a number of steps. The first is including the <tt>QAction</tt> header and then creating the QAction:

O QAction é construído em várias etapas. A primeira é a inclusão no cabeçalho do QAction e a criação do QAction: