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 |
This struct was introduced in Qt 4.6.
| QTileRules(Qt::TileRule rule = Qt::StretchTile) | |
| QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule) |
Spliiting is similar to CSS3 border-images.
See also Qt::TileRule and QMargins.
Constructs a QTileRules with the given rule used for both the horizontal rule and the vertical rule.
Constructs a QTileRules with the given horizontalRule and verticalRule.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.13/qtilerules.html