Vuo  2.1.2
VuoComboBox.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
15 class VuoComboBox : public QComboBox
16 {
17  Q_OBJECT
18 
19 public:
20  VuoComboBox(QWidget *parent = Q_NULLPTR);
21 
22  void setItemEnabled(int index, bool enabled);
23 };