]> Shamusworld >> Repos - virtualjaguar/blob - src/gui/controllertab.h
ceff5bf7976ef3a0985ebfe51502c7d88c7a961d
[virtualjaguar] / src / gui / controllertab.h
1 #ifndef __CONTROLLERTAB_H__
2 #define __CONTROLLERTAB_H__
3
4 #include <QtGui>
5
6 class ControllerTab: public QWidget
7 {
8         Q_OBJECT
9
10         public:
11                 ControllerTab(QWidget * parent = 0);
12                 ~ControllerTab();
13
14         public:
15                 QCheckBox * antialiasChk;
16 };
17
18 #endif  // __CONTROLLERTAB_H__