From b67a601228ead3709cf782cc5027f276e8e00e28 Mon Sep 17 00:00:00 2001 From: chrin Date: Thu, 8 Feb 2024 14:16:00 +0100 Subject: [PATCH] guiheader --- guiheader.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guiheader.py b/guiheader.py index 1ce3bf1..b6f7390 100644 --- a/guiheader.py +++ b/guiheader.py @@ -5,8 +5,8 @@ import random from qtpy.QtCore import Qt, QTimer from qtpy.QtGui import QFont -from qtpy.QtWidgets import (QApplication, QGridLayout, QGroupBox, QHBoxLayout, - QLabel, QRadioButton, QWidget) +from qtpy.QtWidgets import (QApplication, QGridLayout, QGroupBox, + QHBoxLayout, QLabel, QRadioButton, QWidget) from caqtwidgets.pvwidgets import CAQLabel, QHLine, QVLine from pyqtacc.bdbase.enumkind import UserMode @@ -153,7 +153,7 @@ class GUIHeader(QWidget): if reset: self.reset_beamline() self.target_beamline = target - + def reset_beamline(self): """ Reset QGroupBox for previous target to original colors """