20from PySide6
import QtCore
27 def init(self, state, settingsPath):
28 plugins = Falkon.MainApplication.instance().plugins()
29 plugins.registerAppEventHandler(Falkon.PluginProxy.MousePressHandler, self)
41 if type == Falkon.Qz.ON_WebView:
def mousePress(self, type, obj, event)
def init(self, state, settingsPath)
def showSettings(self, parent)