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
QQC2 Namespace Reference

Namespaces

namespace  QDrawBorderPixmap
namespace  QStyleHelper

Classes

class  QMacStylePrivate
struct  StaticPolygonF
class  QCommonStyle
 The QCommonStyle class encapsulates the common Look and Feel of a GUI. More...
class  QCommonStylePrivate
class  QTileRules
 The QTileRules class provides the rules used to draw a pixmap or image split into nine segments. More...
class  QStyle
class  QStylePrivate
class  QStyleOption
class  QStyleOptionFocusRect
class  QStyleOptionFrame
class  QStyleOptionTab
class  QStyleOptionTabWidgetFrame
class  QStyleOptionTabBarBase
class  QStyleOptionHeader
class  QStyleOptionButton
class  QStyleOptionTabV4
class  QStyleOptionToolBar
class  QStyleOptionProgressBar
class  QStyleOptionMenuItem
class  QStyleOptionDockWidget
class  QStyleOptionToolBox
class  QStyleOptionRubberBand
class  QStyleOptionComplex
class  QStyleOptionSlider
class  QStyleOptionSpinBox
class  QStyleOptionToolButton
class  QStyleOptionComboBox
class  QStyleOptionSearchField
class  QStyleOptionTitleBar
class  QStyleOptionGroupBox
class  QStyleOptionSizeGrip
class  QStyleOptionGraphicsItem
class  QStyleHintReturn
class  QStyleHintReturnMask
class  QStyleHintReturnVariant
class  QWindowsStyle
 The QWindowsStyle class provides a Microsoft Windows-like look and feel. More...
class  QWindowsStylePrivate
class  QWindowsXPStyle
 The QWindowsXPStyle class provides a Microsoft Windows XP-like look and feel. More...
class  XPThemeData
struct  ThemeMapKey
struct  ThemeMapData
class  QWindowsXPStylePrivate
class  QtQuickControls2NativeStylePlugin

Typedefs

typedef QVarLengthArray< QPainter::PixmapFragment, 16 > QPixmapFragmentsArray

Enumerations

enum  QSliderDirection {
  SlUp , SlDown , SlLeft , SlRight ,
  SlUp , SlDown , SlLeft , SlRight
}
enum  AlphaChannelType { UnknownAlpha = -1 , NoAlpha , MaskAlpha , RealAlpha }
enum  QSliderDirection {
  SlUp , SlDown , SlLeft , SlRight ,
  SlUp , SlDown , SlLeft , SlRight
}

Functions

static void drawArrow (const QStyle *style, const QStyleOptionToolButton *toolbutton, const QRect &rect, QPainter *painter)
static QSizeF viewItemTextLayout (QTextLayout &textLayout, int lineWidth, int maxHeight=-1, int *lastVisibleLine=nullptr)
static StaticPolygonF< 3 > calcArrow (const QStyleOptionSlider *dial, qreal &a)
static QString clearText16IconPath ()
static uint qt_intensity (uint r, uint g, uint b)
void qDrawShadeLine (QPainter *p, int x1, int y1, int x2, int y2, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth)
void qDrawShadeRect (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill)
void qDrawShadePanel (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill)
static void qDrawWinShades (QPainter *p, int x, int y, int w, int h, const QColor &c1, const QColor &c2, const QColor &c3, const QColor &c4, const QBrush *fill)
void qDrawWinButton (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill)
void qDrawWinPanel (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill)
void qDrawPlainRect (QPainter *p, int x, int y, int w, int h, const QColor &c, int lineWidth, const QBrush *fill)
void qDrawShadeLine (QPainter *p, const QPoint &p1, const QPoint &p2, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth)
void qDrawShadeRect (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill)
void qDrawShadePanel (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill)
void qDrawWinButton (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill)
void qDrawWinPanel (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill)
void qDrawPlainRect (QPainter *p, const QRect &r, const QColor &c, int lineWidth, const QBrush *fill)
void qDrawBorderPixmap (QPainter *painter, const QRect &targetRect, const QMargins &targetMargins, const QPixmap &pixmap, const QRect &sourceRect, const QMargins &sourceMargins, const QTileRules &rules, QDrawBorderPixmap::DrawingHints hints)
void qDrawBorderPixmap (QPainter *painter, const QRect &target, const QMargins &margins, const QPixmap &pixmap)
 The qDrawBorderPixmap function is for drawing a pixmap into the margins of a rectangle.
