All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="cpp-qt">
MainWindow::MainWindow()
{
   initGUI();
   QTimer::singleShot( 0, this, SLOT(initObject()) );
}
 h Brazilian Portuguese (pt-br)<syntaxhighlight lang="cpp-qt">
MainWindow::MainWindow()
{
   initGUI();
   QTimer::singleShot( 0, this, SLOT(initObject()) );
}