Neither QListWidget nor QTextEdit derive from QScrollArea and the cast to it is just UB. Instead, using the common base class QAbstractScrollArea is safer and eliminates the need to these dangerous and insidious crosscast'ings. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||
Neither QListWidget nor QTextEdit derive from QScrollArea and the cast to it is just UB. Instead, using the common base class QAbstractScrollArea is safer and eliminates the need to these dangerous and insidious crosscast'ings. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||