TablewView (Controles 1.4) within SwipeView display bug
-
Hi!
I'd like to use a TableView from Qt.Quick.Controls 1.4 (because of TableViewColumn, which allows me to have different delegates and a header) within a SwipeView. The page with the TableView looks as expected but the content is wider than the page and if I go to the page right to the page with the table view I see the rest of the table. So the table is extended to the next page. If I try to click on an item from the table on the second page I interact with the elements that are on the second page but hidden by the table.
On the TableView page I have a margin around the table, which is displayed correctly. Setting clip: true to all the elements on the TableView page does not help.Am I trying to something impossible here? Combining Qt.Quick.Controls 1.4 with Qt.Quick.Controls 2.15?
Thanks for any hints!