Skip to content

qt.core.qobject.connect: QObject::connect: No such slot QTableView::sortByColumn(int)

probably from Qt/Components/pqDataInformationWidget.cxx:

  // Clicking on the header should sort the column.
  QObject::connect(this->View->horizontalHeader(), SIGNAL(sectionClicked(int)), this->View,
    SLOT(sortByColumn(int)));

probably because it has an extra argument "order": https://doc.qt.io/qt-5/qtableview.html

Edited by Julien Schueller
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information