Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only trigger recalculations when data of QLineEdit fields has actually changed #211

Open
chipmuenk opened this issue Feb 11, 2022 · 0 comments

Comments

@chipmuenk
Copy link
Owner

Currently, clicking in and out of a QLineEdit field fires an 'editingFinished' signal which may trigger lengthy recalculations.

A starting point could be

https://stackoverflow.com/questions/12182133/pyqt4-combine-textchanged-and-editingfinished-for-qlineedit

@chipmuenk chipmuenk changed the title Only send a 'data_changed' signal when data of QLineEdit fields is actually changed Only trigger recalculations when data of QLineEdit fields has actually changed Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant