QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
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
32class QCADGUI_EXPORT RToolButton: public QToolButton {
33Q_OBJECT
34
35public:
36 RToolButton(QWidget* parent);
37
38protected:
39 virtual bool event(QEvent* event);
40};
41
43
44#endif
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RToolButton.h:32
#define QCADGUI_EXPORT
Definition gui_global.h:10