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

From KDE TechBase
(Created page with "Agora que temos nosso objeto QAction, podemos começar a definir suas propriedades. O código a seguir define o texto que será exibido no menu e com o ícone do <tt>QAction</...")
 
(No difference)

Latest revision as of 18:08, 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 we have our QAction object, we can start setting its properties. The following code sets the text that will be displayed in the menu and with the <tt>QAction</tt>'s icon in the toolbar, depending on the widget style (whether beside or below the icon) or setting (whether to display the action text or not).

Agora que temos nosso objeto QAction, podemos começar a definir suas propriedades. O código a seguir define o texto que será exibido no menu e com o ícone do QAction na barra de ferramentas, dependendo do estilo do widget (seja ao lado ou abaixo do ícone) ou da configuração (se deseja exibir o texto da ação ou não).