QTableWidget в дизайнере сделал автоскрол,
а при добавлении элементов в классе (потомке от формы) автоскрол не срабатывает.
Что делать?
Вопрос в том что ты хочешь, какой автоскрол?
autoScroll : bool
This property holds whether autoscrolling in drag move events is enabled.
If this property is set to true (the default), the QAbstractItemView automatically scrolls the contents of the view if the user drags within 16 pixels of the viewport edge. If the current item changes, then the view will scroll automatically to ensure that the current item is fully visible.
This property only works if the viewport accepts drops. Autoscroll is switched off by setting this property to false.