I'm using the QtPropertyBrowser library from the qt-solutions archive. It seems that the only signals I can find to connect to inform me whenever a key is pressed within the LineEditor attached to a string property. I want to find out when the user has CONCLUDED their edits by going to the next item or by hitting the enter key.

How can this be done?