QStylestyle ()
QImage styleCacheImage (const QSize &size)
QPixmap styleCachePixmap (const QSize &size)
QDebug operator<< (QDebug debug, const QStyleOption::OptionType &optionType)
QDebug operator<< (QDebug debug, const QStyleOption &option)
template<typename T>
qstyleoption_cast (const QStyleOption *opt)
template<typename T>
qstyleoption_cast (QStyleOption *opt)
template<typename T>
qstyleoption_cast (const QStyleHintReturn *hint)
template<typename T>
qstyleoption_cast (QStyleHintReturn *hint)
static QScreenscreenOf (const QWindow *w)
static void qt_add_rect (HRGN &winRegion, QRect r)
static HRGN qt_hrgn_from_qregion (const QRegion &region)
static HWND createTreeViewHelperWindow ()
static QRectF scaleRect (const QRectF &r, qreal factor)
static QRegion scaleRegion (const QRegion &region, qreal factor)
static void populateTitleBarButtonTheme (const QStyle *proxy, const QStyleOptionComplex *option, QStyle::SubControl subControl, bool isTitleBarActive, int part, XPThemeData *theme)
static Qt::Orientation progressBarOrientation (const QStyleOption *option=nullptr)
static bool buttonVisible (const QStyle::SubControl sc, const QStyleOptionTitleBar *tb)
QDebug operator<< (QDebug d, const XPThemeData &t)
QDebug operator<< (QDebug d, const ThemeMapKey &k)
QDebug operator<< (QDebug d, const ThemeMapData &td)
size_t qHash (const ThemeMapKey &key)
bool operator== (const ThemeMapKey &k1, const ThemeMapKey &k2)

Variables

Q_DECL_DEPRECATED typedef QStyleOptionFrame QStyleOptionFrameV2
Q_DECL_DEPRECATED typedef QStyleOptionFrame QStyleOptionFrameV3
Q_DECL_DEPRECATED typedef QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2
Q_DECL_DEPRECATED typedef QStyleOptionTab QStyleOptionTabV2
Q_DECL_DEPRECATED typedef QStyleOptionTab QStyleOptionTabV3
Q_DECL_DEPRECATED typedef QStyleOptionDockWidget QStyleOptionDockWidgetV2
Q_DECL_DEPRECATED typedef QStyleOptionToolBox QStyleOptionToolBoxV2
static const int windowsItemFrame = 2
static const int windowsItemHMargin = 3
static const int windowsItemVMargin = 0
static const int windowsArrowHMargin = 6
static const int windowsRightBorder = 12
static const wchar_t * themeNames [QWindowsXPStylePrivate::NThemes]
static std::unique_ptr< QQuickFocusFrameg_focusFrame
static const char *const check_list_controller_xpm []
static const char *const tb_extension_arrow_v_xpm []
static const char *const tb_extension_arrow_h_xpm []
static const char *const filedialog_start_xpm []
static const char *const filedialog_end_xpm []
static const char *const qt_menu_xpm []
static const char *const qt_close_xpm []
static const char *const qt_maximize_xpm []
static const char *const qt_minimize_xpm []
static const char *const qt_normalizeup_xpm []
static const char *const qt_help_xpm []
static const char *const qt_shade_xpm []
static const char *const qt_unshade_xpm []
static const char *const dock_widget_close_xpm []
static const char *const information_xpm []
static const char *const warning_xpm []
static const char *const critical_xpm []
static const char *const question_xpm []

Typedef Documentation

◆ QPixmapFragmentsArray

Enumeration Type Documentation

◆ AlphaChannelType

Enumerator
UnknownAlpha 
NoAlpha 
MaskAlpha 
RealAlpha 

Definition at line 133 of file qquickwindowsxpstyle_p_p.h.

◆ QSliderDirection [1/2]

Enumerator
SlUp 
SlDown 
SlLeft 
SlRight 
SlUp 
SlDown 
SlLeft 
SlRight 

Definition at line 66 of file qquickwindowsstyle.cpp.

◆ QSliderDirection [2/2]

Enumerator
SlUp 
SlDown 
SlLeft 
SlRight 
SlUp 
SlDown 
SlLeft 
SlRight 

Definition at line 66 of file qquickwindowsstyle.cpp.

Function Documentation

◆ buttonVisible()

bool QQC2::buttonVisible ( const QStyle::SubControl sc,
const QStyleOptionTitleBar * tb )
static

