Mercurial > hg > easaier-soundaccess
view widgets/EasaierStyle.h @ 61:0387f53242b2
fix the 2ed color bug in the layer list. Now color in layer list is ok.
author | benoitrigolleau |
---|---|
date | Tue, 29 May 2007 09:26:15 +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