Vuo  2.0.2
VuoLineEdit.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
15 class VuoLineEdit : public QLineEdit
16 {
17  Q_OBJECT
18 public:
19  explicit VuoLineEdit(QWidget *parent = 0);
20  ~VuoLineEdit();
21 
22 private slots:
23  void updatePlaceholderTextStyle();
24 };