mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed 'bool_*' attributes
This commit is contained in:
parent
4ab065c366
commit
b3a7cd8cfd
1 changed files with 2 additions and 4 deletions
|
|
@ -9,10 +9,6 @@ class WidgetUserIdle(QtWidgets.QWidget):
|
||||||
def __init__(self, module):
|
def __init__(self, module):
|
||||||
super(WidgetUserIdle, self).__init__()
|
super(WidgetUserIdle, self).__init__()
|
||||||
|
|
||||||
self.bool_is_showed = False
|
|
||||||
self.bool_not_stopped = True
|
|
||||||
|
|
||||||
self.module = module
|
|
||||||
self.setWindowTitle("OpenPype - Stop timers")
|
self.setWindowTitle("OpenPype - Stop timers")
|
||||||
|
|
||||||
icon = QtGui.QIcon(resources.get_openpype_icon_filepath())
|
icon = QtGui.QIcon(resources.get_openpype_icon_filepath())
|
||||||
|
|
@ -28,6 +24,8 @@ class WidgetUserIdle(QtWidgets.QWidget):
|
||||||
self._countdown = 0
|
self._countdown = 0
|
||||||
self._countdown_start = 0
|
self._countdown_start = 0
|
||||||
|
|
||||||
|
self.module = module
|
||||||
|
|
||||||
msg_info = "You didn't work for a long time."
|
msg_info = "You didn't work for a long time."
|
||||||
msg_question = "Would you like to stop Timers?"
|
msg_question = "Would you like to stop Timers?"
|
||||||
msg_stopped = (
|
msg_stopped = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue