how to update data of controls in viewml??
"wjj_external" <[email protected]> Thu, 24 Oct 2002 15:53:41 +0800
| Newsgroups | gmane.comp.web.viewml.devel |
|---|---|
| Message-ID | <[email protected]> |
I want to change the data of a control named HTMLTextInput. When I used HTMLInput::setValue() to change the data , the change was not displayed on screen. I find out that HTMLTextInput::slotTextChanged can be "QT_connected" to QEditLine to update the data. but this function is protected and I can not use it by calling it directly. How to update the changed data? Is there any offical ways to update data in HTML controls? Or I have to do something shit :-(