New automatic de-briefing system implemented

This commit is contained in:
Khopa
2019-10-13 03:40:22 +02:00
parent 4365db0fae
commit 3f5f4f4bb1
18 changed files with 309 additions and 696 deletions

View File

@@ -0,0 +1,11 @@
from PySide2.QtWidgets import QFrame
class QDebriefingInformation(QFrame):
"""
UI component to display debreifing informations
"""
def __init__(self):
super(QDebriefingInformation, self).__init__()
self.init_ui()