MCPcopy Index your code
hub / github.com/PyQt5/PyQtClient / cursorPath

Method cursorPath

Utils/ThemeManager.py:396–403  ·  view source on GitHub ↗

:param cls: :return: 主题中 鼠标图片 的绝对路径

(cls, name='default.png')

Source from the content-addressed store, hash-verified

394
395 @classmethod
396 def cursorPath(cls, name='default.png'):
397 """
398 :param cls:
399 :return: 主题中 鼠标图片 的绝对路径
400 """
401 return os.path.abspath(
402 os.path.join(ThemeManager.ThemeDir, ThemeManager.ThemeName,
403 'cursor', name)).replace('\\', '/')
404
405 @classmethod
406 def setPointerCursors(cls, widgets):

Callers 1

loadCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected