mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
feat: added timestamp to information widget log items
This commit is contained in:
committed by
Dan Albert
parent
28cf42aeb8
commit
3ad57d995b
@@ -8,5 +8,5 @@ class QInfoItem(QStandardItem):
|
||||
def __init__(self, info: Information):
|
||||
super(QInfoItem, self).__init__()
|
||||
self.info = info
|
||||
self.setText("[%02d]" % self.info.turn + " " + self.info.title + ' : {:<16}'.format(info.text))
|
||||
self.setText(str(info))
|
||||
self.setEditable(False)
|
||||
|
||||
Reference in New Issue
Block a user