CFugue
midiincombobox.h
1 #ifndef MIDIINCOMBOBOX_H
2 #define MIDIINCOMBOBOX_H
3 
4 #include <QComboBox>
5 
6 class MidiInComboBox : public QComboBox
7 {
8  Q_OBJECT
9 public:
10  explicit MidiInComboBox(QWidget *parent = 0);
11 
12  void PopulateDevices();
13 signals:
14 
15 public slots:
16 
17 };
18 
19 #endif // MIDIINCOMBOBOX_H

CFugue, the C++ Music Programming Library © Copyright 2009 Cenacle Research India Private Limited Gopalakrishna Palem