forked from qt-creator/qt-creator
debugger: put sort marker on the right column
This commit is contained in:
@@ -316,6 +316,7 @@ AttachExternalDialog::AttachExternalDialog(QWidget *parent)
|
||||
|
||||
m_ui->procView->setModel(m_model);
|
||||
m_ui->procView->setSortingEnabled(true);
|
||||
m_ui->procView->sortByColumn(1, Qt::AscendingOrder);
|
||||
|
||||
connect(m_ui->buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
|
||||
connect(m_ui->buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
|
||||
|
||||
Reference in New Issue
Block a user