I have 2 QTableView widgets with the same number of columns in a QVBoxLayout such that one is on top of the other. When I change the width of a column ( via mouse drag ) in the top QTableView , I would like the same column in the bottom QTableView to resize along with it such that the column widths in the top and bottom views are the same.

my environment:
Qt 5.15.12
Windows 10
Visual Studio 2019
C++

Any help would be appreciated.