|
|
Hi,
I want to know the classname of each subwidget in
widget.
I use following steps:
1)in
QApplication::qwsProcessEvent
in the case event->type==QWSEvent::Mouse
add a line to show position vaule of cursor when move
fprintf(stderr,"%d,%d\n",p.x(),p.y());
2)call dumpObjectTree when press ctrl_D using QAccel,
But dumpObjectTree give relative value to it's parent,
Is there a convenient way to change it to absolute
value?
Thanks a lot
gan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|