Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
b68a2ef6
Commit
b68a2ef6
authored
Jun 10, 2016
by
Patrick Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set the selected filter in PropertyViz load dialog to "All files (*)".
parent
34ca91e1
Pipeline
#2168
passed with stage
in 77 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Plugin-PropertyVis/SingleObjectPropertyModel.cc
Plugin-PropertyVis/SingleObjectPropertyModel.cc
+2
-1
No files found.
Plugin-PropertyVis/SingleObjectPropertyModel.cc
View file @
b68a2ef6
...
...
@@ -203,8 +203,9 @@ void SingleObjectPropertyModel::objectUpdated()
QString
SingleObjectPropertyModel
::
getLoadFilename
()
{
QString
filter
=
getLoadFilenameFilter
();
QString
selected_filter
=
tr
(
"All Files (*)"
);
QString
fileName
=
QFileDialog
::
getOpenFileName
(
0
,
tr
(
"Load Property"
),
QString
(),
filter
);
QString
fileName
=
QFileDialog
::
getOpenFileName
(
0
,
tr
(
"Load Property"
),
QString
(),
filter
,
&
selected_
filter
);
return
fileName
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment