Of i forgot.
In the example loadProgress signal was connected to update() slot.
Qt Code:
  1. connect(webView, SIGNAL(loadProgress(int)),
  2. this, SLOT(update()));
To copy to clipboard, switch view to plain text mode 
But i cant find such slot in urllineedit.cpp.

How to connect my webWiew loadProgress signal with lineEdits progress bar??