summaryrefslogtreecommitdiff
path: root/quacker/settings.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2019-05-06 10:46:34 -0500
committerJohn Fultz <jfultz@wolfram.com>2019-05-06 11:31:02 -0500
commit27c05b0fdf676294518e4f97d992ce8f555f3b31 (patch)
tree0b8b077946b8b56ebeb9106668a111a350603100 /quacker/settings.h
parenteefe7883cdc45fc40a9240d56542b92e0bd04d38 (diff)
Add ability to include logo in copyrights.txt.
Add NASPA logo for its dictionaries. Add a separator between settings and copyright for clarity. Tighten up vertical spacing in the settings panel.
Diffstat (limited to 'quacker/settings.h')
-rw-r--r--quacker/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/settings.h b/quacker/settings.h
index 3142b88..0171630 100644
--- a/quacker/settings.h
+++ b/quacker/settings.h
@@ -91,8 +91,10 @@ protected:
QPushButton *m_editTheme;
QPushButton *m_editBoard;
QPushButton *m_buildGaddag;
+ QLabel *m_logoLabel;
QLabel *m_copyrightLabel;
QLabel *m_buildGaddagLabel;
+ QLabel *m_separatorLabel;
QString m_appDataDir;
QString m_userDataDir;
QString m_themeName;