-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGUI: Qt
Milestone
Description
Problem
I use PySide6
with snake_case
:
https://doc.qt.io/qtforpython/feature-why.html#the-snake-case-feature
When debugging code in VS Code, I often get this:
AttributeError: type object 'PySide6.QtWidgets.QFileDialog' has no attribute 'getSaveFileName'
Proposed solution
In
_getSaveFileName = QtWidgets.QFileDialog.getSaveFileName |
QtWidgets.QFileDialog.get_save_file_name
Metadata
Metadata
Assignees
Labels
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGUI: Qt