QLineEdit::lostFocus() is part of Qt 3 support members. As the docs mention, you should use QLineEdit::editingFinished() instead.
By the way, it should work when you turn Qt 3 support on:
QT += qt3support
QLineEdit::lostFocus() is part of Qt 3 support members. As the docs mention, you should use QLineEdit::editingFinished() instead.
By the way, it should work when you turn Qt 3 support on:
QT += qt3support
J-P Nurmi
Bookmarks