Translations:Development/Tutorials/Using KXmlGuiWindow/10/en

From KDE TechBase

First we subclass KXmlGuiWindow with class MainWindow : public KXmlGuiWindow then we declare the constructor with MainWindow(QWidget *parent = nullptr);.