attached timestamps object
This commit is contained in:
@ -3,6 +3,7 @@ from PyQt5.QtWidgets import QListWidgetItem
|
|||||||
from PyQt5.QtGui import QIcon, QPixmap, QPainter
|
from PyQt5.QtGui import QIcon, QPixmap, QPainter
|
||||||
|
|
||||||
from ..theme import DOT_PEN, DOT_BRUSH, DOT_SIZE
|
from ..theme import DOT_PEN, DOT_BRUSH, DOT_SIZE
|
||||||
|
from .timestamps import Timestamps
|
||||||
|
|
||||||
|
|
||||||
class DictListItem(QListWidgetItem):
|
class DictListItem(QListWidgetItem):
|
||||||
@ -12,6 +13,7 @@ class DictListItem(QListWidgetItem):
|
|||||||
self.key = key
|
self.key = key
|
||||||
self.value = value
|
self.value = value
|
||||||
self.set_alarm(False)
|
self.set_alarm(False)
|
||||||
|
self.timestamps = Timestamps()
|
||||||
|
|
||||||
|
|
||||||
_sort_key = None
|
_sort_key = None
|
||||||
|
Reference in New Issue
Block a user