view widgets/EasaierStyle.h @ 158:9441b45b1e7f

add default connection settings (easaier host)
author lbajardsilogic
date Thu, 15 Nov 2007 13:47:07 +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