QCAD
Open Source 2D CAD
RToolButton.h
Go to the documentation of this file.
1 
20 #ifndef RTOOLBUTTON_H_
21 #define RTOOLBUTTON_H_
22 
23 #include "gui_global.h"
24 
25 #include <QToolButton>
26 #include <QMetaType>
27 
32 class QCADGUI_EXPORT RToolButton: public QToolButton {
33 Q_OBJECT
34 
35 public:
36  RToolButton(QWidget* parent);
37 
38 protected:
39  virtual bool event(QEvent* event);
40 };
41 
43 
44 #endif
gui_global.h
RToolButton
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RToolButton.h:32
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)
QCADGUI_EXPORT
#define QCADGUI_EXPORT
Definition: gui_global.h:10