Discussions
Sign In
Home
›
Ernest
›
Comments
Sign In
·
Register
Activity
Discussions
1
Comments
1
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Ernest
About
Username
Ernest
Joined
December 2022
Visits
118
Last Active
February 2024
Roles
Member
Activity
Discussions
1
Comments
1
Comments
import pyaimport osclass TimerAutoSave(pya.QObject): def __init__(self, parent): super(TimerAutoSave, self).__init__(parent) self._counter = 0 self._timer = pya.QTimer(self) # autosave every 10 min self._timer.s…
in
Autosave implantantion by python script?
Comment by
Ernest
January 2023
Powered by Vanilla