refs #741, allow to discard settings

(not saving, but continue closing)
This commit is contained in:
Klaus Basan
2016-08-23 23:22:37 +02:00
committed by Mathew Sutcliffe
parent 8b1bdbdcf8
commit 231bfea566
4 changed files with 30 additions and 3 deletions

View File

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