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