styles.h

Go to the documentation of this file.
00001 #ifndef TEST_H
00002 #define TEST_H
00003 
00004 #include <QtGui/QMainWindow>
00005 #include "ui_styles.h"
00006 
00007 class iisTaskBox;
00008 class iisTaskGroup;
00009 
00010 class test : public QMainWindow
00011 {
00012         Q_OBJECT
00013 
00014 public:
00015         test(QWidget *parent = 0, Qt::WFlags flags = 0);
00016         ~test();
00017 
00018 protected slots:
00019         void on_rbDefault_clicked();
00020         void on_rbXP_clicked();
00021 
00022 private:
00023         Ui::testClass ui;
00024 
00025         iisTaskBox *tb1, *tb2, *tb3;
00026         iisTaskGroup *tb4;
00027 };
00028 
00029 #endif // TEST_H

Generated on Wed Nov 23 19:00:41 2011 for FreeCAD by  doxygen 1.6.1