Exemplo n.º 1
0
 public function messageClicked()
 {
     $box = new QMessageBox();
     $box->information($this, new QString(tr("Systray")), tr("Sorry, I already gave what help I could.\nMaybe you should try asking a human?"), QMessageBox::Ok, QMessageBox::Cancel);
 }