[Php-qt-users] QLabel question
Status: Beta
Brought to you by:
tm243
From: Ferenc V. <li...@ne...> - 2006-01-16 23:53:08
|
Hi, Please see: public $lblOriginal; ... $this->lblOriginal = new QLabel($this); $this->lblOriginal->setText(new QString("Hello")); Displays: Fatal error: PHP_QT: setText(): hash not found. (Same if I create the QString in a $txt first.) Thanks, Ferenc ps: I hope it's not a typo in my test... |