You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 *
{
}
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: