https://bugs.kde.org/show_bug.cgi?id=479044
Tom Max <tmass...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tmass...@gmail.com --- Comment #1 from Tom Max <tmass...@gmail.com> --- the problems seems related to this warning: qrc:/qt/qml/org/kde/ksysguard/table/BaseTableView.qml:55:5: QML TableViewHeader: Cannot change current index: TableView.selectionModel.model is not compatible with the model displayed in the view when a different columm is clicked, QML reject the event as the data model is different from the expected model Looking at the cpp code each column has a model which can be different from model used from other column, so probably only the CPU column has the expected data model and for that it works. Probably the QML side needs a review in order to accept each model, can somebody confirm ? -- You are receiving this mail because: You are watching all bug changes.