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

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