Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArmarXGui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
ArmarXGui
Commits
5883a8f0
Commit
5883a8f0
authored
2 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
sorting case insensitive
parent
6d055b2c
No related branches found
No related tags found
1 merge request
!82
ScenarioManager: auto-discovering all ArmarX packages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/ArmarXGui/gui-plugins/ScenarioManager/gui/applicationdatabaseview.cpp
+2
-0
2 additions, 0 deletions
...i-plugins/ScenarioManager/gui/applicationdatabaseview.cpp
with
2 additions
and
0 deletions
source/ArmarXGui/gui-plugins/ScenarioManager/gui/applicationdatabaseview.cpp
+
2
−
0
View file @
5883a8f0
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment