All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)This builds upon the KXmlGuiWindow code from [[Development/Tutorials/Using_KXmlGuiWindow/KF5|Tutorial 2]]. Most of the changes are to <tt>mainwindow.cpp</tt>, an important structural change being that the constructor for MainWindow now calls <tt>setupActions()</tt> instead of <tt>setupGUI()</tt>. <tt>setupActions()</tt> is where the new QAction code goes before finally calling <tt>setupGUI()</tt> itself.
 h Brazilian Portuguese (pt-br)Isso se baseia no código do KXmlGuiWindow do [[Development/Tutorials/Using_KXmlGuiWindow/KF5|Tutorial 2]]. A maioria das alterações é no <tt>mainwindow.cpp</tt>, uma mudança estrutural importante é que o construtor do MainWindow agora chama <tt>setupActions()</tt> em vez de <tt>setupGUI()</tt >. <tt>setupActions()</tt> é o local onde o novo código QAction vai antes de finalmente chamar <tt>setupGUI()</tt>.