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

From KDE TechBase
(Created page with "A tag <tt><Toolbar></tt> permite que você descreva a barra de ferramentas, que é a barra na parte superior da janela, normalmente com ícones. Aqui é dado o nome exclusivo...")
 
No edit summary
 
Line 1: Line 1:
A tag <tt><Toolbar></tt> permite que você descreva a barra de ferramentas, que é a barra na parte superior da janela, normalmente com ícones. Aqui é dado o nome exclusivo ''mainToolBar'' e seu nome visível ao usuário definido como ''Main Toolbar'' usando a tag <tt><text></tt>. A action clear é adicionada à barra de ferramentas usando a tag <tt><Action></tt>, o parâmetro name nessa tag é a string que foi passada para o KActionCollection com <tt>addAction()</tt> em < tt>mainwindow.cpp</tt>.
A tag <tt><Toolbar></tt> permite que você descreva a barra de ferramentas, que é a barra na parte superior da janela, normalmente com ícones. Aqui é dado o nome exclusivo ''mainToolBar'' e seu nome visível ao usuário definido como ''Main Toolbar'' usando a tag <tt><text></tt>. A action clear é adicionada à barra de ferramentas usando a tag <tt><Action></tt>, o parâmetro name nessa tag é a string que foi passada para o KActionCollection com <tt>addAction()</tt> em <tt>mainwindow.cpp</tt>.

Latest revision as of 19:26, 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 <tt><Toolbar></tt> tag allows you to describe the toolbar, which is the bar across the top of the window normally with icons. Here it is given the unique name ''mainToolBar'' and its user visible name set to ''Main Toolbar'' using the <tt><text></tt> tag. The clear action is added to the toolbar using the <tt><Action></tt> tag, the name parameter in this tag being the string that was passed to the KActionCollection with <tt>addAction()</tt> in <tt>mainwindow.cpp</tt>.

A tag <Toolbar> permite que você descreva a barra de ferramentas, que é a barra na parte superior da janela, normalmente com ícones. Aqui é dado o nome exclusivo mainToolBar e seu nome visível ao usuário definido como Main Toolbar usando a tag <text>. A action clear é adicionada à barra de ferramentas usando a tag <Action>, o parâmetro name nessa tag é a string que foi passada para o KActionCollection com addAction() em mainwindow.cpp.