Make difference on ShadedDisplay and MainDisplay in settings

This commit is contained in:
Tobias Rundstrom 2006-03-05 15:31:31 -03:00
parent 0498d4d44a
commit 152e1b2be8
6 changed files with 161 additions and 53 deletions

View file

@ -19,11 +19,14 @@ class SettingsTabMain : public QWidget {
private:
QCheckBox *m_scrolltbar;
QSpinBox *m_fontsize;
QCheckBox *m_quitonclose;
QSpinBox *m_mainsize;
QCheckBox *m_mainttf;
QCheckBox *m_mainscroll;
QSpinBox *m_shadesize;
QCheckBox *m_shadettf;
QCheckBox *m_shadescroll;
};
class SettingsWindow : public QMainWindow {