AlbumShaper 1.0a3
blurSharpenSlider.h
Go to the documentation of this file.
1//==============================================
2// copyright : (C) 2003-2005 by Will Stokes
3//==============================================
4// This program is free software; you can redistribute it
5// and/or modify it under the terms of the GNU General
6// Public License as published by the Free Software
7// Foundation; either version 2 of the License, or
8// (at your option) any later version.
9//==============================================
10
11#ifndef GUI_BLURSHARPENSLIDER_H
12#define GUI_BLURSHARPENSLIDER_H
13
14#include "dynamicSlider.h"
15
16//==========================================
18{
19Q_OBJECT
20
21public:
22 BlurSharpenSlider( Qt::Orientation orientation, QWidget* parent, const char* name=0 );
23protected:
24 virtual QString mapValToString();
25};
26//==========================================
27
28#endif // GUI_BLURSHARPENSLIDER_H
virtual QString mapValToString()
subclass DynamicSlider and reimplement this method to change the behavior used to display slider valu...
BlurSharpenSlider(Qt::Orientation orientation, QWidget *parent, const char *name=0)
A more dynamic slider that provides moving tooltips that show the slider value.