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

(56003512ce0f60e7f4ff40282b8deaee99369edd)

#include "qstylekitstyle.h"
#include "qstylekitstyle_p.h"
#include <QtWidgets/qstyleoption.h>
#include <QtWidgets/qstyle.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/private/qwidget_p.h>
#include <QtGui/qpainter.h>
#include <QtGui/qpainterpath.h>
#include <QtGui/qpainterstateguard.h>
#include <QtGui/qstylehints.h>
#include <QtQml/private/qqmlcomponent_p.h>
#include <QtLabsStyleKit/private/qqstylekit_p.h>
#include <QtLabsStyleKit/private/qqstylekitcontrolproperties_p.h>
#include <QtLabsStyleKit/private/qqstylekitstyle_p.h>
#include "moc_qstylekitstyle.cpp"
Include dependency graph for qstylekitstyle.cpp:

Go to the source code of this file.

Functions

static QQStyleKitReader::ControlType controlTypeForWidget (const QWidget *widget)
static uint resolvedAlignment (uint raw, Qt::Alignment hDefault, Qt::Alignment vDefault)
static const QWidgetcontainerWidget (const QWidget *w)

Function Documentation

◆ containerWidget()

const QWidget * containerWidget ( const QWidget * w)
static

Definition at line 248 of file qstylekitstyle.cpp.

◆ controlTypeForWidget()

QQStyleKitReader::ControlType controlTypeForWidget ( const QWidget * widget)
static

Definition at line 162 of file qstylekitstyle.cpp.

◆ resolvedAlignment()

uint resolvedAlignment ( uint raw,
Qt::Alignment hDefault,
Qt::Alignment vDefault )
static

Definition at line 237 of file qstylekitstyle.cpp.