]> Shamusworld >> Repos - schematic/blob - src/generaltab.h
Move DB access to NoteDialog class, new AlertDialog class.
[schematic] / src / generaltab.h
1 #ifndef __GENERALTAB_H__
2 #define __GENERALTAB_H__
3
4 #include <QtGui>
5
6 class GeneralTab: public QWidget
7 {
8         Q_OBJECT
9
10         public:
11                 GeneralTab(QWidget * parent = 0);
12                 ~GeneralTab();
13
14         public:
15                 QCheckBox * antialiasChk;
16 };
17
18 #endif  // __GENERALTAB_H__