qmca  0.0.20
testcontrolpanel.h
Go to the documentation of this file.
1 #ifndef TESTCONTROLPANEL_H
2 #define TESTCONTROLPANEL_H
3 
4 #include <QFrame>
5 
6 class QGridLayout;
7 
8 class TestControlPanel : public QFrame
9 {
10  Q_OBJECT;
11 
12  public:
13  TestControlPanel(QWidget *parent);
14  virtual ~TestControlPanel();
15 
16  private:
17  QGridLayout *m_GridLayout;
18 };
19 
20 #endif
TestControlPanel(QWidget *parent)
virtual ~TestControlPanel()
QGridLayout * m_GridLayout