Skip to content

Qt6 issue fixes

Sankhesh Jhaveri requested to merge sankhesh/paraview:qt6_fixes into master
  • Fix sorting of table views in pqDataInformationWidget by clicking on the header
  • Fixed representation selection combobox in the toolbar and properties panel
  • Removed use of the obsolete signal QComboBox::currentIndexChanged(QString)
  • Use the recommended QKeyCombination::| operator for concatenating keys

Fixes #22281 (closed)

Merge request reports