8 #include <QRadioButton> 13 class GpioDlg :
public QDialog
18 explicit GpioDlg(
Acromag *acromag, QDialog *parent = 0);
22 void connectCartridge();
27 QGroupBox *cartridgeBox;
29 QRadioButton *b5LoButton;
30 QRadioButton *b7LoButton;
31 QRadioButton *b9LoButton;
A class to control the Acromag GP-I/O unit.
Definition: acromag.h:26