You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kspy
toma bd9e661782
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
classinfoview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
classinfoview.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kspy.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
navview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
navview.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
navviewitem.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
navviewitem.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
propsview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
propsview.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
receiversview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
receiversview.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sigslotview.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sigslotview.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
spy.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
spy.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

KSpy
====

KSpy is a utility intended to help developers examine the internal
state of a Qt/KDE application. KSpy graphically displays all the
QObjects in use, and allows you to browse their properties. Using KSpy
is very simple, include kspy.h and call KSpy::invoke() when you want
to looks inside your app. The KSpy function is inline and the main
part of KSpy is dynamically loaded, so you may even want to leave this
in the release build of an application.

Richard Moore, <rich@kde.org>