diff options
author | John Fultz <jfultz@wolfram.com> | 2013-12-29 19:33:26 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2013-12-29 19:33:26 -0600 |
commit | f3f60195ba3500c7d12b73f18343273e364025a1 (patch) | |
tree | 089bd4b3db5132b81c28f895eb1ce833520c0c10 /quacker/boardsetupdialog.h | |
parent | ecae4ba252c9b78d6b4fa6d14d2e694b8f71306a (diff) |
Add diagonal symmetry to board setup pane.
A simple feature, turned on by default, which makes setting up
the board even faster.
Diffstat (limited to 'quacker/boardsetupdialog.h')
-rw-r--r-- | quacker/boardsetupdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/boardsetupdialog.h b/quacker/boardsetupdialog.h index 6c58bc5..236b3b1 100644 --- a/quacker/boardsetupdialog.h +++ b/quacker/boardsetupdialog.h @@ -54,6 +54,7 @@ protected slots: private: QCheckBox *m_horizontalSymmetry; QCheckBox *m_verticalSymmetry; + QCheckBox *m_diagonalSymmetry; QComboBox *m_horizontalDimension; QComboBox *m_verticalDimension; |