Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I use Qt 5.15. I dynamic adding row in TableView. How I can always see down row in table?
@Mihaill ``` function scrollTableAlarmsToDown() { scrollTableAlarms.position = (tableAlarms.contentHeight - tableAlarms.height) / tableAlarms.contentHeight }