summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/slider.h
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2011-09-12 04:31:08 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2011-09-12 04:31:08 +0000
commit725b1d96a20557856fc1ceaf3d886bdd2f816826 (patch)
tree52110c6378639f667637626fca69397075eeffe2 /muse2/muse/widgets/slider.h
parentd57c4c882801e4c359dbef5f06b2faf33d186512 (diff)
Improvements in rounding corners of meters, sliders; plus some other updates. See ChangeLog.
Diffstat (limited to 'muse2/muse/widgets/slider.h')
-rw-r--r--muse2/muse/widgets/slider.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/muse2/muse/widgets/slider.h b/muse2/muse/widgets/slider.h
index a76c5270..861d8f4b 100644
--- a/muse2/muse/widgets/slider.h
+++ b/muse2/muse/widgets/slider.h
@@ -42,7 +42,6 @@ class Slider : public SliderBase, public ScaleIf
public:
enum ScalePos { None, Left, Right, Top, Bottom };
- enum RoundCorner { UpperLeft = 0x1, UpperRight = 0x2, LowerLeft = 0x4, LowerRight = 0x8 };
private:
Q_PROPERTY( double lineStep READ lineStep WRITE setLineStep )
@@ -70,8 +69,6 @@ class Slider : public SliderBase, public ScaleIf
int d_bgStyle;
int markerPos;
- QPainterPath roundedPath(int x, int y, int w, int h, int xrad, int yrad, RoundCorner roundCorner);
- QPainterPath roundedPath(QRect r, int xrad, int yrad, RoundCorner roundCorner);
void drawHsBgSlot(QPainter *, const QRect&, const QRect&,const QBrush&);
void drawVsBgSlot(QPainter *, const QRect&, const QRect&,const QBrush&);