Skip to content

Replace QQC1.TableView to a newer version from QtQuick.

To do this, we need:

  • Update models (for instances RuleListModel) to be used with the new TableView (each role become column),
  • Know how to handle sort indicator: from QQC2DesktopStyle or do it like PlasmaSystemMonitor that import org.kde.qqc2-desktop-style.private..

I found the style not as good as with QQC1.TableView:

KF5: Screenshot_firewall_kde5

KF6: Screenshot_firewall_kde6

BUG: 470605

Edited by Nate Graham

Merge request reports