Definition at line 3168 of file qquickwindowsxpstyle.cpp.

◆ calcArrow()

StaticPolygonF< 3 > QQC2::calcArrow ( const QStyleOptionSlider * dial,
qreal & a )
static

Definition at line 2906 of file qqc2qcommonstyle.cpp.

◆ clearText16IconPath()

QString QQC2::clearText16IconPath ( )
inlinestatic

Definition at line 5101 of file qqc2qcommonstyle.cpp.

◆ createTreeViewHelperWindow()

HWND QQC2::createTreeViewHelperWindow ( )
inlinestatic

Definition at line 181 of file qquickwindowsxpstyle.cpp.

◆ drawArrow()

void QQC2::drawArrow ( const QStyle * style,
const QStyleOptionToolButton * toolbutton,
const QRect & rect,
QPainter * painter )
static

Definition at line 687 of file qqc2qcommonstyle.cpp.

◆ operator<<() [1/5]

◆ operator<<() [2/5]

◆ operator<<() [3/5]

QDebug QQC2::operator<< ( QDebug d,
const XPThemeData & t )

◆ operator<<() [4/5]

QDebug QQC2::operator<< ( QDebug debug,
const QStyleOption & option )

Definition at line 651 of file qqc2qstyleoption.cpp.

References QQC2::QStyleOption::type.

◆ operator<<() [5/5]

◆ operator==()

bool QQC2::operator== ( const ThemeMapKey & k1,
const ThemeMapKey & k2 )
inline

◆ populateTitleBarButtonTheme()

void QQC2::populateTitleBarButtonTheme ( const QStyle * proxy,
const QStyleOptionComplex * option,
QStyle::SubControl subControl,
bool isTitleBarActive,
int part,
XPThemeData * theme )
static

◆ progressBarOrientation()

Qt::Orientation QQC2::progressBarOrientation ( const QStyleOption * option = nullptr)
inlinestatic

Definition at line 3038 of file qquickwindowsxpstyle.cpp.

◆ qDrawBorderPixmap() [1/2]

void QQC2::qDrawBorderPixmap ( QPainter * painter,
const QRect & target,
const QMargins & margins,
const QPixmap & pixmap )
inline

The qDrawBorderPixmap function is for drawing a pixmap into the margins of a rectangle.

Draws the given pixmap into the given target rectangle, using the given painter. The pixmap will be split into nine segments and drawn according to the margins structure.

Definition at line 142 of file qqc2qdrawutil_p.h.

◆ qDrawBorderPixmap() [2/2]

void QQC2::qDrawBorderPixmap ( QPainter * painter,
const QRect & targetRect,
const QMargins & targetMargins,
const QPixmap & pixmap,
const QRect & sourceRect,
const QMargins & sourceMargins,
const QTileRules & rules = QTileRules(),
QDrawBorderPixmap::DrawingHints hints = QDrawBorderPixmap::DrawingHints() )

Draws the indicated sourceRect rectangle from the given pixmap into the given targetRect rectangle, using the given painter. The pixmap will be split into nine segments according to the given targetMargins and sourceMargins structures. Finally, the pixmap will be drawn according to the given rules.

