| Home | ![]() |
button.
QtObjectInspector allows you to record all signal activations and slot invocations. They are then displayed in the signal trace view, arranged in an activation tree.
To start recording, run your application under QtObjectInspector and press
the
button. To stop recording, press the
button.
A Qt application usually has a lot of uninteresting signals occuring with
high frequency. These can be filtered out using the signal filter dialog.
To display this dialog, press the
button. You
can filter out signals based on their member name, class name or
the name of the emitting QObject. You can filter out slots based on their
member name, class name or the name of the receiving QObject.
Each line in the signal/slot list view represents a single signal activation or slot invocation. Selecting a line will cause the corresponding QObject to become selected.


| Copyright © 2003-2004 Trolltech | Trademarks | Qt Solutions
|