Пример #1
0
 public static void postEvent(QObject receiver, QEvent event) {
   QApplication.postEvent(receiver, event);
 }