From f3f60195ba3500c7d12b73f18343273e364025a1 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 29 Dec 2013 19:33:26 -0600 Subject: Add diagonal symmetry to board setup pane. A simple feature, turned on by default, which makes setting up the board even faster. --- quacker/boardsetupdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quacker/boardsetupdialog.h') 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; -- cgit v1.2.3