Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qttreepropertybrowser.cpp File Reference

(f14496566fcfca596500427a9aafd98a9aee8c66)

#include "qttreepropertybrowser_p.h"
#include <QtCore/QOperatingSystemVersion>
#include <QtCore/QHash>
#include <QtGui/QFocusEvent>
#include <QtGui/QIcon>
#include <QtGui/QPainter>
#include <QtGui/QPalette>
#include <QtGui/QStyleHints>
#include <QtWidgets/QApplication>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QItemDelegate>
#include <QtWidgets/QStyle>
#include <QtWidgets/QTreeWidget>
#include "moc_qttreepropertybrowser_p.cpp"
#include "qttreepropertybrowser.moc"
Include dependency graph for qttreepropertybrowser.cpp:

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

Function Documentation

◆ drawIndicatorIcon()

QIcon drawIndicatorIcon ( const QPalette & palette,
QStyle * style )
static

Definition at line 369 of file qttreepropertybrowser.cpp.

◆ isLightTheme()

bool isLightTheme ( )
inlinestatic

Definition at line 26 of file qttreepropertybrowser.cpp.

Variable Documentation

◆ isWindows

constexpr bool isWindows = QOperatingSystemVersion::currentType() == QOperatingSystemVersion::Windows
staticconstexpr

Definition at line 24 of file qttreepropertybrowser.cpp.