MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / TableWidget

Class TableWidget

gui/qt/tablewidget.h:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QtWidgets/QWidget>
6
7class TableWidget : public QTableWidget {
8 Q_OBJECT
9
10public:
11 explicit TableWidget(QWidget *p = Q_NULLPTR);
12
13protected:
14 virtual void dropEvent(QDropEvent *event) Q_DECL_OVERRIDE;
15};
16
17
18#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected