36 #include <QStackedLayout>
39 #include <QPushButton>
47 std::vector<QString> iVectChannels,
50 bool NeedApplyResetButton ) :
QWidget(iParent), m_MethodComboBox(NULL),
51 m_ChannelComboBox(NULL), m_TimeComboBox(NULL)
54 this->
Initialize(iVectChannels, iListTime, iOnlyOneMethod, NeedApplyResetButton);
66 QStringList iListTime,
bool iOnlyOneMethod,
bool NeedApplyResetButton)
71 if (!iListTime.
empty() )
85 if (!iVectChannels.empty() )
88 std::vector<QString>::iterator iter = iVectChannels.begin();
89 while (iter != iVectChannels.end())
112 if (NeedApplyResetButton)
202 if (!iListTimePoints.
empty() )
205 while(iter != iListTimePoints.
end() )
221 if (iListTimePoints.
size() > 0)
254 std::string imageName;