QGIS API Documentation
2.6.0-Brighton
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
qgsslider.h
Go to the documentation of this file.
1
#include <QPainter>
2
#include <QPaintEvent>
3
#include <QSize>
4
#include <QSlider>
5
6
class
GUI_EXPORT
QgsSlider
:
public
QSlider
7
{
8
Q_OBJECT
9
public
:
10
QgsSlider
( QWidget *parent = 0 );
11
QgsSlider
( Qt::Orientation orientation, QWidget * parent = 0 );
12
protected
:
13
virtual
void
paintEvent( QPaintEvent * event );
14
};
Generated on Fri Oct 31 2014 15:49:46 for QGIS API Documentation by
1.8.1.2