summaryrefslogtreecommitdiff
path: root/quacker/settings.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-01-05 00:31:05 -0600
committerJohn Fultz <jfultz@wolfram.com>2015-08-01 18:46:20 -0500
commit9eada6e94f345d0c1a2d93de5dc56613a93a3ea0 (patch)
tree407af35b811806c73f4b56aa6908baa4e493d14a /quacker/settings.h
parentd912747a68c38baa1d19e07067d8c691f29f8198 (diff)
Begin unifying interface for customizable settings.
Diffstat (limited to 'quacker/settings.h')
-rw-r--r--quacker/settings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quacker/settings.h b/quacker/settings.h
index 785b726..5a05452 100644
--- a/quacker/settings.h
+++ b/quacker/settings.h
@@ -76,9 +76,10 @@ protected:
QComboBox *m_alphabetNameCombo;
QComboBox *m_themeNameCombo;
QComboBox *m_boardNameCombo;
- QPushButton *m_addBoard;
+ QPushButton *m_editLexicon;
+ QPushButton *m_editAlphabet;
+ QPushButton *m_editTheme;
QPushButton *m_editBoard;
- QPushButton *m_deleteBoard;
QString m_dataDir;
QString m_themeName;