tychoBCG3D  0.2
 All Data Structures Namespaces Files Functions Variables
shininess.h
Go to the documentation of this file.
1 #ifndef SHININESS_H
2 #define SHININESS_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7 class Shininess;
8 }
9 
10 class Shininess : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit Shininess(QWidget *parent = 0);
16  ~Shininess();
17 
18 private:
19  Ui::Shininess *ui;
20 };
21 
22 #endif // SHININESS_H