Ref T441, fixed OK/Cancel and always stop when finished

This commit is contained in:
Klaus Basan
2018-12-10 10:42:41 +01:00
parent 6ebb2ee502
commit 4051e958cf
2 changed files with 6 additions and 2 deletions

View File

@@ -178,7 +178,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>