Problem connect statusBarMessage et showMessage
General and Desktop
4
Posts
3
Posters
973
Views
1
Watching
-
if I understood well SIGNAL statusBarMessage of QWebView sends details of page loads I want to connect it with the SLOT ShowMessage of QStautBar when I compil there is no eroor but the details does not appear even if i connect the SIGNAL statusBarMessage directly with showMessage
@connect(pageActuelle(),SIGNAL(statusBarMessage(QString)),this,SLOT(chargement(QString)));@
pageActuelle=QWebView
@
voidmainWind::chargement(QStringconst&message)
{
ui->statusbar->showMessage(message,2000);
}@
thanks guys -
It would be really nice if you could write in English here. At least bad English is better then French in the general forum.
There should be a local French group where you might be allowed to write in your language.
-