"alt" tag on qpushbutton code example
Example 1: qpushbutton clicked
pushButton.clicked.connect(function)
Example 2: qpushbutton
QPushButton *button = new QPushButton("Text", this);
pushButton.clicked.connect(function)
QPushButton *button = new QPushButton("Text", this);