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

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#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()

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

Definition at line 382 of file qttreepropertybrowser.cpp.

◆ isLightTheme()

static bool isLightTheme ( )
inlinestatic

Definition at line 26 of file qttreepropertybrowser.cpp.

Variable Documentation

◆ isWindows

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

Definition at line 24 of file qttreepropertybrowser.cpp.