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
33
class
QCADGUI_EXPORT
RComboBox
:
public
QComboBox {
34
35
Q_OBJECT
36
37
public
:
38
RComboBox
(QWidget* parent = 0);
39
40
protected
:
41
void
keyPressEvent(QKeyEvent* event);
42
43
signals:
44
void
returnPressed
();
45
};
46
47
Q_DECLARE_METATYPE
(
RComboBox
*)
48
49
#endif
/* RCOMBOBOX_H_ */
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)
RComboBox
Copyright (c) 2011-2024 by Andrew Mustun.
Definition
RComboBox.h:33
RComboBox::returnPressed
void returnPressed()
gui_global.h
QCADGUI_EXPORT
#define QCADGUI_EXPORT
Definition
gui_global.h:10
src
gui
RComboBox.h
Generated on Fri Jul 18 2025 09:41:51 for QCAD by
1.10.0