QTileRules 類提供用於將像素圖 (或圖像) 分割成 9 圖塊的規則。 更多...
| 頭: | #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 ) |
分割類似於 CSS3 邊框圖像 .
另請參閱 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 .