I'd turn those 128 separate LED widgets into a single custom widget that draws the LEDs to avoid relayouting everything every time you change something. QTableView with a custom delegate might be a simple replacement for your LED widgets.
I'd turn those 128 separate LED widgets into a single custom widget that draws the LEDs to avoid relayouting everything every time you change something. QTableView with a custom delegate might be a simple replacement for your LED widgets.
Bookmarks