Closed BluABK closed 5 years ago
Example with VideoTile elements colored.
The black bars in between the items are the padding that should be removed, however it would seem Qt adds padding to everything by default. Not even style-sheet overrides seem to do the trick..
Maybe create a CompactLayout(QLayout) from scratch?
Fixed in 7530f84e0983decc3ff7ea7d9924b6431dcdb398 (Change to GridLayout which is not plagued by forced padding between items).
Example with VideoTile elements colored.
The black bars in between the items are the padding that should be removed, however it would seem Qt adds padding to everything by default. Not even style-sheet overrides seem to do the trick..
Maybe create a CompactLayout(QLayout) from scratch?