Translations:Development/Tutorials/Using KXmlGuiWindow/8/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Para ter uma KXmlGuiWindow útil, precisamos criar uma subclasse. Então, criamos dois arquivos, um <tt>mainwindow.cpp</tt> e um <tt>mainwindow.h</tt> que conterão nosso cód...")
 
(No difference)

Latest revision as of 18:27, 21 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 KXmlGuiWindow)
In order to have a useful KXmlGuiWindow, we must subclass it. So we create two files, a <tt>mainwindow.cpp</tt> and a <tt>mainwindow.h</tt> which will contain our code.

Para ter uma KXmlGuiWindow útil, precisamos criar uma subclasse. Então, criamos dois arquivos, um mainwindow.cpp e um mainwindow.h que conterão nosso código.