Skip to content
Snippets Groups Projects
Commit 5883a8f0 authored by Fabian Reister's avatar Fabian Reister
Browse files

sorting case insensitive

parent 6d055b2c
No related branches found
No related tags found
1 merge request!82ScenarioManager: auto-discovering all ArmarX packages
......@@ -58,6 +58,8 @@ void ApplicationDatabaseView::setModel(FilterableTreeModelSortFilterProxyModelPt
{
this->model = model;
model->setSortCaseSensitivity(Qt::CaseInsensitive);
ui->treeView->setModel(model.get());
ui->treeView->setColumnWidth(0, 200);
ui->treeView->expandAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment