Jump to content

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

From KDE TechBase
Juliano Assis (talk | contribs)
Created page with "Primeiro derivamos uma subclasse KXmlGuiWindow com <tt>class MainWindow : public KXmlGuiWindow</tt> e depois declaramos o construtor com <tt>MainWindow(QWidget * parent = null..."
 
(No difference)

Latest revision as of 18:58, 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)
First we subclass KXmlGuiWindow with <tt>class MainWindow : public KXmlGuiWindow</tt> then we declare the constructor with <tt>MainWindow(QWidget *parent = nullptr);</tt>.

Primeiro derivamos uma subclasse KXmlGuiWindow com class MainWindow : public KXmlGuiWindow e depois declaramos o construtor com MainWindow(QWidget * parent = nullptr); .