[go: up one dir, main page]

Menu

[r381]: / mlabel.h  Maximize  Restore  History

Download this file

17 lines (13 with data), 320 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#ifndef MLABEL_H
#define MLABEL_H
#include <QLabel>
#include <QMouseEvent>
class MLabel : public QLabel
{
public:
MLabel ( QWidget * parent = 0, Qt::WindowFlags f = 0 );
protected:
/*void mousePressEvent ( QMouseEvent * event );
void mouseReleaseEvent ( QMouseEvent * event );*/
};
#endif // MLABEL_H