KDDockWidgets API Documentation 2.1
|
Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay. More...
#include "ObjectViewer.h"
#include <QStandardItem>
#include <QApplication>
#include <QHBoxLayout>
#include <QMenu>
#include <QContextMenuEvent>
#include <QItemSelectionModel>
#include <QPainter>
#include <QDebug>
#include <QMetaProperty>
#include <QWindow>
#include <QToolBar>
#include <QShortcut>
#include <QDir>
Go to the source code of this file.
Enumerations | |
enum | Role { ObjRole = Qt::UserRole } |
Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay.
Definition in file ObjectViewer.cpp.
enum Role |
Enumerator | |
---|---|
ObjRole |
Definition at line 42 of file ObjectViewer.cpp.