This function is used to draw a scaled pixmap, similar to \l{http://www.w3.org/TR/css3-background/}{CSS3 border-images}

See also
Qt::TileRule, QTileRules, QMargins

Definition at line 877 of file qqc2qdrawutil.cpp.

References QQC2::QDrawBorderPixmap::OpaqueBottom, QQC2::QDrawBorderPixmap::OpaqueBottomLeft, QQC2::QDrawBorderPixmap::OpaqueBottomRight, QQC2::QDrawBorderPixmap::OpaqueCenter, QQC2::QDrawBorderPixmap::OpaqueLeft, QQC2::QDrawBorderPixmap::OpaqueRight, QQC2::QDrawBorderPixmap::OpaqueTop, QQC2::QDrawBorderPixmap::OpaqueTopLeft, and QQC2::QDrawBorderPixmap::OpaqueTopRight.

◆ qDrawPlainRect() [1/2]

void QQC2::qDrawPlainRect ( QPainter * p,
const QRect & r,
const QColor & c,
int lineWidth = 1,
const QBrush * fill = nullptr )

Definition at line 812 of file qqc2qdrawutil.cpp.

◆ qDrawPlainRect() [2/2]

void QQC2::qDrawPlainRect ( QPainter * p,
int x,
int y,
int w,
int h,
const QColor & c,
int lineWidth = 1,
const QBrush * fill = nullptr )

Definition at line 578 of file qqc2qdrawutil.cpp.

◆ qDrawShadeLine() [1/2]

void QQC2::qDrawShadeLine ( QPainter * p,
const QPoint & p1,
const QPoint & p2,
const QPalette & pal,
bool sunken = true,
int lineWidth = 1,
int midLineWidth = 0 )

Definition at line 651 of file qqc2qdrawutil.cpp.

◆ qDrawShadeLine() [2/2]

void QQC2::qDrawShadeLine ( QPainter * p,
int x1,
int y1,
int x2,
int y2,
const QPalette & pal,
bool sunken = true,
int lineWidth = 1,
int midLineWidth = 0 )

Definition at line 91 of file qqc2qdrawutil.cpp.

◆ qDrawShadePanel() [1/2]

void QQC2::qDrawShadePanel ( QPainter * p,
const QRect & r,
const QPalette & pal,
bool sunken = false,
int lineWidth = 1,
const QBrush * fill = nullptr )

Definition at line 725 of file qqc2qdrawutil.cpp.

◆ qDrawShadePanel() [2/2]

void QQC2::qDrawShadePanel ( QPainter * p,
int x,
int y,
int w,
int h,
const QPalette & pal,
bool sunken = false,
int lineWidth = 1,
const QBrush * fill = nullptr )

Definition at line 333 of file qqc2qdrawutil.cpp.

◆ qDrawShadeRect() [1/2]

void QQC2::qDrawShadeRect ( QPainter * p,
const QRect & r,
const QPalette & pal,
bool sunken = false,
int lineWidth = 1,
int midLineWidth = 0,
const QBrush * fill = nullptr )

Definition at line 689 of file qqc2qdrawutil.cpp.

◆ qDrawShadeRect() [2/2]

void QQC2::qDrawShadeRect ( QPainter * p,
int x,
int y,
int w,
int h,
const QPalette & pal,
bool sunken = false,
int lineWidth = 1,
int midLineWidth = 0,
const QBrush * fill = nullptr )

Definition at line 217 of file qqc2qdrawutil.cpp.

◆ qDrawWinButton() [1/2]

void QQC2::qDrawWinButton ( QPainter * p,
const QRect & r,
const QPalette & pal,
bool sunken = false,
const QBrush * fill = nullptr )

Definition at line 757 of file qqc2qdrawutil.cpp.

◆ qDrawWinButton() [2/2]

void QQC2::qDrawWinButton ( QPainter * p,
int x,
int y,
int w,
int h,
const QPalette & pal,
bool sunken = false,
const QBrush * fill = nullptr )

Definition at line 504 of file qqc2qdrawutil.cpp.

◆ qDrawWinPanel() [1/2]

void QQC2::qDrawWinPanel ( QPainter * painter,
const QRect & rect,
const QPalette & palette,
bool sunken = false,
const QBrush * fill = nullptr )

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Draws the Windows-style panel at the rectangle specified by rect using the given painter with a line width of 2 pixels. The button's interior is filled with the fill brush unless fill is 0.

The given palette specifies the shading colors. The panel appears sunken if sunken is true, otherwise raised.

Warning
This function does not look at QWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.

Alternatively you can use a QFrame widget and apply the QFrame::setFrameStyle() function to display a shaded panel.

See also
qDrawShadePanel(), qDrawWinButton(), QStyle

Definition at line 786 of file qqc2qdrawutil.cpp.

◆ qDrawWinPanel() [2/2]

void QQC2::qDrawWinPanel ( QPainter * p,
int x,
int y,
int w,
int h,
const QPalette & pal,
bool sunken = false,
const QBrush * fill = nullptr )

Definition at line 543 of file qqc2qdrawutil.cpp.

◆ qDrawWinShades()

void QQC2::qDrawWinShades ( QPainter * p,
int x,
int y,
int w,
int h,
const QColor & c1,
const QColor & c2,
const QColor & c3,
const QColor & c4,
const QBrush * fill )
static

This function draws a rectangle with two pixel line width. It is called from qDrawWinButton() and qDrawWinPanel().

c1..c4 and fill are used:

1 1 1 1 1 2 1 3 3 3 4 2 1 3 F F 4 2 1 3 F F 4 2 1 4 4 4 4 2 2 2 2 2 2 2

Definition at line 431 of file qqc2qdrawutil.cpp.

◆ qHash()

size_t QQC2::qHash ( const ThemeMapKey & key)
inline

◆ qstyleoption_cast() [1/4]

template<typename T>
T QQC2::qstyleoption_cast ( const QStyleHintReturn * hint)

Definition at line 775 of file qqc2qstyleoption_p.h.

◆ qstyleoption_cast() [2/4]

template<typename T>
T QQC2::qstyleoption_cast ( const QStyleOption * opt)

Definition at line 708 of file qqc2qstyleoption_p.h.

◆ qstyleoption_cast() [3/4]

template<typename T>
T QQC2::qstyleoption_cast ( QStyleHintReturn * hint)

Definition at line 785 of file qqc2qstyleoption_p.h.

◆ qstyleoption_cast() [4/4]

template<typename T>
T QQC2::qstyleoption_cast ( QStyleOption * opt)

Definition at line 720 of file qqc2qstyleoption_p.h.

◆ qt_add_rect()

void QQC2::qt_add_rect ( HRGN & winRegion,
QRect r )
static

Definition at line 93 of file qquickwindowsxpstyle.cpp.

◆ qt_hrgn_from_qregion()

HRGN QQC2::qt_hrgn_from_qregion ( const QRegion & region)
static

Definition at line 107 of file qquickwindowsxpstyle.cpp.

◆ qt_intensity()

uint QQC2::qt_intensity ( uint r,
uint g,
uint b )
inlinestatic

Definition at line 6055 of file qqc2qcommonstyle.cpp.

◆ scaleRect()

QRectF QQC2::scaleRect ( const QRectF & r,
qreal factor )
inlinestatic

Definition at line 627 of file qquickwindowsxpstyle.cpp.

◆ scaleRegion()

QRegion QQC2::scaleRegion ( const QRegion & region,
qreal factor )
static

Definition at line 634 of file qquickwindowsxpstyle.cpp.

◆ screenOf()

QScreen * QQC2::screenOf ( const QWindow * w)
static

Definition at line 294 of file qquickwindowsstyle.cpp.

◆ style()

QStyle * QQC2::style ( )

Definition at line 111 of file qqc2qnativestyle.cpp.

◆ styleCacheImage()

QImage QQC2::styleCacheImage ( const QSize & size)
inline

Definition at line 38 of file qqc2qstyle_p_p.h.

◆ styleCachePixmap()

QPixmap QQC2::styleCachePixmap ( const QSize & size)
inline

Definition at line 46 of file qqc2qstyle_p_p.h.

◆ viewItemTextLayout()

QSizeF QQC2::viewItemTextLayout ( QTextLayout & textLayout,
int lineWidth,
int maxHeight = -1,
int * lastVisibleLine = nullptr )
static

Definition at line 712 of file qqc2qcommonstyle.cpp.

Variable Documentation

◆ check_list_controller_xpm

const char* const QQC2::check_list_controller_xpm[]
static
Initial value:
= {
"16 16 4 1",
" c None",
". c #000000000000",
"X c #FFFFFFFF0000",
"o c #C71BC30BC71B",
" ",
" ",
" .......... ",
" .XXXXXXXX. ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" .XXXXXXXX.oo ",
" ..........oo ",
" oooooooooo ",
" oooooooooo ",
" ",
" "}

Definition at line 27 of file qqc2qcommonstylepixmaps_p.h.

◆ critical_xpm

const char* const QQC2::critical_xpm[]
static

Definition at line 422 of file qqc2qcommonstylepixmaps_p.h.

◆ dock_widget_close_xpm

const char* const QQC2::dock_widget_close_xpm[]
static
Initial value:
= {
"8 8 2 1",
"# c #000000",
". c None",
"........",
".##..##.",
"..####..",
"...##...",
"..####..",
".##..##.",
"........",
"........"}

Definition at line 329 of file qqc2qcommonstylepixmaps_p.h.

◆ filedialog_end_xpm

const char* const QQC2::filedialog_end_xpm[]
static
Initial value:
={
"16 15 9 1",
"d c #a0a0a0",
"c c #c3c3c3",
"# c #cec6bd",
". c #000000",
"f c #ffff00",
"e c #999999",
"g c #cccccc",
"b c #ffffff",
"a c None",
"......####aaaaaa",
".bbbb..###aaaaaa",
".bbbb.c.##aaaaaa",
".bbbb....ddeeeea",
".bbbbbbb.bbbbbe.",
".bbbbbbb.bcfgfe.",
"eeeeeeeeeeeeefe.",
"ebbbbbbbbbbeege.",
"ebfgfgfgfgff.ee.",
"aebfgfgfgfgfg.e.",
"aebgfgfgfgfgf.e.",
"aaebgfgfgfgffe..",
"aaeeeeeeeeeeeee.",
"aaa.............",
"aaaaaaaaaaaaaaaa"}

Definition at line 104 of file qqc2qcommonstylepixmaps_p.h.

◆ filedialog_start_xpm

const char* const QQC2::filedialog_start_xpm[]
static
Initial value:
={
"16 15 8 1",
"a c #cec6bd",
"# c #000000",
"e c #ffff00",
"b c #999999",
"f c #cccccc",
"d c #dcdcdc",
"c c #ffffff",
". c None",
".....######aaaaa",
"...bb#cccc##aaaa",
"..bcc#cccc#d#aaa",
".bcef#cccc#dd#aa",
".bcfe#cccc#####a",
".bcef#ccccccccc#",
"bbbbbbbbbbbbccc#",
"bccccccccccbbcc#",
"bcefefefefee#bc#",
".bcefefefefef#c#",
".bcfefefefefe#c#",
"..bcfefefefeeb##",
"..bbbbbbbbbbbbb#",
"...#############",
"................"}

Definition at line 78 of file qqc2qcommonstylepixmaps_p.h.

◆ g_focusFrame

std::unique_ptr< QQuickFocusFrame > QQC2::g_focusFrame
static

◆ information_xpm

const char* const QQC2::information_xpm[]
static

Definition at line 343 of file qqc2qcommonstylepixmaps_p.h.

◆ QStyleOptionDockWidgetV2

Q_DECL_DEPRECATED typedef QStyleOptionDockWidget QQC2::QStyleOptionDockWidgetV2

Definition at line 392 of file qqc2qstyleoption_p.h.

◆ QStyleOptionFrameV2

Q_DECL_DEPRECATED typedef QStyleOptionFrame QQC2::QStyleOptionFrameV2

Definition at line 138 of file qqc2qstyleoption_p.h.

◆ QStyleOptionFrameV3

Q_DECL_DEPRECATED typedef QStyleOptionFrame QQC2::QStyleOptionFrameV3

Definition at line 139 of file qqc2qstyleoption_p.h.

◆ QStyleOptionTabV2

Q_DECL_DEPRECATED typedef QStyleOptionTab QQC2::QStyleOptionTabV2

Definition at line 290 of file qqc2qstyleoption_p.h.

◆ QStyleOptionTabV3

Q_DECL_DEPRECATED typedef QStyleOptionTab QQC2::QStyleOptionTabV3

Definition at line 291 of file qqc2qstyleoption_p.h.

◆ QStyleOptionTabWidgetFrameV2

Q_DECL_DEPRECATED typedef QStyleOptionTabWidgetFrame QQC2::QStyleOptionTabWidgetFrameV2

Definition at line 203 of file qqc2qstyleoption_p.h.

◆ QStyleOptionToolBoxV2

Q_DECL_DEPRECATED typedef QStyleOptionToolBox QQC2::QStyleOptionToolBoxV2

Definition at line 473 of file qqc2qstyleoption_p.h.

◆ qt_close_xpm

const char* const QQC2::qt_close_xpm[]
static
Initial value:
= {
"10 10 2 1",
"# c #000000",
". c None",
"..........",
".##....##.",
"..##..##..",
"...####...",
"....##....",
"...####...",
"..##..##..",
".##....##.",
"..........",
".........."}

Definition at line 224 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_help_xpm

const char* const QQC2::qt_help_xpm[]
static
Initial value:
= {
"10 10 2 1",
". c None",
"# c #000000",
"..........",
"..######..",
".##....##.",
"......##..",
".....##...",
"....##....",
"....##....",
"..........",
"....##....",
".........."}

Definition at line 284 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_maximize_xpm

const char* const QQC2::qt_maximize_xpm[]
static
Initial value:
={
"10 10 2 1",
"# c #000000",
". c None",
"#########.",
"#########.",
"#.......#.",
"#.......#.",
"#.......#.",
"#.......#.",
"#.......#.",
"#.......#.",
"#########.",
".........."}

Definition at line 239 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_menu_xpm

const char* const QQC2::qt_menu_xpm[]
static

Definition at line 133 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_minimize_xpm

const char* const QQC2::qt_minimize_xpm[]
static
Initial value:
= {
"10 10 2 1",
"# c #000000",
". c None",
"..........",
"..........",
"..........",
"..........",
"..........",
"..........",
"..........",
".#######..",
".#######..",
".........."}

Definition at line 254 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_normalizeup_xpm

const char* const QQC2::qt_normalizeup_xpm[]
static
Initial value:
= {
"10 10 2 1",
"# c #000000",
". c None",
"...######.",
"...######.",
"...#....#.",
".######.#.",
".######.#.",
".#....###.",
".#....#...",
".#....#...",
".######...",
".........."}

Definition at line 269 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_shade_xpm

const char* const QQC2::qt_shade_xpm[]
static
Initial value:
= {
"10 10 2 1",
"# c #000000",
". c None",
"..........",
"..........",
"..........",
"..........",
"....#.....",
"...###....",
"..#####...",
".#######..",
"..........",
".........."}

Definition at line 299 of file qqc2qcommonstylepixmaps_p.h.

◆ qt_unshade_xpm

const char* const QQC2::qt_unshade_xpm[]
static
Initial value:
= {
"10 10 2 1",
"# c #000000",
". c None",
"..........",
"..........",
"..........",
".#######..",
"..#####...",
"...###....",
"....#.....",
"..........",
"..........",
".........."}

Definition at line 314 of file qqc2qcommonstylepixmaps_p.h.

◆ question_xpm

const char* const QQC2::question_xpm[]
static

Definition at line 461 of file qqc2qcommonstylepixmaps_p.h.

◆ tb_extension_arrow_h_xpm

const char* const QQC2::tb_extension_arrow_h_xpm[]
static
Initial value:
= {
"8 5 3 1",
" c None",
". c #000000",
"+ c none",
"..++..++",
"+..++..+",
"++..++..",
"+..++..+",
"..++..++",
}

Definition at line 66 of file qqc2qcommonstylepixmaps_p.h.

◆ tb_extension_arrow_v_xpm

const char* const QQC2::tb_extension_arrow_v_xpm[]
static
Initial value:
= {
"5 8 3 1",
" c None",
". c #000000",
"+ c none",
".+++.",
"..+..",
"+...+",
"++.++",
".+++.",
"..+..",
"+...+",
"++.++"
}

Definition at line 51 of file qqc2qcommonstylepixmaps_p.h.

◆ themeNames

const wchar_t * QQC2::themeNames
static
Initial value:
=
{
L"BUTTON", L"COMBOBOX", L"EDIT", L"HEADER", L"LISTVIEW",
L"MENU", L"PROGRESS", L"REBAR", L"SCROLLBAR", L"SPIN",
L"TAB", L"TASKDIALOG", L"TOOLBAR", L"TOOLTIP", L"TRACKBAR",
L"TREEVIEW", L"WINDOW", L"STATUS", L"TREEVIEW"
}

Definition at line 35 of file qquickwindowsxpstyle.cpp.

◆ warning_xpm

const char* const QQC2::warning_xpm[]
static

Definition at line 383 of file qqc2qcommonstylepixmaps_p.h.

◆ windowsArrowHMargin

const int QQC2::windowsArrowHMargin = 6
static

Definition at line 31 of file qquickwindowsxpstyle.cpp.

Referenced by QQC2::QWindowsXPStyle::drawControl().

◆ windowsItemFrame

const int QQC2::windowsItemFrame = 2
static

Definition at line 28 of file qquickwindowsxpstyle.cpp.

Referenced by QQC2::QWindowsXPStyle::drawControl().

◆ windowsItemHMargin

const int QQC2::windowsItemHMargin = 3
static

Definition at line 29 of file qquickwindowsxpstyle.cpp.

Referenced by QQC2::QWindowsXPStyle::drawControl().

◆ windowsItemVMargin

const int QQC2::windowsItemVMargin = 0
static

Definition at line 30 of file qquickwindowsxpstyle.cpp.

Referenced by QQC2::QWindowsXPStyle::drawControl().

◆ windowsRightBorder

const int QQC2::windowsRightBorder = 12
static

Definition at line 32 of file qquickwindowsxpstyle.cpp.

Referenced by QQC2::QWindowsXPStyle::drawControl().