Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style QFileDialog #21

Closed
osrf-migration opened this issue Jan 12, 2018 · 2 comments
Closed

Style QFileDialog #21

osrf-migration opened this issue Jan 12, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@osrf-migration
Copy link

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


All file dialogs are picking up the material design style but it isn't a good fit. I think it would be best for this dialog to just use the system style of each user.

I've tried adding the following to the end of style.qss in the hope that it would clear up the style for all its descendants, but that didn't seem to do the trick, so this will need some deeper investigating.

QFileDialog *
{
}
@osrf-migration
Copy link
Author

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


I think the static function of QFileDialog may use the native system style but we also had problems with it in gazebo where some users were getting blank dialogs.

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • changed state from "new" to "wontfix"

Not an issue under QtQuick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant