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 difference)

Revision as of 12:59, 29 August 2014

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

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

} </syntaxhighlight>