15 setContentsMargins(2,2,2,2);
18 m_GridLayout -> addWidget(
new QLabel(
"Name",
this), 0,0,1,1);
19 m_GridLayout -> addWidget(
new QLabel(
"Setting",
this), 0,1,1,1);
20 m_GridLayout -> addWidget(
new QLabel(
"On?",
this), 0,2,1,1);
33 QLabel *hvpsLabel =
new QLabel(hvps->
pvName());
PowerSupplyControlPanel(QWidget *parent)
virtual ~PowerSupplyControlPanel()
void append(EpicsPowerSupply *hvps)
QGridLayout * m_GridLayout
QList< EpicsPowerSupply * > m_PowerSupplyList