Skip to content
  • David Redondo's avatar
    Layout tables correctly in rtl case · 8ea0d383
    David Redondo authored
    - Reverse table columns because no rtl support in QQuickTableView
    - Because of that need to read columnWidths from the end
    - FirstCellDelgate needs to be in the last column
    - The header correctly reverses so it needs to use the columnWidthProvider in reverse
    - Align the header correctly
    8ea0d383