Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
events.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QCheckBox>
#include <QMouseEvent>
+ Include dependency graph for events.cpp:

Go to the source code of this file.

Classes

class  MyCheckBox
 
class  MyWidget
 [23] More...
 
class  MyCustomEvent
 

Functions

int main ()
 [1]
 

Variables

static const int MyCustomEventType = 1099
 

Function Documentation

◆ main()

int main ( )

[1]

Definition at line 58 of file events.cpp.

Variable Documentation

◆ MyCustomEventType

const int MyCustomEventType = 1099
static

Definition at line 31 of file events.cpp.

Referenced by MyWidget::event().