MCPcopy Create free account
hub / github.com/Syncplay/syncplay / openLicense

Method openLicense

syncplay/ui/gui.py:187–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 self.setLayout(aboutLayout)
186
187 def openLicense(self):
188 if isWindows():
189 QtGui.QDesktopServices.openUrl(QUrl("file:///" + resourcespath + "license.rtf"))
190 else:
191 QtGui.QDesktopServices.openUrl(QUrl("file://" + resourcespath + "license.rtf"))
192
193 def openDependencies(self):
194 if isWindows():

Callers

nothing calls this directly

Calls 1

isWindowsFunction · 0.90

Tested by

no test coverage detected