C++ (Qt)emit pbMove->clicked()
C++ (Qt)void QButton::clicked() is protected
C++ (Qt) QMouseEvent event(QEvent::MouseButtonPress, QPoint(0,0), Qt::LeftButton, 0, 0); QApplication::sendEvent(pbMove, &event);