Translations:Development/Architecture/KDE3/KHTML/10/pt-br: Difference between revisions

From KDE TechBase
(Created page with "QWidget::connect(html, SIGNAL(setTitle(const QString &)), html, SLOT(setCaption(const QString &))); html->show(); a.exec(); } </syntaxhighlight>")
 
No edit summary
Line 4: Line 4:
     a.exec();
     a.exec();
}
}
</syntaxhighlight>
</syntaxhighlight>

Revision as of 13:03, 29 August 2014

QWidget::connect(html, SIGNAL(setTitle(const QString &)),

                    html, SLOT(setCaption(const QString &)));
   html->show();
   a.exec();

}

</syntaxhighlight>