Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b67a601228 |
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user