1
0
Fork 0

use "save" as the accept button

This commit is contained in:
Kevin Matz 2023-04-14 13:17:55 -04:00
parent 8b5da1d1ca
commit 95a5be2e65
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::RestoreDefaults</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::RestoreDefaults|QDialogButtonBox::Save</set>
</property>
</widget>
</item>