view widgets/EasaierStyle.h @ 264:5dac52cc75ef

remove CirclePlotter and resolve compilation problem for Static_Release
author lbajardsilogic
date Fri, 20 Jun 2008 14:11:27 +0000
parents b3c3a5fa185f
children
line wrap: on
line source

#ifndef _EASAIER_STYLE_H_
#define _EASAIER_STYLE_H_

#include <QPlastiqueStyle>
#include <QPalette>

class EasaierStyle : public QPlastiqueStyle{
	 Q_OBJECT
public:
	QPalette standardPalette() const;


};

#endif