mostly finish rewrite
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
"""
|
||||
Filename: participantbrain.py
|
||||
Description: Participant brain analysis window for FLARES
|
||||
|
||||
Author: Tyler de Zeeuw
|
||||
License: GPL-3.0
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from PySide6.QtWidgets import QComboBox, QDialog, QGridLayout, QHBoxLayout, QPushButton, QScrollArea, QWidget, QVBoxLayout, QLabel
|
||||
@@ -10,7 +18,7 @@ from src.shared.shareddata import APP_NAME
|
||||
class ParticipantBrainViewerWidget(FlaresBaseWidget):
|
||||
def __init__(self, haemo_dict, cha_dict):
|
||||
super().__init__("ParticipantBrainViewer")
|
||||
self.setWindowTitle(f"{APP_NAME.upper} Participant Brain Viewer")
|
||||
self.setWindowTitle(f"Participant Brain Viewer - {APP_NAME.upper()}")
|
||||
self.haemo_dict = haemo_dict
|
||||
self.cha_dict = cha_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user