qmca  0.0.20
epicsstringdisplay.h
Go to the documentation of this file.
1 #ifndef EPICSSTRINGDISPLAY_H
2 #define EPICSSTRINGDISPLAY_H
3 
4 #include <QLabel>
5 
6 class EpicsString;
7 
8 class EpicsStringDisplay : public QLabel
9 {
10  Q_OBJECT;
11 
12  public:
13  EpicsStringDisplay(EpicsString *var, QWidget *parent=0);
15 
16  public slots:
17  void valueChanged(QString v);
18 
19  private:
21 };
22 
23 #endif
void valueChanged(QString v)
EpicsStringDisplay(EpicsString *var, QWidget *parent=0)
EpicsString * m_EpicsString