Actions
Bug #4060
closedWLineEdit::changed() trouble
Start date:
05/06/2015
Due date:
% Done:
0%
Estimated time:
Description
Hello I have a WLineEdit with a WSuggestionPopup, it seems that I can't find a good way to detect when the text has changed, I can control typing with keyWentUp() properly but when I select an item from the popup changed() doesn't work correctly, it triggers with a lot of lag, when I click other controls or doesn't trigger at all.
Updated by Koen Deforche over 9 years ago
There's a new WLineEdit::textInput() textInput signal which solves that.
Updated by Isaac Lascasas over 9 years ago
Wt 3.3.4 built for msvc12 x64 / boost 1.56. Everything seems to work after updating and textInput does the job. Thanks.
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Updated by Koen Deforche about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Actions