paysages3d/src/interface/desktop/lighting/SmallPreviewHues.h

17 lines
285 B
C
Raw Normal View History

2013-08-18 15:13:15 +00:00
#ifndef SMALLPREVIEWHUES_H
#define SMALLPREVIEWHUES_H
2013-11-12 22:15:35 +00:00
#include "DrawingWidget.h"
2013-08-18 15:13:15 +00:00
class SmallPreviewHues: public DrawingWidget
{
Q_OBJECT
public:
SmallPreviewHues(QWidget* parent);
protected:
virtual void doDrawing(QPainter* painter);
};
#endif /* SMALLPREVIEWHUES_H */