QTileRules Class

The QTileRules class provides the rules used to draw a pixmap or image split into nine segments. More...

Header: #include <QTileRules>
qmake: QT += widgets
Since: Qt 4.6

Public Functions

QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule)
QTileRules(Qt::TileRule rule = Qt::StretchTile)

Detailed Description

The QTileRules class provides the rules used to draw a pixmap or image split into nine segments.

Spliiting is similar to CSS3 border-images.

See also Qt::TileRule and QMargins.

Member Function Documentation

QTileRules::QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule)

Constructs a QTileRules with the given horizontalRule and verticalRule.

QTileRules::QTileRules(Qt::TileRule rule = Qt::StretchTile)

Constructs a QTileRules with the given rule used for both the horizontal rule and the vertical rule.

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.