pauliacomi / pyGAPS-gui

A Qt graphical user interface for pyGAPS. WIP.
GNU Affero General Public License v3.0
17 stars 2 forks source link

Pressing enter on characterization should be disabled as it often interferes with functionality #28

Closed pauliacomi closed 2 years ago

pauliacomi commented 2 years ago

When focusing a text input, it is natural to press enter to accept the text. But this often just selects the dialog button and closes it. Not intuitive

pauliacomi commented 2 years ago

use button.setAutoDefault() on the calculation button to make it default for enter