view widgets/EasaierStyle.h @ 275:acfbbd2fea47

Displays only results that have confidence <> 0.0
author lbarthelemy
date Thu, 03 Jul 2008 10:17:46 +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