Qt: List of (custom) QWidgets without performance problems
问题 I'm right now creating an Qt-application and have following problem: I designed a custom QWidget with some labels and checkboxes. The application should now show a list of the custom QWidgets. I tried the QListWidget but is very slow for my use case. I want to add over 6000 elements of my custom QWidget. If I create these instances of the element and add it to the QListWidget the application will crashed. Which is the best approach for my issue? Thanks a lot! 回答1: As others have noted,