All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)FallingBall::FallingBall(QWidget *parent) : KXmlGuiWindow(parent)
{
   master = new QWidget();
   xyPlot = new KPlotWidget();
   QHBoxLayout *layout = new QHBoxLayout;
   layout->addWidget(xyPlot);
   master->setLayout(layout);
   setCentralWidget(master);
   setupGUI();