Greetings!
Just a quick question/suggestion. Is there any way to get the QGridLayout to paint a box around all of the cells like are in some of the examples/tutorials?
Greetings!
Just a quick question/suggestion. Is there any way to get the QGridLayout to paint a box around all of the cells like are in some of the examples/tutorials?
Not directly. A grid layout is not a widget thus it doesn't do any painting. You can apply an event filter on the parent widget and draw the boxes yourself after querying the widget for its children.
Bookmarks