view widgets/EasaierStyle.h @ 240:e006f4a57f86

add labels in plotter widget fix some bugs in the graphical equalizer
author benoitrigolleau
date Tue, 11 Mar 2008 13:53:59 +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