From 9eada6e94f345d0c1a2d93de5dc56613a93a3ea0 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Mon, 5 Jan 2015 00:31:05 -0600 Subject: Begin unifying interface for customizable settings. --- quacker/settings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'quacker/settings.h') 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; -- cgit v1.2.3