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

feat: click on button return #468

Merged
merged 1 commit into from
Oct 22, 2022
Merged

Conversation

tlambert03
Copy link
Member

closes #434 by making the return/enter button "click" a focused pushbutton
(in Qt)

@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #468 (62bcf02) into main (fc30b68) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #468   +/-   ##
=======================================
  Coverage   88.12%   88.12%           
=======================================
  Files          31       31           
  Lines        4159     4160    +1     
=======================================
+ Hits         3665     3666    +1     
  Misses        494      494           
Impacted Files Coverage Δ
magicgui/backends/_qtpy/widgets.py 87.83% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tlambert03 tlambert03 merged commit 1170dd2 into pyapp-kit:main Oct 22, 2022
@tlambert03 tlambert03 deleted the return-click branch October 22, 2022 14:54
@tlambert03 tlambert03 added the enhancement New feature or request label Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Return press on "keyboardable" widgets to call the wrapped function
1 participant