Translations:Development/Architecture/KDE3/KHTML/10/pt-br

From KDE TechBase
Revision as of 13:03, 29 August 2014 by Camilaraw (talk | contribs)

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

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

}

</syntaxhighlight>