-
Notifications
You must be signed in to change notification settings - Fork 284
/
com.kdab.GammaRay.metainfo.xml
58 lines (58 loc) · 2.72 KB
/
com.kdab.GammaRay.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>GammaRay.desktop</id>
<metadata_license>GFDL-1.3</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>GammaRay</name>
<developer_name>Klaralvdalens Datakonsult AB (KDAB)</developer_name>
<summary>Qt-application inspection and manipulation tool</summary>
<description>
<p>GammaRay is a tool to poke around in a Qt-application and also to
manipulate the application to some extent. GammaRay uses various
DLL injection techniques to hook into an application at runtime and
provide access to a lot of interesting information.</p>
<p>GammaRay provides the following capabilities to help your Qt application development efforts:</p>
<ul>
<li>Browse the QObject tree with live updates</li>
<li>View, and to some extent, edit QObject static and dynamic properties</li>
<li>View and call slots of a QObject (similar to qdbusviewer)</li>
<li>View other QObject elements such as signals, enums and class info introspectively</li>
<li>List all QObject inbound and outbound signal/slot connections</li>
<li>Provide live widget preview. Useful for finding layout issues</li>
<li>View the content of any QAbstractItemModel (QAIM)</li>
<li>Browse the QAbstractProxyModel (QAPM) hierarchy</li>
<li>Browse the QGraphicsView (QGV) item tree of any QGV scene</li>
<li>... and much, much more</li>
</ul>
</description>
<screenshots>
<screenshot type="default" width="1920" height="1033">
<image>https://www.kdab.com/wp-content/uploads/stories/gammaray-object-inspector.png</image>
<caption/>
</screenshot>
<screenshot width="1920" height="1033">
<image>https://www.kdab.com/wp-content/uploads/stories/gammaray-qq2-geometry.png</image>
<caption/>
</screenshot>
<screenshot width="1920" height="1033">
<image>https://www.kdab.com/wp-content/uploads/stories/gammaray-qsm-debugger-neptune-climate.png</image>
<caption/>
</screenshot>
<screenshot width="1920" height="1033">
<image>https://www.kdab.com/wp-content/uploads/stories/gammaray-style-inspector.png</image>
<caption/>
</screenshot>
<screenshot width="1920" height="1033">
<image>https://www.kdab.com/wp-content/uploads/stories/gammaray-widget-inspector.png</image>
<caption/>
</screenshot>
</screenshots>
<url type="homepage">https://www.kdab.com/gammaray/</url>
<url type="bugtracker">https://github.com/KDAB/GammaRay/issues</url>
<url type="help">https://github.com/KDAB/GammaRay/wiki</url>
<update_contact>[email protected]</update_contact>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
</component>