QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RComboBox.h
Go to the documentation of this file.
1
20#ifndef RCOMBOBOX_H_
21#define RCOMBOBOX_H_
22
23#include "gui_global.h"
24
25#include <QComboBox>
26#include <QKeyEvent>
27
33class QCADGUI_EXPORT RComboBox: public QComboBox {
34
35Q_OBJECT
36
37public:
38 RComboBox(QWidget* parent = 0);
39
40protected:
41 void keyPressEvent(QKeyEvent* event);
42
43signals:
45};
46
48
49#endif /* RCOMBOBOX_H_ */
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2024 by Andrew Mustun.
Definition RComboBox.h:33
void returnPressed()
#define QCADGUI_EXPORT
Definition gui_global.h:10