Basically I'm trying to create Timer Plugin on python here is repo [https://github.com/Tyubit/OpenLP_TimerPlugin/tree/master/openlp/plugins/timer]. I want to display Timer using QWidget and QTimer, but I don't understand how service_item.processor
or what it does? In generate_slide_data
.
How to dispay qt6 QWidget in slide without touching core, or Maybe I need to change approach. Sorry if stupid question, couldn't find docs on it.
Thank you.