Of i forgot.
In the example loadProgress signal was connected to update() slot.
But i cant find such slot in urllineedit.cpp.Qt Code:
connect(webView, SIGNAL(loadProgress(int)), this, SLOT(update()));To copy to clipboard, switch view to plain text mode
How to connect my webWiew loadProgress signal with lineEdits progress bar??
Bookmarks