Displaying 1 result from an estimated 1 matches for "lineeditbug".
2007 Dec 21
2
Bug when selecting text in Qt3 QLineEdit
Hi,
The minimalistic example application at
http://xile.org/le/LineEditBug.zip demonstrates a WINE bug when using
a QLineEdit widget from Qt 3:
* Enter some text in the line edit.
* Select some text using the mouse.
* Click into the line edit
Native Windows:
-> The selected text simply gets unselected.
Using WINE:
-> The selected text gets deleted.
Kind regards,...