EditingFinished signal not emitted for QLineEdit on Mac (but Win and Linux are ok)
-
Hello,
I noticed that the editingFinished signal is never emitted for a QLineEdit widget on Mac platforms IF there is only one QLineEdit widget on the form. If there are at least 2 QLineEdit widgets, then the problem doesn't appear.
Practically, on such a form with only one QLineEdit widget, pressing the Tab or enter key doesn't have an effect on that QLineEdit widget. This problem only appears on Mac platforms! Windows and Linux do not have this problem.
Any idea what might be happening there?
Thanks
-
I am having this problem on my Windows 7, and I have two of these controls