如何设置QTableView右侧的行数?

How to set the row count to th right of the QTableView?

我有一个 tableView,它从 sqlite 数据库中获取数据。如何将行号移动到 tableView 的右侧?

我发现了,实际上为了做到这一点,我们应该为我们的小部件设置一个 layoutDirection 来改变布局方向,在我的例子中是 Qt.RightToLeft.