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