QTileRules Struct

QTileRules クラスは、9 分割された pixmap や画像を描画するためのルールを提供します。詳細...

ヘッダー #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)

詳細説明

Spliiting はCSS3 の border-images に似ています。

Qt::TileRule およびQMarginsも参照して ください。

メンバ関数のドキュメント

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

水平ルールと垂直ルールの両方に使用される、与えられたrule を持つ QTileRules を構築します。

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

与えられたhorizontalRuleverticalRule で 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.