view widgets/EasaierStyle.h @ 227:59d84a8bb76c

compatibility with changes done for the web site: - easaier servlet name changed - new queryfield.xml ("range" attributes form)
author lbajardsilogic
date Wed, 27 Feb 2008 16:00:02 +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