Событие clickable на QLabel в python с использованием pythonqt
Я прочитал это и хотел прокомментировать один из ответов другим вопросом. Поэтому я хочу сделать ярлык кликабельным в Teamspeak 3, используя мой скрипт для pyTson
python
07.11.2016 14:16:48 pyTSon.PluginHost.onMenuItemEvent Error Error calling onMenuItemEvent of python plugin Better Server Browser: Traceback (most recent call last):
File "C:/Users/blusc_000/AppData/Roaming/TS3Client/plugins/pyTSon/scripts\ts3plugin.py", line 337, in onMenuItemEvent
plugin.onMenuItemEvent(schid, atype, locid, selectedItemID)
File "C:/Users/blusc_000/AppData/Roaming/TS3Client/plugins/pyTSon/scripts\serverBrowser.py", line 62, in onMenuItemEvent
self.dlg = ServersDialog(self)
File "C:/Users/blusc_000/AppData/Roaming/TS3Client/plugins/pyTSon/scripts\serverBrowser.py", line 136, in __init__
self.setupList()
File "C:/Users/blusc_000/AppData/Roaming/TS3Client/plugins/pyTSon/scripts\serverBrowser.py", line 153, in setupList
self.pageLabel.mousePressEvent = self.on_pageLabel_clicked
AttributeError: Slot 'mousePressEvent' can not be overwritten on QLabel object