No QDesktopServices in PySide2. In Qt5 it migrated from QtGui to root, but in PySide2 it was just deleted from QtGui.
So this code from PySide can't be updated:
QtGui.QDesktopServices.storageLocation(QtGui.QDesktopServices.DataLocation)
Note, that Qt4 -> Qt5 guide suggests to use:
QStandardPaths::standardLocations(QStandardPaths::DataLocation)
but QStandardPaths not available in PySide2
- is duplicated by
-
PYSIDE-503 PySide2 seems to be missing QDesktopServices
-
- Closed
-
- is required for
-
PYSIDE-487 Meta task for missing bindings
-
- Open
-
- relates to
-
PYSIDE-338 Missing bindings found while porting examples
-
- Closed
-