Mercurial > hg > easaier-soundaccess
view widgets/EasaierStyle.h @ 101:bc5b79e7b1d8
when adding a new pane, the pane stack is divided in equals parts
author | lbajardsilogic |
---|---|
date | Thu, 12 Jul 2007 07:25:32 +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