3 #ifndef __Gas_Combo_H__
4 #define __Gas_Combo_H__
5 #pragma region Includes
7 #include <QDoubleSpinBox>
10 namespace SchedulerGUI {
34 #endif // !__Gas_Combo_H__
QDoubleSpinBox * SpinBox_
Spinbox that allows users to pick the percentage of a gas.
Definition: GasCombo.h:31
QComboBox * ComboBox_
Combobox that allows users to pick from a list of gases.
Definition: GasCombo.h:30
Object used for grouping together a spin box and a combo box that are used for picking gases that wil...
Definition: GasCombo.h:17