qmca
0.0.20
Main Page
Classes
Files
File List
File Members
qmca
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
Definition:
testcontrolpanel.h:8
TestControlPanel::TestControlPanel
TestControlPanel(QWidget *parent)
Definition:
testcontrolpanel.cpp:9
TestControlPanel::~TestControlPanel
virtual ~TestControlPanel()
Definition:
testcontrolpanel.cpp:43
TestControlPanel::m_GridLayout
QGridLayout * m_GridLayout
Definition:
testcontrolpanel.h:17
Generated by
1.8.6