![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qttreepropertybrowser_p.h"#include "qtpropertybrowserutils_p.h"#include <QtWidgets/qapplication.h>#include <QtWidgets/qboxlayout.h>#include <QtWidgets/qheaderview.h>#include <QtWidgets/qstyle.h>#include <QtWidgets/qstyleditemdelegate.h>#include <QtWidgets/qtreewidget.h>#include <QtGui/qevent.h>#include <QtGui/qicon.h>#include <QtGui/qpainter.h>#include <QtGui/qpalette.h>#include <QtGui/qstylehints.h>#include <QtCore/qhash.h>#include <QtCore/qoperatingsystemversion.h>#include "moc_qttreepropertybrowser_p.cpp"#include "qttreepropertybrowser.moc"Go to the source code of this file.
Classes | |
| class | QtTreePropertyBrowserPrivate |
| class | QtPropertyEditorView |
| class | QtPropertyEditorDelegate |
Functions | |
| static bool | isLightTheme () |
| static QIcon | drawIndicatorIcon (const QPalette &palette, QStyle *style) |
Variables | |
| static constexpr bool | isWindows = QOperatingSystemVersion::currentType() == QOperatingSystemVersion::Windows |
Definition at line 372 of file qttreepropertybrowser.cpp.
|
inlinestatic |
Definition at line 29 of file qttreepropertybrowser.cpp.
Referenced by QtPropertyEditorDelegate::paint().
|
staticconstexpr |
Definition at line 27 of file qttreepropertybrowser.cpp.
Referenced by QtPropertyEditorDelegate::paint().