VAPOR3 3.9.4
VaporWidgetsFwd.h
Go to the documentation of this file.
1#pragma once
2
3class QDoubleValidator;
4class QComboBox;
5class QLineEdit;
6
7typedef QLineEdit VDoubleInput;
8typedef QLineEdit VIntegerInput;
9
10// Needs to allow changing contents without having to worry about blocking signals
11typedef QComboBox VDropdown;
QLineEdit VIntegerInput
QLineEdit VDoubleInput
QComboBox VDropdown