Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
events.cpp File Reference
#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().