Mercurial > hg > easaier-soundaccess
view widgets/EasaierStyle.h @ 170:caaddda5477c
- window size limited to a multiple of 4
- allow to have a bigger image than original,
- add several cleans on pointers
author | lbarthelemy |
---|---|
date | Tue, 20 Nov 2007 09:14:57 +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