Declaring a pointer to an object and creating an object are two different things.
Declaring a pointer to an object and creating an object are two different things.
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??
Ok i have connected my webViews signal loadProgress to update slot and when page loads, progressBar in Line Edit wont update.
So i have connected them, but here is the one more problem i can not edit text in urlLineEdit. What it can be?
Bookmarks