Hi,
I have a Dialog with a QDialogButtonBox and would like to remove the default button behavior i.e. when I press 'enter' the Dialog is closed. I tried this ...
Qt Code:
{ ui.setupUi(this);To copy to clipboard, switch view to plain text mode
.. but it did not work.![]()
Bookmarks