QTileRules Struct
QTileRules 클래스는 9개의 세그먼트로 분할된 픽셀맵 또는 이미지를 그리는 데 사용되는 규칙을 제공합니다. 더 보기...
Header: | #include <QTileRules> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Widgets) target_link_libraries(mytarget PRIVATE Qt6::Widgets) |
qmake: | QT += widgets |
공용 함수
QTileRules(Qt::TileRule rule = Qt::StretchTile) | |
QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule) |
자세한 설명
스플리팅은 CSS3 테두리 이미지와 유사합니다.
Qt::TileRule 및 QMargins 을참조하세요 .
멤버 함수 문서
QTileRules::QTileRules(Qt::TileRule rule = Qt::StretchTile)
주어진 rule 을 가로 규칙과 세로 규칙에 모두 사용하는 QTileRules를 구축합니다.
QTileRules::QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule)
주어진 horizontalRule 와 verticalRule 로 QTileRules 를 생성합니다.
© 2025 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.