view widgets/EasaierStyle.h @ 235:7ab3e81f52d4

enable/disable alternatively draw curve and simple mode in the equalizer filter
author lbajardsilogic
date Fri, 07 Mar 2008 15:01: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