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
qitemdelegate.cpp File Reference

(d2efb6faba994d53068568eafaee042f49425a66)

#include "qitemdelegate.h"
#include <qabstractitemmodel.h>
#include <qapplication.h>
#include <qbrush.h>
#include <qpainter.h>
#include <qpalette.h>
#include <qpoint.h>
#include <qrect.h>
#include <qsize.h>
#include <qstyle.h>
#include <qdatetime.h>
#include <qstyleoption.h>
#include <qevent.h>
#include <qpixmap.h>
#include <qbitmap.h>
#include <qpixmapcache.h>
#include <qitemeditorfactory.h>
#include <qmetaobject.h>
#include <qtextlayout.h>
#include <private/qabstractitemdelegate_p.h>
#include <private/qabstractitemmodel_p.h>
#include <private/qstylehelper_p.h>
#include <private/qtextengine_p.h>
#include <qdebug.h>
#include <qlocale.h>
#include <qmath.h>
#include <limits.h>
#include "moc_qitemdelegate.cpp"
+ Include dependency graph for qitemdelegate.cpp:

Go to the source code of this file.

Classes

class  QItemDelegatePrivate
 
struct  QItemDelegatePrivate::Icon
 

Macros

#define DBL_DIG   10
 

Functions

static QString qPixmapSerial (quint64 i, bool enabled)
 

Macro Definition Documentation

◆ DBL_DIG

#define DBL_DIG   10

Definition at line 36 of file qitemdelegate.cpp.

Function Documentation

◆ qPixmapSerial()

static QString qPixmapSerial ( quint64 i,
bool enabled )
static

Definition at line 952 of file qitemdelegate.cpp.