| 头: | #include <QTileRules> |
| Since: | Qt 4.6 |
| QTileRules (Qt::TileRule horizontalRule , Qt::TileRule verticalRule ) | |
| QTileRules (Qt::TileRule rule = Qt::StretchTile) |
Holds the rules used to draw a pixmap or image split into nine segments, similar to CSS3 边框图像 .
另请参阅 Qt::TileRule and QMargins .
构造 QTileRules 采用给定 horizontalRule and verticalRule .
构造 QTileRules 采用给定 rule used for both the horizontal rule and the vertical rule.