QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RFocusFrame.h
Go to the documentation of this file.
1 #ifndef RFOCUSFRAME_H_
2 #define RFOCUSFRAME_H_
3 
4 #include <QMetaType>
5 #include <QFocusFrame>
6 
10 class RFocusFrame: public QFocusFrame {
11 
12 Q_OBJECT
13 
14 public:
15  RFocusFrame(QWidget* parent = NULL);
16 
17 protected:
18  virtual void paintEvent(QPaintEvent* e);
19 };
20 
22 
23 #endif