▲
- 
					Header: QTileRules 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Widgets) target_link_libraries(mytarget PRIVATE Qt6::Widgets) 
- 
					qmake: QT += widgets 
Detailed Description▲
Member Function Documentation▲
QTileRules::QTileRules(Qt::TileRule horizontalRule, Qt::TileRule verticalRule)▲
Constructs a QTileRules with the given horizontalRule and verticalRule.
QTileRules::QTileRules(Qt::TileRule rule = Qt::StretchTile)▲
Constructs a QTileRules with the given rule used for both the horizontal rule and the vertical rule.




